#CF66B6

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

Shades of Fuchsia #CF66B6

Tints of Fuchsia #CF66B6

Color information

#CF66B6 (or 0xCF66B6) is unknown color: approx Fuchsia. HEX triplet: CF, 66 and B6. RGB value is (207,102,182). Sum of RGB (Red+Green+Blue) = 207+102+182=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 102 (40.23% from 255 or 20.77% from 491); Blue value is 182 (71.48% from 255 or 37.07% from 491); Max value from RGB is 207 - color contains mainly: red. Hex color #CF66B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF66B6 is #309949. Grayscale: #8E8E8E. Windows color (decimal): -3184970 or 11953871. OLE color: 11953871.

HSL color Cylindrical-coordinate representation of color #CF66B6: hue angle of 314.29º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF66B6 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB207102182-
CMYK00.510.120.19
HSL314.29º52.24%60.59%-
HSV(B)314.29º50.72%81.18%-
XYZ38.9326.1547.25-
YUV142.51150.29174-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.16%
GREEN value IS 102 (40.23% from 255) = 20.77%
BLUE value IS 182 (71.48% from 255) = 37.07%
R=42.16%
G=20.77%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710218200.510.120.19314.2952.2460.59
HexCF66B6033C1313a343d
Octal31714626606314234726475
Binary110011111100110101101100110011110010011100111010110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF66B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF66B6; }

 p { color: rgb(207,102,182); }

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

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

 a { background-color: rgb(207,102,182); }

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

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

 span { border-color: rgb(207,102,182); }

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