Shades of Medium Violet Red #C91492
Tints of Medium Violet Red #C91492
RGB
CMYK
RGB Variations
Color information
#C91492 (or 0xC91492) is known color: Medium Violet Red. HEX triplet: C9, 14 and 92. RGB value is (201,20,146). Sum of RGB (Red+Green+Blue) = 201+20+146=367 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.77% from 367); Green value is 20 (8.20% from 255 or 5.45% from 367); Blue value is 146 (57.42% from 255 or 39.78% from 367); Max value from RGB is 201 - color contains mainly: red. Hex color #C91492 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C91492 is #36EB6D. Grayscale: #585858. Windows color (decimal): -3599214 or 9573577. OLE color: 9573577.
HSL color Cylindrical-coordinate representation of color #C91492: hue angle of 318.23º 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 #C91492 is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 20 | 146 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.21 |
| HSL | 318.23º | 0.82% | 0.43% | - |
| HSV(B) | 318.23º | 0.9% | 0.79% | - |
| XYZ | 29.53 | 14.99 | 28.53 | - |
| YUV | 88.48 | 160.47 | 208.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 20 | 146 | 0 | 0.90 | 0.27 | 0.21 | 318.23 | 0.82 | 0.43 |
| Hex | C9 | 14 | 92 | 0 | 5A | 1B | 15 | 13E | 52 | 2B |
| Octal | 311 | 24 | 222 | 0 | 132 | 33 | 25 | 476 | 122 | 53 |
| Binary | 11001001 | 10100 | 10010010 | 0 | 1011010 | 11011 | 10101 | 100111110 | 1010010 | 101011 |
Color Harmonies of #C91492
Complementary color
Monochromatic Colors of #C91492
Black with #C91492
Text Example
Text Example
White with #C91492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91492; }
p { color: rgb(201,20,146); }
H1.HeaderClassName
{
color: #C91492;
}
.AnyTagClassName
{
color: #C91492;
}
</style>
background-color css
<style>
a { background-color: #C91492; }
a { background-color: rgb(201,20,146); }
div.DivClassName
{
background-color: #C91492;
}
.BgClassName
{
background-color: #C91492;
}
</style>
border-color css
<style>
span { border-color: #C91492; }
span { border-color: rgb(201,20,146); }
td.TdClassName
{
border-color: #C91492;
}
.TagClassName
{
border-color: #C91492;
}
</style>