#C00E71

Color #C00E71 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #C00E71

Tints of Medium Violet Red #C00E71

Color information

#C00E71 (or 0xC00E71) is unknown color: approx Medium Violet Red. HEX triplet: C0, 0E and 71. RGB value is (192,14,113). Sum of RGB (Red+Green+Blue) = 192+14+113=319 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.19% from 319); Green value is 14 (5.86% from 255 or 4.39% from 319); Blue value is 113 (44.53% from 255 or 35.42% from 319); Max value from RGB is 192 - color contains mainly: red. Hex color #C00E71 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00E71 is #3FF18E. Grayscale: #4E4E4E. Windows color (decimal): -4190607 or 7409344. OLE color: 7409344.

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

Color convert

RGB19214113-
CMYK00.930.410.25
HSL326.63º86.41%40.39%-
HSV(B)326.63º92.71%75.29%-
XYZ24.8812.7116.77-
YUV78.51147.47208.95-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 60.19%
GREEN value IS 14 (5.86% from 255) = 4.39%
BLUE value IS 113 (44.53% from 255) = 35.42%
R=60.19%
G=4.39%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921411300.930.410.25326.6386.4140.39
HexC0E7105D29191475628
Octal300161610135513150712650
Binary110000001110111000101011101101001110011010001111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00E71; }

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

 H1.HeaderClassName
 {
   color: #C00E71;
 }
 .AnyTagClassName
 {
   color: #C00E71;
 }
</style>
background-color css

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

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

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

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

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

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