Shades of Medium Violet Red #C91A99
Tints of Medium Violet Red #C91A99
RGB
CMYK
RGB Variations
Color information
#C91A99 (or 0xC91A99) is known color: Medium Violet Red. HEX triplet: C9, 1A and 99. RGB value is (201,26,153). Sum of RGB (Red+Green+Blue) = 201+26+153=380 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.89% from 380); Green value is 26 (10.55% from 255 or 6.84% from 380); Blue value is 153 (60.16% from 255 or 40.26% from 380); Max value from RGB is 201 - color contains mainly: red. Hex color #C91A99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C91A99 is #36E566. Grayscale: #5C5C5C. Windows color (decimal): -3597671 or 10033865. OLE color: 10033865.
HSL color Cylindrical-coordinate representation of color #C91A99: hue angle of 316.46º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C91A99 is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 26 | 153 | - |
| CMYK | 0 | 0.87 | 0.24 | 0.21 |
| HSL | 316.46º | 0.77% | 0.45% | - |
| HSV(B) | 316.46º | 0.87% | 0.79% | - |
| XYZ | 30.21 | 15.46 | 31.53 | - |
| YUV | 92.8 | 161.98 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 26 | 153 | 0 | 0.87 | 0.24 | 0.21 | 316.46 | 0.77 | 0.45 |
| Hex | C9 | 1A | 99 | 0 | 57 | 18 | 15 | 13C | 4D | 2D |
| Octal | 311 | 32 | 231 | 0 | 127 | 30 | 25 | 474 | 115 | 55 |
| Binary | 11001001 | 11010 | 10011001 | 0 | 1010111 | 11000 | 10101 | 100111100 | 1001101 | 101101 |
Color Harmonies of #C91A99
Complementary color
Monochromatic Colors of #C91A99
Black with #C91A99
Text Example
Text Example
White with #C91A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91A99; }
p { color: rgb(201,26,153); }
H1.HeaderClassName
{
color: #C91A99;
}
.AnyTagClassName
{
color: #C91A99;
}
</style>
background-color css
<style>
a { background-color: #C91A99; }
a { background-color: rgb(201,26,153); }
div.DivClassName
{
background-color: #C91A99;
}
.BgClassName
{
background-color: #C91A99;
}
</style>
border-color css
<style>
span { border-color: #C91A99; }
span { border-color: rgb(201,26,153); }
td.TdClassName
{
border-color: #C91A99;
}
.TagClassName
{
border-color: #C91A99;
}
</style>