#C14CBB

Color #C14CBB Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C14CBB

Tints of Fuchsia #C14CBB

Color information

#C14CBB (or 0xC14CBB) is unknown color: approx Fuchsia. HEX triplet: C1, 4C and BB. RGB value is (193,76,187). Sum of RGB (Red+Green+Blue) = 193+76+187=456 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.32% from 456); Green value is 76 (30.08% from 255 or 16.67% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 193 - color contains mainly: red. Hex color #C14CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C14CBB is #3EB344. Grayscale: #7B7B7B. Windows color (decimal): -4109125 or 12274881. OLE color: 12274881.

HSL color Cylindrical-coordinate representation of color #C14CBB: hue angle of 303.08º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C14CBB is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB19376187-
CMYK00.610.030.24
HSL303.08º48.55%52.75%-
HSV(B)303.08º60.62%75.69%-
XYZ33.5520.0949.12-
YUV123.64163.76177.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 193 (75.78% from 255) = 42.32%
GREEN value IS 76 (30.08% from 255) = 16.67%
BLUE value IS 187 (73.44% from 255) = 41.01%
R=42.32%
G=16.67%
B=41.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937618700.610.030.24303.0848.5552.75
HexC14CBB03D31812f3135
Octal3011142730753304576165
Binary1100000110011001011101101111011111000100101111110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14CBB; }

 p { color: rgb(193,76,187); }

 H1.HeaderClassName
 {
   color: #C14CBB;
 }
 .AnyTagClassName
 {
   color: #C14CBB;
 }
</style>
background-color css

<style>
 a { background-color: #C14CBB; }

 a { background-color: rgb(193,76,187); }

 div.DivClassName
 {
   background-color: #C14CBB;
 }
 .BgClassName
 {
   background-color: #C14CBB;
 }
</style>
border-color css

<style>
 span { border-color: #C14CBB; }

 span { border-color: rgb(193,76,187); }

 td.TdClassName
 {
   border-color: #C14CBB;
 }
 .TagClassName
 {
   border-color: #C14CBB;
 }
</style>