#CC47CF

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

Shades of Fuchsia #CC47CF

Tints of Fuchsia #CC47CF

Color information

#CC47CF (or 0xCC47CF) is unknown color: approx Fuchsia. HEX triplet: CC, 47 and CF. RGB value is (204,71,207). Sum of RGB (Red+Green+Blue) = 204+71+207=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 71 (28.12% from 255 or 14.73% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC47CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC47CF is #33B830. Grayscale: #7D7D7D. Windows color (decimal): -3389489 or 13584332. OLE color: 13584332.

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

Color convert

RGB20471207-
CMYK0.010.6600.19
HSL298.68º58.62%54.51%-
HSV(B)298.68º65.7%81.18%-
XYZ38.4221.8561.22-
YUV126.27173.56183.44-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal204712070.010.6600.19298.6858.6254.51
HexCC47CF14201312b3b37
Octal31410731711020234537367
Binary1100110010001111100111111000010010011100101011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC47CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC47CF; }

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

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

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

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

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

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

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

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