#C0159C

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

Shades of Medium Violet Red #C0159C

Tints of Medium Violet Red #C0159C

Color information

#C0159C (or 0xC0159C) is unknown color: approx Medium Violet Red. HEX triplet: C0, 15 and 9C. RGB value is (192,21,156). Sum of RGB (Red+Green+Blue) = 192+21+156=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 21 (8.59% from 255 or 5.69% from 369); Blue value is 156 (61.33% from 255 or 42.28% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C0159C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0159C is #3FEA63. Grayscale: #575757. Windows color (decimal): -4188772 or 10229184. OLE color: 10229184.

HSL color Cylindrical-coordinate representation of color #C0159C: hue angle of 312.63º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C0159C is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB19221156-
CMYK00.890.190.25
HSL312.63º80.28%41.76%-
HSV(B)312.63º89.06%75.29%-
XYZ28.0114.1432.71-
YUV87.52166.65202.52-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 52.03%
GREEN value IS 21 (8.59% from 255) = 5.69%
BLUE value IS 156 (61.33% from 255) = 42.28%
R=52.03%
G=5.69%
B=42.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1922115600.890.190.25312.6380.2841.76
HexC0159C0591319139502a
Octal300252340131233147112052
Binary1100000010101100111000101100110011110011001110011010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0159C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0159C; }

 p { color: rgb(192,21,156); }

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

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

 a { background-color: rgb(192,21,156); }

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

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

 span { border-color: rgb(192,21,156); }

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