#CC0ECC

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

Shades of Deep Magenta #CC0ECC

Tints of Deep Magenta #CC0ECC

Color information

#CC0ECC (or 0xCC0ECC) is unknown color: approx Deep Magenta. HEX triplet: CC, 0E and CC. RGB value is (204,14,204). Sum of RGB (Red+Green+Blue) = 204+14+204=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 14 (5.86% from 255 or 3.32% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC0ECC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0ECC is #33F133. Grayscale: #5B5B5B. Windows color (decimal): -3404084 or 13373132. OLE color: 13373132.

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

Color convert

RGB20414204-
CMYK00.9300.2
HSL300º87.16%42.75%-
HSV(B)300º93.14%80%-
XYZ35.9617.5158.61-
YUV92.47190.95207.55-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.34%
GREEN value IS 14 (5.86% from 255) = 3.32%
BLUE value IS 204 (80.08% from 255) = 48.34%
R=48.34%
G=3.32%
B=48.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041420400.9300.230087.1642.75
HexCCECC05D01412c572b
Octal31416314013502445412753
Binary11001100111011001100010111010101001001011001010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC0ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC0ECC; }

 p { color: rgb(204,14,204); }

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

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

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

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

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

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

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