Shades of Medium Violet Red #C91CA0
Tints of Medium Violet Red #C91CA0
RGB
CMYK
RGB Variations
Color information
#C91CA0 (or 0xC91CA0) is known color: Medium Violet Red. HEX triplet: C9, 1C and A0. RGB value is (201,28,160). Sum of RGB (Red+Green+Blue) = 201+28+160=389 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.67% from 389); Green value is 28 (11.33% from 255 or 7.20% from 389); Blue value is 160 (62.89% from 255 or 41.13% from 389); Max value from RGB is 201 - color contains mainly: red. Hex color #C91CA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C91CA0 is #36E35F. Grayscale: #5E5E5E. Windows color (decimal): -3597152 or 10493129. OLE color: 10493129.
HSL color Cylindrical-coordinate representation of color #C91CA0: hue angle of 314.22º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C91CA0 is Cyan = 0, Magento = 0.86, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 28 | 160 | - |
| CMYK | 0 | 0.86 | 0.20 | 0.21 |
| HSL | 314.22º | 0.76% | 0.45% | - |
| HSV(B) | 314.22º | 0.86% | 0.79% | - |
| XYZ | 30.85 | 15.79 | 34.68 | - |
| YUV | 94.78 | 164.81 | 203.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 28 | 160 | 0 | 0.86 | 0.20 | 0.21 | 314.22 | 0.76 | 0.45 |
| Hex | C9 | 1C | A0 | 0 | 56 | 14 | 15 | 13A | 4C | 2D |
| Octal | 311 | 34 | 240 | 0 | 126 | 24 | 25 | 472 | 114 | 55 |
| Binary | 11001001 | 11100 | 10100000 | 0 | 1010110 | 10100 | 10101 | 100111010 | 1001100 | 101101 |
Color Harmonies of #C91CA0
Complementary color
Monochromatic Colors of #C91CA0
Black with #C91CA0
Text Example
Text Example
White with #C91CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91CA0; }
p { color: rgb(201,28,160); }
H1.HeaderClassName
{
color: #C91CA0;
}
.AnyTagClassName
{
color: #C91CA0;
}
</style>
background-color css
<style>
a { background-color: #C91CA0; }
a { background-color: rgb(201,28,160); }
div.DivClassName
{
background-color: #C91CA0;
}
.BgClassName
{
background-color: #C91CA0;
}
</style>
border-color css
<style>
span { border-color: #C91CA0; }
span { border-color: rgb(201,28,160); }
td.TdClassName
{
border-color: #C91CA0;
}
.TagClassName
{
border-color: #C91CA0;
}
</style>