#C0137B

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

Shades of Medium Violet Red #C0137B

Tints of Medium Violet Red #C0137B

Color information

#C0137B (or 0xC0137B) is unknown color: approx Medium Violet Red. HEX triplet: C0, 13 and 7B. RGB value is (192,19,123). Sum of RGB (Red+Green+Blue) = 192+19+123=334 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.49% from 334); Green value is 19 (7.81% from 255 or 5.69% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 192 - color contains mainly: red. Hex color #C0137B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0137B is #3FEC84. Grayscale: #525252. Windows color (decimal): -4189317 or 8065984. OLE color: 8065984.

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

Color convert

RGB19219123-
CMYK00.900.360.25
HSL323.93º81.99%41.37%-
HSV(B)323.93º90.1%75.29%-
XYZ25.5513.119.92-
YUV82.58150.81206.04-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 57.49%
GREEN value IS 19 (7.81% from 255) = 5.69%
BLUE value IS 123 (48.44% from 255) = 36.83%
R=57.49%
G=5.69%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921912300.900.360.25323.9381.9941.37
HexC0137B05A24191445229
Octal300231730132443150412251
Binary1100000010011111101101011010100100110011010001001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0137B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0137B; }

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

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

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

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

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

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

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

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