Shades of Medium Violet Red #C61898
Tints of Medium Violet Red #C61898
RGB
CMYK
RGB Variations
Color information
#C61898 (or 0xC61898) is known color: Medium Violet Red. HEX triplet: C6, 18 and 98. RGB value is (198,24,152). Sum of RGB (Red+Green+Blue) = 198+24+152=374 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.94% from 374); Green value is 24 (9.77% from 255 or 6.42% from 374); Blue value is 152 (59.77% from 255 or 40.64% from 374); Max value from RGB is 198 - color contains mainly: red. Hex color #C61898 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61898 is #39E767. Grayscale: #5A5A5A. Windows color (decimal): -3794792 or 9967814. OLE color: 9967814.
HSL color Cylindrical-coordinate representation of color #C61898: hue angle of 315.86º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C61898 is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 24 | 152 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.22 |
| HSL | 315.86º | 0.78% | 0.44% | - |
| HSV(B) | 315.86º | 0.88% | 0.78% | - |
| XYZ | 29.28 | 14.93 | 31.04 | - |
| YUV | 90.62 | 162.65 | 204.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 24 | 152 | 0 | 0.88 | 0.23 | 0.22 | 315.86 | 0.78 | 0.44 |
| Hex | C6 | 18 | 98 | 0 | 58 | 17 | 16 | 13C | 4E | 2C |
| Octal | 306 | 30 | 230 | 0 | 130 | 27 | 26 | 474 | 116 | 54 |
| Binary | 11000110 | 11000 | 10011000 | 0 | 1011000 | 10111 | 10110 | 100111100 | 1001110 | 101100 |
Color Harmonies of #C61898
Complementary color
Monochromatic Colors of #C61898
Black with #C61898
Text Example
Text Example
White with #C61898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61898; }
p { color: rgb(198,24,152); }
H1.HeaderClassName
{
color: #C61898;
}
.AnyTagClassName
{
color: #C61898;
}
</style>
background-color css
<style>
a { background-color: #C61898; }
a { background-color: rgb(198,24,152); }
div.DivClassName
{
background-color: #C61898;
}
.BgClassName
{
background-color: #C61898;
}
</style>
border-color css
<style>
span { border-color: #C61898; }
span { border-color: rgb(198,24,152); }
td.TdClassName
{
border-color: #C61898;
}
.TagClassName
{
border-color: #C61898;
}
</style>