Shades of Medium Violet Red #C61498
Tints of Medium Violet Red #C61498
RGB
CMYK
RGB Variations
Color information
#C61498 (or 0xC61498) is known color: Medium Violet Red. HEX triplet: C6, 14 and 98. RGB value is (198,20,152). Sum of RGB (Red+Green+Blue) = 198+20+152=370 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.51% from 370); Green value is 20 (8.20% from 255 or 5.41% from 370); Blue value is 152 (59.77% from 255 or 41.08% from 370); Max value from RGB is 198 - color contains mainly: red. Hex color #C61498 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61498 is #39EB67. Grayscale: #575757. Windows color (decimal): -3795816 or 9966790. OLE color: 9966790.
HSL color Cylindrical-coordinate representation of color #C61498: hue angle of 315.51º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C61498 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 20 | 152 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.22 |
| HSL | 315.51º | 0.82% | 0.43% | - |
| HSV(B) | 315.51º | 0.9% | 0.78% | - |
| XYZ | 29.21 | 14.77 | 31.02 | - |
| YUV | 88.27 | 163.97 | 206.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 20 | 152 | 0 | 0.90 | 0.23 | 0.22 | 315.51 | 0.82 | 0.43 |
| Hex | C6 | 14 | 98 | 0 | 5A | 17 | 16 | 13C | 52 | 2B |
| Octal | 306 | 24 | 230 | 0 | 132 | 27 | 26 | 474 | 122 | 53 |
| Binary | 11000110 | 10100 | 10011000 | 0 | 1011010 | 10111 | 10110 | 100111100 | 1010010 | 101011 |
Color Harmonies of #C61498
Complementary color
Monochromatic Colors of #C61498
Black with #C61498
Text Example
Text Example
White with #C61498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61498; }
p { color: rgb(198,20,152); }
H1.HeaderClassName
{
color: #C61498;
}
.AnyTagClassName
{
color: #C61498;
}
</style>
background-color css
<style>
a { background-color: #C61498; }
a { background-color: rgb(198,20,152); }
div.DivClassName
{
background-color: #C61498;
}
.BgClassName
{
background-color: #C61498;
}
</style>
border-color css
<style>
span { border-color: #C61498; }
span { border-color: rgb(198,20,152); }
td.TdClassName
{
border-color: #C61498;
}
.TagClassName
{
border-color: #C61498;
}
</style>