Shades of Medium Violet Red #C60398
Tints of Medium Violet Red #C60398
RGB
CMYK
RGB Variations
Color information
#C60398 (or 0xC60398) is known color: Medium Violet Red. HEX triplet: C6, 03 and 98. RGB value is (198,3,152). Sum of RGB (Red+Green+Blue) = 198+3+152=353 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.09% from 353); Green value is 3 (1.56% from 255 or 0.85% from 353); Blue value is 152 (59.77% from 255 or 43.06% from 353); Max value from RGB is 198 - color contains mainly: red. Hex color #C60398 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60398 is #39FC67. Grayscale: #4D4D4D. Windows color (decimal): -3800168 or 9962438. OLE color: 9962438.
HSL color Cylindrical-coordinate representation of color #C60398: hue angle of 314.15º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C60398 is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 3 | 152 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.22 |
| HSL | 314.15º | 0.97% | 0.39% | - |
| HSV(B) | 314.15º | 0.98% | 0.78% | - |
| XYZ | 28.99 | 14.34 | 30.95 | - |
| YUV | 78.29 | 169.6 | 213.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 3 | 152 | 0 | 0.98 | 0.23 | 0.22 | 314.15 | 0.97 | 0.39 |
| Hex | C6 | 3 | 98 | 0 | 62 | 17 | 16 | 13A | 61 | 27 |
| Octal | 306 | 3 | 230 | 0 | 142 | 27 | 26 | 472 | 141 | 47 |
| Binary | 11000110 | 11 | 10011000 | 0 | 1100010 | 10111 | 10110 | 100111010 | 1100001 | 100111 |
Color Harmonies of #C60398
Complementary color
Monochromatic Colors of #C60398
Black with #C60398
Text Example
Text Example
White with #C60398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60398; }
p { color: rgb(198,3,152); }
H1.HeaderClassName
{
color: #C60398;
}
.AnyTagClassName
{
color: #C60398;
}
</style>
background-color css
<style>
a { background-color: #C60398; }
a { background-color: rgb(198,3,152); }
div.DivClassName
{
background-color: #C60398;
}
.BgClassName
{
background-color: #C60398;
}
</style>
border-color css
<style>
span { border-color: #C60398; }
span { border-color: rgb(198,3,152); }
td.TdClassName
{
border-color: #C60398;
}
.TagClassName
{
border-color: #C60398;
}
</style>