#CC47CA

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

Shades of Fuchsia #CC47CA

Tints of Fuchsia #CC47CA

Color information

#CC47CA (or 0xCC47CA) is unknown color: approx Fuchsia. HEX triplet: CC, 47 and CA. RGB value is (204,71,202). Sum of RGB (Red+Green+Blue) = 204+71+202=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 71 (28.12% from 255 or 14.88% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CC47CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC47CA is #33B835. Grayscale: #7D7D7D. Windows color (decimal): -3389494 or 13256652. OLE color: 13256652.

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

Color convert

RGB20471202-
CMYK00.650.010.2
HSL300.9º56.6%53.92%-
HSV(B)300.9º65.2%80%-
XYZ37.8221.6158.05-
YUV125.7171.06183.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.77%
GREEN value IS 71 (28.12% from 255) = 14.88%
BLUE value IS 202 (79.30% from 255) = 42.35%
R=42.77%
G=14.88%
B=42.35%

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
Decimal2047120200.650.010.2300.956.653.92
HexCC47CA04111412d3936
Octal31410731201011244557166
Binary1100110010001111100101001000001110100100101101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC47CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC47CA; }

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

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

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

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

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

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

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

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