Shades of Medium Violet Red #C91498
Tints of Medium Violet Red #C91498
RGB
CMYK
RGB Variations
Color information
#C91498 (or 0xC91498) is known color: Medium Violet Red. HEX triplet: C9, 14 and 98. RGB value is (201,20,152). Sum of RGB (Red+Green+Blue) = 201+20+152=373 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.89% from 373); Green value is 20 (8.20% from 255 or 5.36% from 373); Blue value is 152 (59.77% from 255 or 40.75% from 373); Max value from RGB is 201 - color contains mainly: red. Hex color #C91498 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C91498 is #36EB67. Grayscale: #585858. Windows color (decimal): -3599208 or 9966793. OLE color: 9966793.
HSL color Cylindrical-coordinate representation of color #C91498: hue angle of 316.24º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C91498 is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 20 | 152 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.21 |
| HSL | 316.24º | 0.82% | 0.43% | - |
| HSV(B) | 316.24º | 0.9% | 0.79% | - |
| XYZ | 30.01 | 15.18 | 31.06 | - |
| YUV | 89.17 | 163.47 | 207.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 20 | 152 | 0 | 0.90 | 0.24 | 0.21 | 316.24 | 0.82 | 0.43 |
| Hex | C9 | 14 | 98 | 0 | 5A | 18 | 15 | 13C | 52 | 2B |
| Octal | 311 | 24 | 230 | 0 | 132 | 30 | 25 | 474 | 122 | 53 |
| Binary | 11001001 | 10100 | 10011000 | 0 | 1011010 | 11000 | 10101 | 100111100 | 1010010 | 101011 |
Color Harmonies of #C91498
Complementary color
Monochromatic Colors of #C91498
Black with #C91498
Text Example
Text Example
White with #C91498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91498; }
p { color: rgb(201,20,152); }
H1.HeaderClassName
{
color: #C91498;
}
.AnyTagClassName
{
color: #C91498;
}
</style>
background-color css
<style>
a { background-color: #C91498; }
a { background-color: rgb(201,20,152); }
div.DivClassName
{
background-color: #C91498;
}
.BgClassName
{
background-color: #C91498;
}
</style>
border-color css
<style>
span { border-color: #C91498; }
span { border-color: rgb(201,20,152); }
td.TdClassName
{
border-color: #C91498;
}
.TagClassName
{
border-color: #C91498;
}
</style>