Html Css Color HEX #C00EAD Deep Magenta

📋 copy color: '#C00EAD'

red 192 ◦ green 14 ◦ blue 173

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

Shades of Deep Magenta #C00EAD

Tints of Deep Magenta #C00EAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 45.65%

R = 50.66%
G = 3.69%
B = 45.65%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C00EAD (or 0xC00EAD) is known color: Deep Magenta. HEX triplet: C0, 0E and AD. RGB value is (192,14,173). Sum of RGB (Red+Green+Blue) = 192+14+173=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 14 (5.86% from 255 or 3.69% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C00EAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00EAD is #3FF152. Grayscale: #545454. Windows color (decimal): -4190547 or 11341504. OLE color: 11341504.

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

Color convert

RGB 192 14 173 -
CMYK 0 0.93 0.10 0.25
HSL 306.4º 0.86% 0.4% -
HSV(B) 306.4º 0.93% 0.75% -
XYZ 29.44 14.54 40.79 -
YUV 85.35 177.47 204.07 -
System Red Green Blue C M Y K H S L
Decimal 192 14 173 0 0.93 0.10 0.25 306.4 0.86 0.4
Hex C0 E AD 0 5D A 19 132 56 28
Octal 300 16 255 0 135 12 31 462 126 50
Binary 11000000 1110 10101101 0 1011101 1010 11001 100110010 1010110 101000

Color Harmonies of #C00EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00EAD

Black with #C00EAD

Text Example


Text Example

White with #C00EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00EAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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