#CF47CC

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

Shades of Fuchsia #CF47CC

Tints of Fuchsia #CF47CC

Color information

#CF47CC (or 0xCF47CC) is unknown color: approx Fuchsia. HEX triplet: CF, 47 and CC. RGB value is (207,71,204). Sum of RGB (Red+Green+Blue) = 207+71+204=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 71 (28.12% from 255 or 14.73% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 207 - color contains mainly: red. Hex color #CF47CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF47CC is #30B833. Grayscale: #7E7E7E. Windows color (decimal): -3192884 or 13387727. OLE color: 13387727.

HSL color Cylindrical-coordinate representation of color #CF47CC: hue angle of 301.32º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF47CC is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB20771204-
CMYK00.660.010.19
HSL301.32º58.62%54.51%-
HSV(B)301.32º65.7%81.18%-
XYZ38.8822.1359.35-
YUV126.83171.56185.19-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.95%
GREEN value IS 71 (28.12% from 255) = 14.73%
BLUE value IS 204 (80.08% from 255) = 42.32%
R=42.95%
G=14.73%
B=42.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2077120400.660.010.19301.3258.6254.51
HexCF47CC04211312d3b37
Octal31710731401021234557367
Binary1100111110001111100110001000010110011100101101111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF47CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF47CC; }

 p { color: rgb(207,71,204); }

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

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

 a { background-color: rgb(207,71,204); }

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

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

 span { border-color: rgb(207,71,204); }

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