Html Css Color HEX #C00E9C Medium Violet Red

📋 copy color: '#C00E9C'

red 192 ◦ green 14 ◦ blue 156

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

Shades of Medium Violet Red #C00E9C

Tints of Medium Violet Red #C00E9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 43.09%

R = 53.04%
G = 3.87%
B = 43.09%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#C00E9C (or 0xC00E9C) is known color: Medium Violet Red. HEX triplet: C0, 0E and 9C. RGB value is (192,14,156). Sum of RGB (Red+Green+Blue) = 192+14+156=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 14 (5.86% from 255 or 3.87% from 362); Blue value is 156 (61.33% from 255 or 43.09% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C00E9C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00E9C is #3FF163. Grayscale: #535353. Windows color (decimal): -4190564 or 10227392. OLE color: 10227392.

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

Color convert

RGB 192 14 156 -
CMYK 0 0.93 0.19 0.25
HSL 312.13º 0.86% 0.4% -
HSV(B) 312.13º 0.93% 0.75% -
XYZ 27.9 13.92 32.67 -
YUV 83.41 168.97 205.45 -
System Red Green Blue C M Y K H S L
Decimal 192 14 156 0 0.93 0.19 0.25 312.13 0.86 0.4
Hex C0 E 9C 0 5D 13 19 138 56 28
Octal 300 16 234 0 135 23 31 470 126 50
Binary 11000000 1110 10011100 0 1011101 10011 11001 100111000 1010110 101000

Color Harmonies of #C00E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00E9C

Black with #C00E9C

Text Example


Text Example

White with #C00E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00E9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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