Shades of Medium Violet Red #C20299
Tints of Medium Violet Red #C20299
RGB
CMYK
RGB Variations
Color information
#C20299 (or 0xC20299) is known color: Medium Violet Red. HEX triplet: C2, 02 and 99. RGB value is (194,2,153). Sum of RGB (Red+Green+Blue) = 194+2+153=349 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.59% from 349); Green value is 2 (1.17% from 255 or 0.57% from 349); Blue value is 153 (60.16% from 255 or 43.84% from 349); Max value from RGB is 194 - color contains mainly: red. Hex color #C20299 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20299 is #3DFD66. Grayscale: #4C4C4C. Windows color (decimal): -4062567 or 10027714. OLE color: 10027714.
HSL color Cylindrical-coordinate representation of color #C20299: hue angle of 312.81º degrees, saturation: 0.98, 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 #C20299 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 2 | 153 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.24 |
| HSL | 312.81º | 0.98% | 0.38% | - |
| HSV(B) | 312.81º | 0.99% | 0.76% | - |
| XYZ | 28.02 | 13.81 | 31.33 | - |
| YUV | 76.62 | 171.11 | 211.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 153 | 0 | 0.99 | 0.21 | 0.24 | 312.81 | 0.98 | 0.38 |
| Hex | C2 | 2 | 99 | 0 | 63 | 15 | 18 | 139 | 62 | 26 |
| Octal | 302 | 2 | 231 | 0 | 143 | 25 | 30 | 471 | 142 | 46 |
| Binary | 11000010 | 10 | 10011001 | 0 | 1100011 | 10101 | 11000 | 100111001 | 1100010 | 100110 |
Color Harmonies of #C20299
Complementary color
Monochromatic Colors of #C20299
Black with #C20299
Text Example
Text Example
White with #C20299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20299; }
p { color: rgb(194,2,153); }
H1.HeaderClassName
{
color: #C20299;
}
.AnyTagClassName
{
color: #C20299;
}
</style>
background-color css
<style>
a { background-color: #C20299; }
a { background-color: rgb(194,2,153); }
div.DivClassName
{
background-color: #C20299;
}
.BgClassName
{
background-color: #C20299;
}
</style>
border-color css
<style>
span { border-color: #C20299; }
span { border-color: rgb(194,2,153); }
td.TdClassName
{
border-color: #C20299;
}
.TagClassName
{
border-color: #C20299;
}
</style>