#CC0EBE

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

Shades of Deep Magenta #CC0EBE

Tints of Deep Magenta #CC0EBE

Color information

#CC0EBE (or 0xCC0EBE) is unknown color: approx Deep Magenta. HEX triplet: CC, 0E and BE. RGB value is (204,14,190). Sum of RGB (Red+Green+Blue) = 204+14+190=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 14 (5.86% from 255 or 3.43% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0EBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0EBE is #33F141. Grayscale: #5A5A5A. Windows color (decimal): -3404098 or 12455628. OLE color: 12455628.

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

Color convert

RGB20414190-
CMYK00.930.070.2
HSL304.42º87.16%42.75%-
HSV(B)304.42º93.14%80%-
XYZ34.3516.8750.16-
YUV90.87183.95208.69-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50%
GREEN value IS 14 (5.86% from 255) = 3.43%
BLUE value IS 190 (74.61% from 255) = 46.57%
R=50%
G=3.43%
B=46.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041419000.930.070.2304.4287.1642.75
HexCCEBE05D714130572b
Octal31416276013572446012753
Binary1100110011101011111001011101111101001001100001010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC0EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC0EBE; }

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

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

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

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

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

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

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

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