Shades of Medium Violet Red #C62398
Tints of Medium Violet Red #C62398
RGB
CMYK
RGB Variations
Color information
#C62398 (or 0xC62398) is known color: Medium Violet Red. HEX triplet: C6, 23 and 98. RGB value is (198,35,152). Sum of RGB (Red+Green+Blue) = 198+35+152=385 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.43% from 385); Green value is 35 (14.06% from 255 or 9.09% from 385); Blue value is 152 (59.77% from 255 or 39.48% from 385); Max value from RGB is 198 - color contains mainly: red. Hex color #C62398 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62398 is #39DC67. Grayscale: #606060. Windows color (decimal): -3791976 or 9970630. OLE color: 9970630.
HSL color Cylindrical-coordinate representation of color #C62398: hue angle of 316.93º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C62398 is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 35 | 152 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.22 |
| HSL | 316.93º | 0.7% | 0.46% | - |
| HSV(B) | 316.93º | 0.82% | 0.78% | - |
| XYZ | 29.56 | 15.47 | 31.13 | - |
| YUV | 97.08 | 159 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 35 | 152 | 0 | 0.82 | 0.23 | 0.22 | 316.93 | 0.7 | 0.46 |
| Hex | C6 | 23 | 98 | 0 | 52 | 17 | 16 | 13D | 46 | 2E |
| Octal | 306 | 43 | 230 | 0 | 122 | 27 | 26 | 475 | 106 | 56 |
| Binary | 11000110 | 100011 | 10011000 | 0 | 1010010 | 10111 | 10110 | 100111101 | 1000110 | 101110 |
Color Harmonies of #C62398
Complementary color
Monochromatic Colors of #C62398
Black with #C62398
Text Example
Text Example
White with #C62398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62398; }
p { color: rgb(198,35,152); }
H1.HeaderClassName
{
color: #C62398;
}
.AnyTagClassName
{
color: #C62398;
}
</style>
background-color css
<style>
a { background-color: #C62398; }
a { background-color: rgb(198,35,152); }
div.DivClassName
{
background-color: #C62398;
}
.BgClassName
{
background-color: #C62398;
}
</style>
border-color css
<style>
span { border-color: #C62398; }
span { border-color: rgb(198,35,152); }
td.TdClassName
{
border-color: #C62398;
}
.TagClassName
{
border-color: #C62398;
}
</style>