#CC4ECA

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

Shades of Fuchsia #CC4ECA

Tints of Fuchsia #CC4ECA

Color information

#CC4ECA (or 0xCC4ECA) is unknown color: approx Fuchsia. HEX triplet: CC, 4E and CA. RGB value is (204,78,202). Sum of RGB (Red+Green+Blue) = 204+78+202=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 78 (30.86% from 255 or 16.12% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4ECA is #33B135. Grayscale: #818181. Windows color (decimal): -3387702 or 13258444. OLE color: 13258444.

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

Color convert

RGB20478202-
CMYK00.620.010.2
HSL300.95º55.26%55.29%-
HSV(B)300.95º61.76%80%-
XYZ38.2922.5558.21-
YUV129.81168.74180.92-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.15%
GREEN value IS 78 (30.86% from 255) = 16.12%
BLUE value IS 202 (79.30% from 255) = 41.74%
R=42.15%
G=16.12%
B=41.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047820200.620.010.2300.9555.2655.29
HexCC4ECA03E11412d3737
Octal3141163120761244556767
Binary110011001001110110010100111110110100100101101110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4ECA; }

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

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

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

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

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

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

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

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