Shades of Medium Violet Red #C91792
Tints of Medium Violet Red #C91792
RGB
CMYK
RGB Variations
Color information
#C91792 (or 0xC91792) is known color: Medium Violet Red. HEX triplet: C9, 17 and 92. RGB value is (201,23,146). Sum of RGB (Red+Green+Blue) = 201+23+146=370 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.32% from 370); Green value is 23 (9.38% from 255 or 6.22% from 370); Blue value is 146 (57.42% from 255 or 39.46% from 370); Max value from RGB is 201 - color contains mainly: red. Hex color #C91792 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C91792 is #36E86D. Grayscale: #595959. Windows color (decimal): -3598446 or 9574345. OLE color: 9574345.
HSL color Cylindrical-coordinate representation of color #C91792: hue angle of 318.54º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C91792 is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 23 | 146 | - |
| CMYK | 0 | 0.89 | 0.27 | 0.21 |
| HSL | 318.54º | 0.79% | 0.44% | - |
| HSV(B) | 318.54º | 0.89% | 0.79% | - |
| XYZ | 29.58 | 15.11 | 28.55 | - |
| YUV | 90.24 | 159.47 | 207 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 23 | 146 | 0 | 0.89 | 0.27 | 0.21 | 318.54 | 0.79 | 0.44 |
| Hex | C9 | 17 | 92 | 0 | 59 | 1B | 15 | 13F | 4F | 2C |
| Octal | 311 | 27 | 222 | 0 | 131 | 33 | 25 | 477 | 117 | 54 |
| Binary | 11001001 | 10111 | 10010010 | 0 | 1011001 | 11011 | 10101 | 100111111 | 1001111 | 101100 |
Color Harmonies of #C91792
Complementary color
Monochromatic Colors of #C91792
Black with #C91792
Text Example
Text Example
White with #C91792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91792; }
p { color: rgb(201,23,146); }
H1.HeaderClassName
{
color: #C91792;
}
.AnyTagClassName
{
color: #C91792;
}
</style>
background-color css
<style>
a { background-color: #C91792; }
a { background-color: rgb(201,23,146); }
div.DivClassName
{
background-color: #C91792;
}
.BgClassName
{
background-color: #C91792;
}
</style>
border-color css
<style>
span { border-color: #C91792; }
span { border-color: rgb(201,23,146); }
td.TdClassName
{
border-color: #C91792;
}
.TagClassName
{
border-color: #C91792;
}
</style>