Shades of Medium Violet Red #C20CA1
Tints of Medium Violet Red #C20CA1
RGB
CMYK
RGB Variations
Color information
#C20CA1 (or 0xC20CA1) is known color: Medium Violet Red. HEX triplet: C2, 0C and A1. RGB value is (194,12,161). Sum of RGB (Red+Green+Blue) = 194+12+161=367 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.86% from 367); Green value is 12 (5.08% from 255 or 3.27% from 367); Blue value is 161 (63.28% from 255 or 43.87% from 367); Max value from RGB is 194 - color contains mainly: red. Hex color #C20CA1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20CA1 is #3DF35E. Grayscale: #525252. Windows color (decimal): -4059999 or 10554562. OLE color: 10554562.
HSL color Cylindrical-coordinate representation of color #C20CA1: hue angle of 310.88º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20CA1 is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 12 | 161 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.24 |
| HSL | 310.88º | 0.88% | 0.4% | - |
| HSV(B) | 310.88º | 0.94% | 0.76% | - |
| XYZ | 28.81 | 14.31 | 34.96 | - |
| YUV | 83.4 | 171.8 | 206.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 12 | 161 | 0 | 0.94 | 0.17 | 0.24 | 310.88 | 0.88 | 0.4 |
| Hex | C2 | C | A1 | 0 | 5E | 11 | 18 | 137 | 58 | 28 |
| Octal | 302 | 14 | 241 | 0 | 136 | 21 | 30 | 467 | 130 | 50 |
| Binary | 11000010 | 1100 | 10100001 | 0 | 1011110 | 10001 | 11000 | 100110111 | 1011000 | 101000 |
Color Harmonies of #C20CA1
Complementary color
Monochromatic Colors of #C20CA1
Black with #C20CA1
Text Example
Text Example
White with #C20CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20CA1; }
p { color: rgb(194,12,161); }
H1.HeaderClassName
{
color: #C20CA1;
}
.AnyTagClassName
{
color: #C20CA1;
}
</style>
background-color css
<style>
a { background-color: #C20CA1; }
a { background-color: rgb(194,12,161); }
div.DivClassName
{
background-color: #C20CA1;
}
.BgClassName
{
background-color: #C20CA1;
}
</style>
border-color css
<style>
span { border-color: #C20CA1; }
span { border-color: rgb(194,12,161); }
td.TdClassName
{
border-color: #C20CA1;
}
.TagClassName
{
border-color: #C20CA1;
}
</style>