Shades of Medium Violet Red #C020AB
Tints of Medium Violet Red #C020AB
RGB
CMYK
RGB Variations
Color information
#C020AB (or 0xC020AB) is known color: Medium Violet Red. HEX triplet: C0, 20 and AB. RGB value is (192,32,171). Sum of RGB (Red+Green+Blue) = 192+32+171=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 32 (12.89% from 255 or 8.10% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C020AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C020AB is #3FDF54. Grayscale: #5F5F5F. Windows color (decimal): -4185941 or 11215040. OLE color: 11215040.
HSL color Cylindrical-coordinate representation of color #C020AB: hue angle of 307.88º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C020AB is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 32 | 171 | - |
| CMYK | 0 | 0.83 | 0.11 | 0.25 |
| HSL | 307.88º | 0.71% | 0.44% | - |
| HSV(B) | 307.88º | 0.83% | 0.75% | - |
| XYZ | 29.61 | 15.18 | 39.9 | - |
| YUV | 95.69 | 170.51 | 196.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 32 | 171 | 0 | 0.83 | 0.11 | 0.25 | 307.88 | 0.71 | 0.44 |
| Hex | C0 | 20 | AB | 0 | 53 | B | 19 | 134 | 47 | 2C |
| Octal | 300 | 40 | 253 | 0 | 123 | 13 | 31 | 464 | 107 | 54 |
| Binary | 11000000 | 100000 | 10101011 | 0 | 1010011 | 1011 | 11001 | 100110100 | 1000111 | 101100 |
Color Harmonies of #C020AB
Complementary color
Monochromatic Colors of #C020AB
Black with #C020AB
Text Example
Text Example
White with #C020AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C020AB; }
p { color: rgb(192,32,171); }
H1.HeaderClassName
{
color: #C020AB;
}
.AnyTagClassName
{
color: #C020AB;
}
</style>
background-color css
<style>
a { background-color: #C020AB; }
a { background-color: rgb(192,32,171); }
div.DivClassName
{
background-color: #C020AB;
}
.BgClassName
{
background-color: #C020AB;
}
</style>
border-color css
<style>
span { border-color: #C020AB; }
span { border-color: rgb(192,32,171); }
td.TdClassName
{
border-color: #C020AB;
}
.TagClassName
{
border-color: #C020AB;
}
</style>