Shades of Medium Violet Red #C62498
Tints of Medium Violet Red #C62498
RGB
CMYK
RGB Variations
Color information
#C62498 (or 0xC62498) is known color: Medium Violet Red. HEX triplet: C6, 24 and 98. RGB value is (198,36,152). Sum of RGB (Red+Green+Blue) = 198+36+152=386 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.30% from 386); Green value is 36 (14.45% from 255 or 9.33% from 386); Blue value is 152 (59.77% from 255 or 39.38% from 386); Max value from RGB is 198 - color contains mainly: red. Hex color #C62498 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62498 is #39DB67. Grayscale: #616161. Windows color (decimal): -3791720 or 9970886. OLE color: 9970886.
HSL color Cylindrical-coordinate representation of color #C62498: hue angle of 317.04º degrees, saturation: 0.69, 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 #C62498 is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 36 | 152 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.22 |
| HSL | 317.04º | 0.69% | 0.46% | - |
| HSV(B) | 317.04º | 0.82% | 0.78% | - |
| XYZ | 29.59 | 15.53 | 31.14 | - |
| YUV | 97.66 | 158.67 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 36 | 152 | 0 | 0.82 | 0.23 | 0.22 | 317.04 | 0.69 | 0.46 |
| Hex | C6 | 24 | 98 | 0 | 52 | 17 | 16 | 13D | 45 | 2E |
| Octal | 306 | 44 | 230 | 0 | 122 | 27 | 26 | 475 | 105 | 56 |
| Binary | 11000110 | 100100 | 10011000 | 0 | 1010010 | 10111 | 10110 | 100111101 | 1000101 | 101110 |
Color Harmonies of #C62498
Complementary color
Monochromatic Colors of #C62498
Black with #C62498
Text Example
Text Example
White with #C62498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62498; }
p { color: rgb(198,36,152); }
H1.HeaderClassName
{
color: #C62498;
}
.AnyTagClassName
{
color: #C62498;
}
</style>
background-color css
<style>
a { background-color: #C62498; }
a { background-color: rgb(198,36,152); }
div.DivClassName
{
background-color: #C62498;
}
.BgClassName
{
background-color: #C62498;
}
</style>
border-color css
<style>
span { border-color: #C62498; }
span { border-color: rgb(198,36,152); }
td.TdClassName
{
border-color: #C62498;
}
.TagClassName
{
border-color: #C62498;
}
</style>