Html Css Color HEX #C00E9E Medium Violet Red

📋 copy color: '#C00E9E'

red 192 ◦ green 14 ◦ blue 158

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

Shades of Medium Violet Red #C00E9E

Tints of Medium Violet Red #C00E9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 43.41%

R = 52.75%
G = 3.85%
B = 43.41%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#C00E9E (or 0xC00E9E) is known color: Medium Violet Red. HEX triplet: C0, 0E and 9E. RGB value is (192,14,158). Sum of RGB (Red+Green+Blue) = 192+14+158=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 14 (5.86% from 255 or 3.85% from 364); Blue value is 158 (62.11% from 255 or 43.41% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C00E9E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00E9E is #3FF161. Grayscale: #535353. Windows color (decimal): -4190562 or 10358464. OLE color: 10358464.

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

Color convert

RGB 192 14 158 -
CMYK 0 0.93 0.18 0.25
HSL 311.46º 0.86% 0.4% -
HSV(B) 311.46º 0.93% 0.75% -
XYZ 28.07 13.99 33.57 -
YUV 83.64 169.97 205.29 -
System Red Green Blue C M Y K H S L
Decimal 192 14 158 0 0.93 0.18 0.25 311.46 0.86 0.4
Hex C0 E 9E 0 5D 12 19 137 56 28
Octal 300 16 236 0 135 22 31 467 126 50
Binary 11000000 1110 10011110 0 1011101 10010 11001 100110111 1010110 101000

Color Harmonies of #C00E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00E9E

Black with #C00E9E

Text Example


Text Example

White with #C00E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00E9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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