Shades of Medium Violet Red #C91992
Tints of Medium Violet Red #C91992
RGB
CMYK
RGB Variations
Color information
#C91992 (or 0xC91992) is known color: Medium Violet Red. HEX triplet: C9, 19 and 92. RGB value is (201,25,146). Sum of RGB (Red+Green+Blue) = 201+25+146=372 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.03% from 372); Green value is 25 (10.16% from 255 or 6.72% from 372); Blue value is 146 (57.42% from 255 or 39.25% from 372); Max value from RGB is 201 - color contains mainly: red. Hex color #C91992 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C91992 is #36E66D. Grayscale: #5B5B5B. Windows color (decimal): -3597934 or 9574857. OLE color: 9574857.
HSL color Cylindrical-coordinate representation of color #C91992: hue angle of 318.75º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C91992 is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 25 | 146 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.21 |
| HSL | 318.75º | 0.78% | 0.44% | - |
| HSV(B) | 318.75º | 0.88% | 0.79% | - |
| XYZ | 29.62 | 15.19 | 28.56 | - |
| YUV | 91.42 | 158.81 | 206.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 25 | 146 | 0 | 0.88 | 0.27 | 0.21 | 318.75 | 0.78 | 0.44 |
| Hex | C9 | 19 | 92 | 0 | 58 | 1B | 15 | 13F | 4E | 2C |
| Octal | 311 | 31 | 222 | 0 | 130 | 33 | 25 | 477 | 116 | 54 |
| Binary | 11001001 | 11001 | 10010010 | 0 | 1011000 | 11011 | 10101 | 100111111 | 1001110 | 101100 |
Color Harmonies of #C91992
Complementary color
Monochromatic Colors of #C91992
Black with #C91992
Text Example
Text Example
White with #C91992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91992; }
p { color: rgb(201,25,146); }
H1.HeaderClassName
{
color: #C91992;
}
.AnyTagClassName
{
color: #C91992;
}
</style>
background-color css
<style>
a { background-color: #C91992; }
a { background-color: rgb(201,25,146); }
div.DivClassName
{
background-color: #C91992;
}
.BgClassName
{
background-color: #C91992;
}
</style>
border-color css
<style>
span { border-color: #C91992; }
span { border-color: rgb(201,25,146); }
td.TdClassName
{
border-color: #C91992;
}
.TagClassName
{
border-color: #C91992;
}
</style>