#C0159D

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

Shades of Medium Violet Red #C0159D

Tints of Medium Violet Red #C0159D

Color information

#C0159D (or 0xC0159D) is unknown color: approx Medium Violet Red. HEX triplet: C0, 15 and 9D. RGB value is (192,21,157). Sum of RGB (Red+Green+Blue) = 192+21+157=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 21 (8.59% from 255 or 5.68% from 370); Blue value is 157 (61.72% from 255 or 42.43% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C0159D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0159D is #3FEA62. Grayscale: #575757. Windows color (decimal): -4188771 or 10294720. OLE color: 10294720.

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

Color convert

RGB19221157-
CMYK00.890.180.25
HSL312.28º80.28%41.76%-
HSV(B)312.28º89.06%75.29%-
XYZ28.0914.1833.15-
YUV87.63167.15202.44-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.89%
GREEN value IS 21 (8.59% from 255) = 5.68%
BLUE value IS 157 (61.72% from 255) = 42.43%
R=51.89%
G=5.68%
B=42.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1922115700.890.180.25312.2880.2841.76
HexC0159D0591219138502a
Octal300252350131223147012052
Binary1100000010101100111010101100110010110011001110001010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0159D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0159D; }

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

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

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

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

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

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

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

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