#CC0EAF

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

Shades of Deep Magenta #CC0EAF

Tints of Deep Magenta #CC0EAF

Color information

#CC0EAF (or 0xCC0EAF) is unknown color: approx Deep Magenta. HEX triplet: CC, 0E and AF. RGB value is (204,14,175). Sum of RGB (Red+Green+Blue) = 204+14+175=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 14 (5.86% from 255 or 3.56% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0EAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0EAF is #33F150. Grayscale: #585858. Windows color (decimal): -3404113 or 11472588. OLE color: 11472588.

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

Color convert

RGB20414175-
CMYK00.930.140.2
HSL309.16º87.16%42.75%-
HSV(B)309.16º93.14%80%-
XYZ32.816.2541.96-
YUV89.16176.45209.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.91%
GREEN value IS 14 (5.86% from 255) = 3.56%
BLUE value IS 175 (68.75% from 255) = 44.53%
R=51.91%
G=3.56%
B=44.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041417500.930.140.2309.1687.1642.75
HexCCEAF05DE14135572b
Octal314162570135162446512753
Binary11001100111010101111010111011110101001001101011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC0EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC0EAF; }

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

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

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

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

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

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

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

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