Shades of Medium Violet Red #C20099
Tints of Medium Violet Red #C20099
RGB
CMYK
RGB Variations
Color information
#C20099 (or 0xC20099) is known color: Medium Violet Red. HEX triplet: C2, 00 and 99. RGB value is (194,0,153). Sum of RGB (Red+Green+Blue) = 194+0+153=347 (45% of max value = 765). Red value is 194 (76.17% from 255 or 55.91% from 347); Green value is 0 (0.39% from 255 or 0% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 194 - color contains mainly: red. Hex color #C20099 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20099 is #3DFF66. Grayscale: #4B4B4B. Windows color (decimal): -4063079 or 10027202. OLE color: 10027202.
HSL color Cylindrical-coordinate representation of color #C20099: hue angle of 312.68º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C20099 is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 0 | 153 | - |
| CMYK | 0 | 1 | 0.21 | 0.24 |
| HSL | 312.68º | 1% | 0.38% | - |
| HSV(B) | 312.68º | 1% | 0.76% | - |
| XYZ | 28 | 13.77 | 31.32 | - |
| YUV | 75.45 | 171.77 | 212.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 153 | 0 | 1 | 0.21 | 0.24 | 312.68 | 1 | 0.38 |
| Hex | C2 | 0 | 99 | 0 | 64 | 15 | 18 | 139 | 64 | 26 |
| Octal | 302 | 0 | 231 | 0 | 144 | 25 | 30 | 471 | 144 | 46 |
| Binary | 11000010 | 0 | 10011001 | 0 | 1100100 | 10101 | 11000 | 100111001 | 1100100 | 100110 |
Color Harmonies of #C20099
Complementary color
Monochromatic Colors of #C20099
Black with #C20099
Text Example
Text Example
White with #C20099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20099; }
p { color: rgb(194,0,153); }
H1.HeaderClassName
{
color: #C20099;
}
.AnyTagClassName
{
color: #C20099;
}
</style>
background-color css
<style>
a { background-color: #C20099; }
a { background-color: rgb(194,0,153); }
div.DivClassName
{
background-color: #C20099;
}
.BgClassName
{
background-color: #C20099;
}
</style>
border-color css
<style>
span { border-color: #C20099; }
span { border-color: rgb(194,0,153); }
td.TdClassName
{
border-color: #C20099;
}
.TagClassName
{
border-color: #C20099;
}
</style>