Shades of Medium Violet Red #C60298
Tints of Medium Violet Red #C60298
RGB
CMYK
RGB Variations
Color information
#C60298 (or 0xC60298) is known color: Medium Violet Red. HEX triplet: C6, 02 and 98. RGB value is (198,2,152). Sum of RGB (Red+Green+Blue) = 198+2+152=352 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.25% from 352); Green value is 2 (1.17% from 255 or 0.57% from 352); Blue value is 152 (59.77% from 255 or 43.18% from 352); Max value from RGB is 198 - color contains mainly: red. Hex color #C60298 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60298 is #39FD67. Grayscale: #4D4D4D. Windows color (decimal): -3800424 or 9962182. OLE color: 9962182.
HSL color Cylindrical-coordinate representation of color #C60298: hue angle of 314.08º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C60298 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 2 | 152 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.22 |
| HSL | 314.08º | 0.98% | 0.39% | - |
| HSV(B) | 314.08º | 0.99% | 0.78% | - |
| XYZ | 28.98 | 14.32 | 30.94 | - |
| YUV | 77.7 | 169.93 | 213.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 2 | 152 | 0 | 0.99 | 0.23 | 0.22 | 314.08 | 0.98 | 0.39 |
| Hex | C6 | 2 | 98 | 0 | 63 | 17 | 16 | 13A | 62 | 27 |
| Octal | 306 | 2 | 230 | 0 | 143 | 27 | 26 | 472 | 142 | 47 |
| Binary | 11000110 | 10 | 10011000 | 0 | 1100011 | 10111 | 10110 | 100111010 | 1100010 | 100111 |
Color Harmonies of #C60298
Complementary color
Monochromatic Colors of #C60298
Black with #C60298
Text Example
Text Example
White with #C60298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60298; }
p { color: rgb(198,2,152); }
H1.HeaderClassName
{
color: #C60298;
}
.AnyTagClassName
{
color: #C60298;
}
</style>
background-color css
<style>
a { background-color: #C60298; }
a { background-color: rgb(198,2,152); }
div.DivClassName
{
background-color: #C60298;
}
.BgClassName
{
background-color: #C60298;
}
</style>
border-color css
<style>
span { border-color: #C60298; }
span { border-color: rgb(198,2,152); }
td.TdClassName
{
border-color: #C60298;
}
.TagClassName
{
border-color: #C60298;
}
</style>