Shades of Medium Violet Red #C61599
Tints of Medium Violet Red #C61599
RGB
CMYK
RGB Variations
Color information
#C61599 (or 0xC61599) is known color: Medium Violet Red. HEX triplet: C6, 15 and 99. RGB value is (198,21,153). Sum of RGB (Red+Green+Blue) = 198+21+153=372 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.23% from 372); Green value is 21 (8.59% from 255 or 5.65% from 372); Blue value is 153 (60.16% from 255 or 41.13% from 372); Max value from RGB is 198 - color contains mainly: red. Hex color #C61599 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61599 is #39EA66. Grayscale: #585858. Windows color (decimal): -3795559 or 10032582. OLE color: 10032582.
HSL color Cylindrical-coordinate representation of color #C61599: hue angle of 315.25º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C61599 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 21 | 153 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.22 |
| HSL | 315.25º | 0.81% | 0.43% | - |
| HSV(B) | 315.25º | 0.89% | 0.78% | - |
| XYZ | 29.31 | 14.84 | 31.46 | - |
| YUV | 88.97 | 164.14 | 205.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 21 | 153 | 0 | 0.89 | 0.23 | 0.22 | 315.25 | 0.81 | 0.43 |
| Hex | C6 | 15 | 99 | 0 | 59 | 17 | 16 | 13B | 51 | 2B |
| Octal | 306 | 25 | 231 | 0 | 131 | 27 | 26 | 473 | 121 | 53 |
| Binary | 11000110 | 10101 | 10011001 | 0 | 1011001 | 10111 | 10110 | 100111011 | 1010001 | 101011 |
Color Harmonies of #C61599
Complementary color
Monochromatic Colors of #C61599
Black with #C61599
Text Example
Text Example
White with #C61599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61599; }
p { color: rgb(198,21,153); }
H1.HeaderClassName
{
color: #C61599;
}
.AnyTagClassName
{
color: #C61599;
}
</style>
background-color css
<style>
a { background-color: #C61599; }
a { background-color: rgb(198,21,153); }
div.DivClassName
{
background-color: #C61599;
}
.BgClassName
{
background-color: #C61599;
}
</style>
border-color css
<style>
span { border-color: #C61599; }
span { border-color: rgb(198,21,153); }
td.TdClassName
{
border-color: #C61599;
}
.TagClassName
{
border-color: #C61599;
}
</style>