Shades of Medium Violet Red #C20C9B
Tints of Medium Violet Red #C20C9B
RGB
CMYK
RGB Variations
Color information
#C20C9B (or 0xC20C9B) is known color: Medium Violet Red. HEX triplet: C2, 0C and 9B. RGB value is (194,12,155). Sum of RGB (Red+Green+Blue) = 194+12+155=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 12 (5.08% from 255 or 3.32% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C20C9B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20C9B is #3DF364. Grayscale: #525252. Windows color (decimal): -4060005 or 10161346. OLE color: 10161346.
HSL color Cylindrical-coordinate representation of color #C20C9B: hue angle of 312.86º 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 #C20C9B is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 12 | 155 | - |
| CMYK | 0 | 0.94 | 0.20 | 0.24 |
| HSL | 312.86º | 0.88% | 0.4% | - |
| HSV(B) | 312.86º | 0.94% | 0.76% | - |
| XYZ | 28.3 | 14.1 | 32.24 | - |
| YUV | 82.72 | 168.8 | 207.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 12 | 155 | 0 | 0.94 | 0.20 | 0.24 | 312.86 | 0.88 | 0.4 |
| Hex | C2 | C | 9B | 0 | 5E | 14 | 18 | 139 | 58 | 28 |
| Octal | 302 | 14 | 233 | 0 | 136 | 24 | 30 | 471 | 130 | 50 |
| Binary | 11000010 | 1100 | 10011011 | 0 | 1011110 | 10100 | 11000 | 100111001 | 1011000 | 101000 |
Color Harmonies of #C20C9B
Complementary color
Monochromatic Colors of #C20C9B
Black with #C20C9B
Text Example
Text Example
White with #C20C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20C9B; }
p { color: rgb(194,12,155); }
H1.HeaderClassName
{
color: #C20C9B;
}
.AnyTagClassName
{
color: #C20C9B;
}
</style>
background-color css
<style>
a { background-color: #C20C9B; }
a { background-color: rgb(194,12,155); }
div.DivClassName
{
background-color: #C20C9B;
}
.BgClassName
{
background-color: #C20C9B;
}
</style>
border-color css
<style>
span { border-color: #C20C9B; }
span { border-color: rgb(194,12,155); }
td.TdClassName
{
border-color: #C20C9B;
}
.TagClassName
{
border-color: #C20C9B;
}
</style>