#C0137D

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

Shades of Medium Violet Red #C0137D

Tints of Medium Violet Red #C0137D

Color information

#C0137D (or 0xC0137D) is unknown color: approx Medium Violet Red. HEX triplet: C0, 13 and 7D. RGB value is (192,19,125). Sum of RGB (Red+Green+Blue) = 192+19+125=336 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.14% from 336); Green value is 19 (7.81% from 255 or 5.65% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 192 - color contains mainly: red. Hex color #C0137D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0137D is #3FEC82. Grayscale: #525252. Windows color (decimal): -4189315 or 8197056. OLE color: 8197056.

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

Color convert

RGB19219125-
CMYK00.900.350.25
HSL323.24º81.99%41.37%-
HSV(B)323.24º90.1%75.29%-
XYZ25.6713.1520.59-
YUV82.81151.81205.88-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 57.14%
GREEN value IS 19 (7.81% from 255) = 5.65%
BLUE value IS 125 (49.22% from 255) = 37.20%
R=57.14%
G=5.65%
B=37.20%

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
Decimal1921912500.900.350.25323.2481.9941.37
HexC0137D05A23191435229
Octal300231750132433150312251
Binary1100000010011111110101011010100011110011010000111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0137D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0137D; }

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

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

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

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

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

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

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

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