Html Css Color HEX #C00E7E Medium Violet Red

📋 copy color: '#C00E7E'

red 192 ◦ green 14 ◦ blue 126

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

Shades of Medium Violet Red #C00E7E

Tints of Medium Violet Red #C00E7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 37.95%

R = 57.83%
G = 4.22%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C00E7E (or 0xC00E7E) is known color: Medium Violet Red. HEX triplet: C0, 0E and 7E. RGB value is (192,14,126). Sum of RGB (Red+Green+Blue) = 192+14+126=332 (43% of max value = 765). Red value is 192 (75.39% from 255 or 57.83% from 332); Green value is 14 (5.86% from 255 or 4.22% from 332); Blue value is 126 (49.61% from 255 or 37.95% from 332); Max value from RGB is 192 - color contains mainly: red. Hex color #C00E7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00E7E is #3FF181. Grayscale: #4F4F4F. Windows color (decimal): -4190594 or 8261312. OLE color: 8261312.

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

Color convert

RGB 192 14 126 -
CMYK 0 0.93 0.34 0.25
HSL 322.25º 0.86% 0.4% -
HSV(B) 322.25º 0.93% 0.75% -
XYZ 25.66 13.03 20.9 -
YUV 79.99 153.97 207.89 -
System Red Green Blue C M Y K H S L
Decimal 192 14 126 0 0.93 0.34 0.25 322.25 0.86 0.4
Hex C0 E 7E 0 5D 22 19 142 56 28
Octal 300 16 176 0 135 42 31 502 126 50
Binary 11000000 1110 1111110 0 1011101 100010 11001 101000010 1010110 101000

Color Harmonies of #C00E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00E7E

Black with #C00E7E

Text Example


Text Example

White with #C00E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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