Html Css Color HEX #CC0EAC Deep Magenta

📋 copy color: '#CC0EAC'

red 204 ◦ green 14 ◦ blue 172

#CC0EAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #CC0EAC

Tints of Deep Magenta #CC0EAC

RGB

 RED value IS 204 (80.08% from 255) = 52.31%

 GREEN value IS 14 (5.86% from 255) = 3.59%

 BLUE value IS 172 (67.58% from 255) = 44.1%

R = 52.31%
G = 3.59%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC0EAC (or 0xCC0EAC) is known color: Deep Magenta. HEX triplet: CC, 0E and AC. RGB value is (204,14,172). Sum of RGB (Red+Green+Blue) = 204+14+172=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 14 (5.86% from 255 or 3.59% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0EAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0EAC is #33F153. Grayscale: #585858. Windows color (decimal): -3404116 or 11275980. OLE color: 11275980.

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

Color convert

RGB 204 14 172 -
CMYK 0 0.93 0.16 0.2
HSL 310.11º 0.87% 0.43% -
HSV(B) 310.11º 0.93% 0.8% -
XYZ 32.51 16.13 40.43 -
YUV 88.82 174.95 210.15 -
System Red Green Blue C M Y K H S L
Decimal 204 14 172 0 0.93 0.16 0.2 310.11 0.87 0.43
Hex CC E AC 0 5D 10 14 136 57 2B
Octal 314 16 254 0 135 20 24 466 127 53
Binary 11001100 1110 10101100 0 1011101 10000 10100 100110110 1010111 101011

Color Harmonies of #CC0EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0EAC

Black with #CC0EAC

Text Example


Text Example

White with #CC0EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0EAC; }

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

 H1.HeaderClassName
 {
   color: #CC0EAC;
 }
 .AnyTagClassName
 {
   color: #CC0EAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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