Shades of Medium Violet Red #C20599
Tints of Medium Violet Red #C20599
RGB
CMYK
RGB Variations
Color information
#C20599 (or 0xC20599) is known color: Medium Violet Red. HEX triplet: C2, 05 and 99. RGB value is (194,5,153). Sum of RGB (Red+Green+Blue) = 194+5+153=352 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.11% from 352); Green value is 5 (2.34% from 255 or 1.42% from 352); Blue value is 153 (60.16% from 255 or 43.47% from 352); Max value from RGB is 194 - color contains mainly: red. Hex color #C20599 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20599 is #3DFA66. Grayscale: #4D4D4D. Windows color (decimal): -4061799 or 10028482. OLE color: 10028482.
HSL color Cylindrical-coordinate representation of color #C20599: hue angle of 313.02º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C20599 is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 5 | 153 | - |
| CMYK | 0 | 0.97 | 0.21 | 0.24 |
| HSL | 313.02º | 0.95% | 0.39% | - |
| HSV(B) | 313.02º | 0.97% | 0.76% | - |
| XYZ | 28.05 | 13.88 | 31.34 | - |
| YUV | 78.38 | 170.12 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 5 | 153 | 0 | 0.97 | 0.21 | 0.24 | 313.02 | 0.95 | 0.39 |
| Hex | C2 | 5 | 99 | 0 | 61 | 15 | 18 | 139 | 5F | 27 |
| Octal | 302 | 5 | 231 | 0 | 141 | 25 | 30 | 471 | 137 | 47 |
| Binary | 11000010 | 101 | 10011001 | 0 | 1100001 | 10101 | 11000 | 100111001 | 1011111 | 100111 |
Color Harmonies of #C20599
Complementary color
Monochromatic Colors of #C20599
Black with #C20599
Text Example
Text Example
White with #C20599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20599; }
p { color: rgb(194,5,153); }
H1.HeaderClassName
{
color: #C20599;
}
.AnyTagClassName
{
color: #C20599;
}
</style>
background-color css
<style>
a { background-color: #C20599; }
a { background-color: rgb(194,5,153); }
div.DivClassName
{
background-color: #C20599;
}
.BgClassName
{
background-color: #C20599;
}
</style>
border-color css
<style>
span { border-color: #C20599; }
span { border-color: rgb(194,5,153); }
td.TdClassName
{
border-color: #C20599;
}
.TagClassName
{
border-color: #C20599;
}
</style>