Html Css Color HEX #C00E7D Medium Violet Red

📋 copy color: '#C00E7D'

red 192 ◦ green 14 ◦ blue 125

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

Shades of Medium Violet Red #C00E7D

Tints of Medium Violet Red #C00E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.76%

R = 58.01%
G = 4.23%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#C00E7D (or 0xC00E7D) is known color: Medium Violet Red. HEX triplet: C0, 0E and 7D. RGB value is (192,14,125). Sum of RGB (Red+Green+Blue) = 192+14+125=331 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.01% from 331); Green value is 14 (5.86% from 255 or 4.23% from 331); Blue value is 125 (49.22% from 255 or 37.76% from 331); Max value from RGB is 192 - color contains mainly: red. Hex color #C00E7D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00E7D is #3FF182. Grayscale: #4F4F4F. Windows color (decimal): -4190595 or 8195776. OLE color: 8195776.

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

Color convert

RGB 192 14 125 -
CMYK 0 0.93 0.35 0.25
HSL 322.58º 0.86% 0.4% -
HSV(B) 322.58º 0.93% 0.75% -
XYZ 25.6 13 20.56 -
YUV 79.88 153.47 207.97 -
System Red Green Blue C M Y K H S L
Decimal 192 14 125 0 0.93 0.35 0.25 322.58 0.86 0.4
Hex C0 E 7D 0 5D 23 19 143 56 28
Octal 300 16 175 0 135 43 31 503 126 50
Binary 11000000 1110 1111101 0 1011101 100011 11001 101000011 1010110 101000

Color Harmonies of #C00E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00E7D

Black with #C00E7D

Text Example


Text Example

White with #C00E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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