#C0137C

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

Shades of Medium Violet Red #C0137C

Tints of Medium Violet Red #C0137C

Color information

#C0137C (or 0xC0137C) is unknown color: approx Medium Violet Red. HEX triplet: C0, 13 and 7C. RGB value is (192,19,124). Sum of RGB (Red+Green+Blue) = 192+19+124=335 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.31% from 335); Green value is 19 (7.81% from 255 or 5.67% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 192 - color contains mainly: red. Hex color #C0137C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0137C is #3FEC83. Grayscale: #525252. Windows color (decimal): -4189316 or 8131520. OLE color: 8131520.

HSL color Cylindrical-coordinate representation of color #C0137C: hue angle of 323.58º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0137C is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB19219124-
CMYK00.900.350.25
HSL323.58º81.99%41.37%-
HSV(B)323.58º90.1%75.29%-
XYZ25.6113.1320.25-
YUV82.7151.31205.96-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 57.31%
GREEN value IS 19 (7.81% from 255) = 5.67%
BLUE value IS 124 (48.83% from 255) = 37.01%
R=57.31%
G=5.67%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921912400.900.350.25323.5881.9941.37
HexC0137C05A23191445229
Octal300231740132433150412251
Binary1100000010011111110001011010100011110011010001001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0137C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0137C; }

 p { color: rgb(192,19,124); }

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

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

 a { background-color: rgb(192,19,124); }

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

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

 span { border-color: rgb(192,19,124); }

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