Shades of Medium Violet Red #C62098
Tints of Medium Violet Red #C62098
RGB
CMYK
RGB Variations
Color information
#C62098 (or 0xC62098) is known color: Medium Violet Red. HEX triplet: C6, 20 and 98. RGB value is (198,32,152). Sum of RGB (Red+Green+Blue) = 198+32+152=382 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.83% from 382); Green value is 32 (12.89% from 255 or 8.38% from 382); Blue value is 152 (59.77% from 255 or 39.79% from 382); Max value from RGB is 198 - color contains mainly: red. Hex color #C62098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62098 is #39DF67. Grayscale: #5F5F5F. Windows color (decimal): -3792744 or 9969862. OLE color: 9969862.
HSL color Cylindrical-coordinate representation of color #C62098: hue angle of 316.63º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C62098 is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 32 | 152 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.22 |
| HSL | 316.63º | 0.72% | 0.45% | - |
| HSV(B) | 316.63º | 0.84% | 0.78% | - |
| XYZ | 29.47 | 15.31 | 31.11 | - |
| YUV | 95.31 | 160 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 32 | 152 | 0 | 0.84 | 0.23 | 0.22 | 316.63 | 0.72 | 0.45 |
| Hex | C6 | 20 | 98 | 0 | 54 | 17 | 16 | 13D | 48 | 2D |
| Octal | 306 | 40 | 230 | 0 | 124 | 27 | 26 | 475 | 110 | 55 |
| Binary | 11000110 | 100000 | 10011000 | 0 | 1010100 | 10111 | 10110 | 100111101 | 1001000 | 101101 |
Color Harmonies of #C62098
Complementary color
Monochromatic Colors of #C62098
Black with #C62098
Text Example
Text Example
White with #C62098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62098; }
p { color: rgb(198,32,152); }
H1.HeaderClassName
{
color: #C62098;
}
.AnyTagClassName
{
color: #C62098;
}
</style>
background-color css
<style>
a { background-color: #C62098; }
a { background-color: rgb(198,32,152); }
div.DivClassName
{
background-color: #C62098;
}
.BgClassName
{
background-color: #C62098;
}
</style>
border-color css
<style>
span { border-color: #C62098; }
span { border-color: rgb(198,32,152); }
td.TdClassName
{
border-color: #C62098;
}
.TagClassName
{
border-color: #C62098;
}
</style>