#CC47C9

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

Shades of Fuchsia #CC47C9

Tints of Fuchsia #CC47C9

Color information

#CC47C9 (or 0xCC47C9) is unknown color: approx Fuchsia. HEX triplet: CC, 47 and C9. RGB value is (204,71,201). Sum of RGB (Red+Green+Blue) = 204+71+201=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 71 (28.12% from 255 or 14.92% from 476); Blue value is 201 (78.91% from 255 or 42.23% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CC47C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC47C9 is #33B836. Grayscale: #7D7D7D. Windows color (decimal): -3389495 or 13191116. OLE color: 13191116.

HSL color Cylindrical-coordinate representation of color #CC47C9: hue angle of 301.35º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC47C9 is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB20471201-
CMYK00.650.010.2
HSL301.35º56.6%53.92%-
HSV(B)301.35º65.2%80%-
XYZ37.721.5657.43-
YUV125.59170.56183.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.86%
GREEN value IS 71 (28.12% from 255) = 14.92%
BLUE value IS 201 (78.91% from 255) = 42.23%
R=42.86%
G=14.92%
B=42.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047120100.650.010.2301.3556.653.92
HexCC47C904111412d3936
Octal31410731101011244557166
Binary1100110010001111100100101000001110100100101101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC47C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC47C9; }

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

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

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

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

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

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

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

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