#C866B8

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

Shades of Fuchsia #C866B8

Tints of Fuchsia #C866B8

Color information

#C866B8 (or 0xC866B8) is unknown color: approx Fuchsia. HEX triplet: C8, 66 and B8. RGB value is (200,102,184). Sum of RGB (Red+Green+Blue) = 200+102+184=486 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.15% from 486); Green value is 102 (40.23% from 255 or 20.99% from 486); Blue value is 184 (72.27% from 255 or 37.86% from 486); Max value from RGB is 200 - color contains mainly: red. Hex color #C866B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C866B8 is #379947. Grayscale: #8C8C8C. Windows color (decimal): -3643720 or 12084936. OLE color: 12084936.

HSL color Cylindrical-coordinate representation of color #C866B8: hue angle of 309.8º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C866B8 is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB200102184-
CMYK00.490.080.22
HSL309.8º47.12%59.22%-
HSV(B)309.8º49%78.43%-
XYZ37.2225.2448.26-
YUV140.65152.47170.33-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.15%
GREEN value IS 102 (40.23% from 255) = 20.99%
BLUE value IS 184 (72.27% from 255) = 37.86%
R=41.15%
G=20.99%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010218400.490.080.22309.847.1259.22
HexC866B80318161362f3b
Octal31014627006110264665773
Binary110010001100110101110000110001100010110100110110101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C866B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C866B8; }

 p { color: rgb(200,102,184); }

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

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

 a { background-color: rgb(200,102,184); }

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

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

 span { border-color: rgb(200,102,184); }

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