#CC0EC7

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

Shades of Deep Magenta #CC0EC7

Tints of Deep Magenta #CC0EC7

Color information

#CC0EC7 (or 0xCC0EC7) is unknown color: approx Deep Magenta. HEX triplet: CC, 0E and C7. RGB value is (204,14,199). Sum of RGB (Red+Green+Blue) = 204+14+199=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 14 (5.86% from 255 or 3.36% from 417); Blue value is 199 (78.12% from 255 or 47.72% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0EC7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0EC7 is #33F138. Grayscale: #5B5B5B. Windows color (decimal): -3404089 or 13045452. OLE color: 13045452.

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

Color convert

RGB20414199-
CMYK00.930.020.2
HSL301.58º87.16%42.75%-
HSV(B)301.58º93.14%80%-
XYZ35.3717.2755.5-
YUV91.9188.45207.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.92%
GREEN value IS 14 (5.86% from 255) = 3.36%
BLUE value IS 199 (78.12% from 255) = 47.72%
R=48.92%
G=3.36%
B=47.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.02
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041419900.930.020.2301.5887.1642.75
HexCCEC705D21412e572b
Octal31416307013522445612753
Binary110011001110110001110101110110101001001011101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC0EC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC0EC7; }

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

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

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

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

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

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

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

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