#CF66C3

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

Shades of Fuchsia #CF66C3

Tints of Fuchsia #CF66C3

Color information

#CF66C3 (or 0xCF66C3) is unknown color: approx Fuchsia. HEX triplet: CF, 66 and C3. RGB value is (207,102,195). Sum of RGB (Red+Green+Blue) = 207+102+195=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 102 (40.23% from 255 or 20.24% from 504); Blue value is 195 (76.56% from 255 or 38.69% from 504); Max value from RGB is 207 - color contains mainly: red. Hex color #CF66C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF66C3 is #30993C. Grayscale: #8F8F8F. Windows color (decimal): -3184957 or 12805839. OLE color: 12805839.

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

Color convert

RGB207102195-
CMYK00.510.060.19
HSL306.86º52.24%60.59%-
HSV(B)306.86º50.72%81.18%-
XYZ40.3326.7154.66-
YUV144156.79172.94-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.07%
GREEN value IS 102 (40.23% from 255) = 20.24%
BLUE value IS 195 (76.56% from 255) = 38.69%
R=41.07%
G=20.24%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710219500.510.060.19306.8652.2460.59
HexCF66C3033613133343d
Octal3171463030636234636475
Binary11001111110011011000011011001111010011100110011110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF66C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF66C3; }

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

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

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

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

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

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

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

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