Shades of Medium Violet Red #C91295
Tints of Medium Violet Red #C91295
RGB
CMYK
RGB Variations
Color information
#C91295 (or 0xC91295) is known color: Medium Violet Red. HEX triplet: C9, 12 and 95. RGB value is (201,18,149). Sum of RGB (Red+Green+Blue) = 201+18+149=368 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.62% from 368); Green value is 18 (7.42% from 255 or 4.89% from 368); Blue value is 149 (58.59% from 255 or 40.49% from 368); Max value from RGB is 201 - color contains mainly: red. Hex color #C91295 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C91295 is #36ED6A. Grayscale: #575757. Windows color (decimal): -3599723 or 9769673. OLE color: 9769673.
HSL color Cylindrical-coordinate representation of color #C91295: hue angle of 317.05º degrees, saturation: 0.84, 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 #C91295 is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 18 | 149 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.21 |
| HSL | 317.05º | 0.84% | 0.43% | - |
| HSV(B) | 317.05º | 0.91% | 0.79% | - |
| XYZ | 29.73 | 15.02 | 29.77 | - |
| YUV | 87.65 | 162.63 | 208.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 18 | 149 | 0 | 0.91 | 0.26 | 0.21 | 317.05 | 0.84 | 0.43 |
| Hex | C9 | 12 | 95 | 0 | 5B | 1A | 15 | 13D | 54 | 2B |
| Octal | 311 | 22 | 225 | 0 | 133 | 32 | 25 | 475 | 124 | 53 |
| Binary | 11001001 | 10010 | 10010101 | 0 | 1011011 | 11010 | 10101 | 100111101 | 1010100 | 101011 |
Color Harmonies of #C91295
Complementary color
Monochromatic Colors of #C91295
Black with #C91295
Text Example
Text Example
White with #C91295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91295; }
p { color: rgb(201,18,149); }
H1.HeaderClassName
{
color: #C91295;
}
.AnyTagClassName
{
color: #C91295;
}
</style>
background-color css
<style>
a { background-color: #C91295; }
a { background-color: rgb(201,18,149); }
div.DivClassName
{
background-color: #C91295;
}
.BgClassName
{
background-color: #C91295;
}
</style>
border-color css
<style>
span { border-color: #C91295; }
span { border-color: rgb(201,18,149); }
td.TdClassName
{
border-color: #C91295;
}
.TagClassName
{
border-color: #C91295;
}
</style>