Html Css Color HEX #C00EA4 Medium Violet Red

📋 copy color: '#C00EA4'

red 192 ◦ green 14 ◦ blue 164

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

Shades of Medium Violet Red #C00EA4

Tints of Medium Violet Red #C00EA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 44.32%

R = 51.89%
G = 3.78%
B = 44.32%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#C00EA4 (or 0xC00EA4) is known color: Medium Violet Red. HEX triplet: C0, 0E and A4. RGB value is (192,14,164). Sum of RGB (Red+Green+Blue) = 192+14+164=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 14 (5.86% from 255 or 3.78% from 370); Blue value is 164 (64.45% from 255 or 44.32% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C00EA4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00EA4 is #3FF15B. Grayscale: #535353. Windows color (decimal): -4190556 or 10751680. OLE color: 10751680.

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

Color convert

RGB 192 14 164 -
CMYK 0 0.93 0.15 0.25
HSL 309.44º 0.86% 0.4% -
HSV(B) 309.44º 0.93% 0.75% -
XYZ 28.6 14.2 36.36 -
YUV 84.32 172.97 204.8 -
System Red Green Blue C M Y K H S L
Decimal 192 14 164 0 0.93 0.15 0.25 309.44 0.86 0.4
Hex C0 E A4 0 5D F 19 135 56 28
Octal 300 16 244 0 135 17 31 465 126 50
Binary 11000000 1110 10100100 0 1011101 1111 11001 100110101 1010110 101000

Color Harmonies of #C00EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00EA4

Black with #C00EA4

Text Example


Text Example

White with #C00EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00EA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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