#CF66BE

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

Shades of Fuchsia #CF66BE

Tints of Fuchsia #CF66BE

Color information

#CF66BE (or 0xCF66BE) is unknown color: approx Fuchsia. HEX triplet: CF, 66 and BE. RGB value is (207,102,190). Sum of RGB (Red+Green+Blue) = 207+102+190=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 102 (40.23% from 255 or 20.44% from 499); Blue value is 190 (74.61% from 255 or 38.08% from 499); Max value from RGB is 207 - color contains mainly: red. Hex color #CF66BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF66BE is #309941. Grayscale: #8F8F8F. Windows color (decimal): -3184962 or 12478159. OLE color: 12478159.

HSL color Cylindrical-coordinate representation of color #CF66BE: hue angle of 309.71º 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 #CF66BE is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB207102190-
CMYK00.510.080.19
HSL309.71º52.24%60.59%-
HSV(B)309.71º50.72%81.18%-
XYZ39.7826.4951.73-
YUV143.43154.29173.34-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.48%
GREEN value IS 102 (40.23% from 255) = 20.44%
BLUE value IS 190 (74.61% from 255) = 38.08%
R=41.48%
G=20.44%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710219000.510.080.19309.7152.2460.59
HexCF66BE033813136343d
Octal31714627606310234666475
Binary110011111100110101111100110011100010011100110110110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF66BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF66BE; }

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

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

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

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

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

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

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

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