Html Css Color HEX #C00EA9 Deep Magenta

📋 copy color: '#C00EA9'

red 192 ◦ green 14 ◦ blue 169

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

Shades of Deep Magenta #C00EA9

Tints of Deep Magenta #C00EA9

RGB

 RED value IS 192 (75.39% from 255) = 51.2%

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

 BLUE value IS 169 (66.41% from 255) = 45.07%

R = 51.2%
G = 3.73%
B = 45.07%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#C00EA9 (or 0xC00EA9) is known color: Deep Magenta. HEX triplet: C0, 0E and A9. RGB value is (192,14,169). Sum of RGB (Red+Green+Blue) = 192+14+169=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 14 (5.86% from 255 or 3.73% from 375); Blue value is 169 (66.41% from 255 or 45.07% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C00EA9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00EA9 is #3FF156. Grayscale: #545454. Windows color (decimal): -4190551 or 11079360. OLE color: 11079360.

HSL color Cylindrical-coordinate representation of color #C00EA9: hue angle of 307.75º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C00EA9 is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 14 169 -
CMYK 0 0.93 0.12 0.25
HSL 307.75º 0.86% 0.4% -
HSV(B) 307.75º 0.93% 0.75% -
XYZ 29.06 14.39 38.78 -
YUV 84.89 175.47 204.4 -
System Red Green Blue C M Y K H S L
Decimal 192 14 169 0 0.93 0.12 0.25 307.75 0.86 0.4
Hex C0 E A9 0 5D C 19 134 56 28
Octal 300 16 251 0 135 14 31 464 126 50
Binary 11000000 1110 10101001 0 1011101 1100 11001 100110100 1010110 101000

Color Harmonies of #C00EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00EA9

Black with #C00EA9

Text Example


Text Example

White with #C00EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00EA9; }

 p { color: rgb(192,14,169); }

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

background-color css

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

 a { background-color: rgb(192,14,169); }

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

border-color css

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

 span { border-color: rgb(192,14,169); }

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