#CC0EE0

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

Shades of Deep Magenta #CC0EE0

Tints of Deep Magenta #CC0EE0

Color information

#CC0EE0 (or 0xCC0EE0) is unknown color: approx Deep Magenta. HEX triplet: CC, 0E and E0. RGB value is (204,14,224). Sum of RGB (Red+Green+Blue) = 204+14+224=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 14 (5.86% from 255 or 3.17% from 442); Blue value is 224 (87.89% from 255 or 50.68% from 442); Max value from RGB is 224 - color contains mainly: blue. Hex color #CC0EE0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0EE0 is #33F11F. Grayscale: #5E5E5E. Windows color (decimal): -3404064 or 14683852. OLE color: 14683852.

HSL color Cylindrical-coordinate representation of color #CC0EE0: hue angle of 294.29º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0EE0 is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB20414224-
CMYK0.090.9400.12
HSL294.29º88.24%46.67%-
HSV(B)294.29º93.75%87.84%-
XYZ38.5118.5372.07-
YUV94.75200.95205.92-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.15%
GREEN value IS 14 (5.86% from 255) = 3.17%
BLUE value IS 224 (87.89% from 255) = 50.68%
R=46.15%
G=3.17%
B=50.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal204142240.090.9400.12294.2988.2446.67
HexCCEE095E0C126582f
Octal314163401113601444613057
Binary1100110011101110000010011011110011001001001101011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC0EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC0EE0; }

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

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

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

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

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

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

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

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