Shades of Medium Violet Red #C61499
Tints of Medium Violet Red #C61499
RGB
CMYK
RGB Variations
Color information
#C61499 (or 0xC61499) is known color: Medium Violet Red. HEX triplet: C6, 14 and 99. RGB value is (198,20,153). Sum of RGB (Red+Green+Blue) = 198+20+153=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 20 (8.20% from 255 or 5.39% from 371); Blue value is 153 (60.16% from 255 or 41.24% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C61499 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61499 is #39EB66. Grayscale: #585858. Windows color (decimal): -3795815 or 10032326. OLE color: 10032326.
HSL color Cylindrical-coordinate representation of color #C61499: hue angle of 315.17º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C61499 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 20 | 153 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.22 |
| HSL | 315.17º | 0.82% | 0.43% | - |
| HSV(B) | 315.17º | 0.9% | 0.78% | - |
| XYZ | 29.29 | 14.81 | 31.45 | - |
| YUV | 88.38 | 164.47 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 20 | 153 | 0 | 0.90 | 0.23 | 0.22 | 315.17 | 0.82 | 0.43 |
| Hex | C6 | 14 | 99 | 0 | 5A | 17 | 16 | 13B | 52 | 2B |
| Octal | 306 | 24 | 231 | 0 | 132 | 27 | 26 | 473 | 122 | 53 |
| Binary | 11000110 | 10100 | 10011001 | 0 | 1011010 | 10111 | 10110 | 100111011 | 1010010 | 101011 |
Color Harmonies of #C61499
Complementary color
Monochromatic Colors of #C61499
Black with #C61499
Text Example
Text Example
White with #C61499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61499; }
p { color: rgb(198,20,153); }
H1.HeaderClassName
{
color: #C61499;
}
.AnyTagClassName
{
color: #C61499;
}
</style>
background-color css
<style>
a { background-color: #C61499; }
a { background-color: rgb(198,20,153); }
div.DivClassName
{
background-color: #C61499;
}
.BgClassName
{
background-color: #C61499;
}
</style>
border-color css
<style>
span { border-color: #C61499; }
span { border-color: rgb(198,20,153); }
td.TdClassName
{
border-color: #C61499;
}
.TagClassName
{
border-color: #C61499;
}
</style>