Shades of Medium Violet Red #C20199
Tints of Medium Violet Red #C20199
RGB
CMYK
RGB Variations
Color information
#C20199 (or 0xC20199) is known color: Medium Violet Red. HEX triplet: C2, 01 and 99. RGB value is (194,1,153). Sum of RGB (Red+Green+Blue) = 194+1+153=348 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.75% from 348); Green value is 1 (0.78% from 255 or 0.29% from 348); Blue value is 153 (60.16% from 255 or 43.97% from 348); Max value from RGB is 194 - color contains mainly: red. Hex color #C20199 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20199 is #3DFE66. Grayscale: #4B4B4B. Windows color (decimal): -4062823 or 10027458. OLE color: 10027458.
HSL color Cylindrical-coordinate representation of color #C20199: hue angle of 312.75º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C20199 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 1 | 153 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.24 |
| HSL | 312.75º | 0.99% | 0.38% | - |
| HSV(B) | 312.75º | 0.99% | 0.76% | - |
| XYZ | 28.01 | 13.79 | 31.32 | - |
| YUV | 76.04 | 171.44 | 212.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 1 | 153 | 0 | 0.99 | 0.21 | 0.24 | 312.75 | 0.99 | 0.38 |
| Hex | C2 | 1 | 99 | 0 | 63 | 15 | 18 | 139 | 63 | 26 |
| Octal | 302 | 1 | 231 | 0 | 143 | 25 | 30 | 471 | 143 | 46 |
| Binary | 11000010 | 1 | 10011001 | 0 | 1100011 | 10101 | 11000 | 100111001 | 1100011 | 100110 |
Color Harmonies of #C20199
Complementary color
Monochromatic Colors of #C20199
Black with #C20199
Text Example
Text Example
White with #C20199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20199; }
p { color: rgb(194,1,153); }
H1.HeaderClassName
{
color: #C20199;
}
.AnyTagClassName
{
color: #C20199;
}
</style>
background-color css
<style>
a { background-color: #C20199; }
a { background-color: rgb(194,1,153); }
div.DivClassName
{
background-color: #C20199;
}
.BgClassName
{
background-color: #C20199;
}
</style>
border-color css
<style>
span { border-color: #C20199; }
span { border-color: rgb(194,1,153); }
td.TdClassName
{
border-color: #C20199;
}
.TagClassName
{
border-color: #C20199;
}
</style>