#C64CAB

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

Shades of Fuchsia #C64CAB

Tints of Fuchsia #C64CAB

Color information

#C64CAB (or 0xC64CAB) is unknown color: approx Fuchsia. HEX triplet: C6, 4C and AB. RGB value is (198,76,171). Sum of RGB (Red+Green+Blue) = 198+76+171=445 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.49% from 445); Green value is 76 (30.08% from 255 or 17.08% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 198 - color contains mainly: red. Hex color #C64CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64CAB is #39B354. Grayscale: #7B7B7B. Windows color (decimal): -3781461 or 11226310. OLE color: 11226310.

HSL color Cylindrical-coordinate representation of color #C64CAB: hue angle of 313.28º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C64CAB is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB19876171-
CMYK00.620.140.22
HSL313.28º51.69%53.73%-
HSV(B)313.28º61.62%77.65%-
XYZ33.2220.1140.66-
YUV123.31154.92181.28-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.49%
GREEN value IS 76 (30.08% from 255) = 17.08%
BLUE value IS 171 (67.19% from 255) = 38.43%
R=44.49%
G=17.08%
B=38.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987617100.620.140.22313.2851.6953.73
HexC64CAB03EE161393436
Octal30611425307616264716466
Binary110001101001100101010110111110111010110100111001110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64CAB; }

 p { color: rgb(198,76,171); }

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

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

 a { background-color: rgb(198,76,171); }

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

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

 span { border-color: rgb(198,76,171); }

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