Shades of Medium Violet Red #C91392
Tints of Medium Violet Red #C91392
RGB
CMYK
RGB Variations
Color information
#C91392 (or 0xC91392) is known color: Medium Violet Red. HEX triplet: C9, 13 and 92. RGB value is (201,19,146). Sum of RGB (Red+Green+Blue) = 201+19+146=366 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.92% from 366); Green value is 19 (7.81% from 255 or 5.19% from 366); Blue value is 146 (57.42% from 255 or 39.89% from 366); Max value from RGB is 201 - color contains mainly: red. Hex color #C91392 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C91392 is #36EC6D. Grayscale: #575757. Windows color (decimal): -3599470 or 9573321. OLE color: 9573321.
HSL color Cylindrical-coordinate representation of color #C91392: hue angle of 318.13º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C91392 is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 19 | 146 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.21 |
| HSL | 318.13º | 0.83% | 0.43% | - |
| HSV(B) | 318.13º | 0.91% | 0.79% | - |
| XYZ | 29.51 | 14.96 | 28.53 | - |
| YUV | 87.9 | 160.8 | 208.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 19 | 146 | 0 | 0.91 | 0.27 | 0.21 | 318.13 | 0.83 | 0.43 |
| Hex | C9 | 13 | 92 | 0 | 5B | 1B | 15 | 13E | 53 | 2B |
| Octal | 311 | 23 | 222 | 0 | 133 | 33 | 25 | 476 | 123 | 53 |
| Binary | 11001001 | 10011 | 10010010 | 0 | 1011011 | 11011 | 10101 | 100111110 | 1010011 | 101011 |
Color Harmonies of #C91392
Complementary color
Monochromatic Colors of #C91392
Black with #C91392
Text Example
Text Example
White with #C91392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91392; }
p { color: rgb(201,19,146); }
H1.HeaderClassName
{
color: #C91392;
}
.AnyTagClassName
{
color: #C91392;
}
</style>
background-color css
<style>
a { background-color: #C91392; }
a { background-color: rgb(201,19,146); }
div.DivClassName
{
background-color: #C91392;
}
.BgClassName
{
background-color: #C91392;
}
</style>
border-color css
<style>
span { border-color: #C91392; }
span { border-color: rgb(201,19,146); }
td.TdClassName
{
border-color: #C91392;
}
.TagClassName
{
border-color: #C91392;
}
</style>