Html Css Color HEX #C00EAC Deep Magenta

📋 copy color: '#C00EAC'

red 192 ◦ green 14 ◦ blue 172

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

Shades of Deep Magenta #C00EAC

Tints of Deep Magenta #C00EAC

RGB

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

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

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

R = 50.79%
G = 3.7%
B = 45.5%

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

#C00EAC (or 0xC00EAC) is known color: Deep Magenta. HEX triplet: C0, 0E and AC. RGB value is (192,14,172). Sum of RGB (Red+Green+Blue) = 192+14+172=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 14 (5.86% from 255 or 3.70% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C00EAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00EAC is #3FF153. Grayscale: #545454. Windows color (decimal): -4190548 or 11275968. OLE color: 11275968.

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

Color convert

RGB 192 14 172 -
CMYK 0 0.93 0.10 0.25
HSL 306.74º 0.86% 0.4% -
HSV(B) 306.74º 0.93% 0.75% -
XYZ 29.34 14.5 40.28 -
YUV 85.23 176.97 204.15 -
System Red Green Blue C M Y K H S L
Decimal 192 14 172 0 0.93 0.10 0.25 306.74 0.86 0.4
Hex C0 E AC 0 5D A 19 133 56 28
Octal 300 16 254 0 135 12 31 463 126 50
Binary 11000000 1110 10101100 0 1011101 1010 11001 100110011 1010110 101000

Color Harmonies of #C00EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00EAC

Black with #C00EAC

Text Example


Text Example

White with #C00EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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