Shades of Medium Violet Red #C91CA2
Tints of Medium Violet Red #C91CA2
RGB
CMYK
RGB Variations
Color information
#C91CA2 (or 0xC91CA2) is known color: Medium Violet Red. HEX triplet: C9, 1C and A2. RGB value is (201,28,162). Sum of RGB (Red+Green+Blue) = 201+28+162=391 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.41% from 391); Green value is 28 (11.33% from 255 or 7.16% from 391); Blue value is 162 (63.67% from 255 or 41.43% from 391); Max value from RGB is 201 - color contains mainly: red. Hex color #C91CA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C91CA2 is #36E35D. Grayscale: #5E5E5E. Windows color (decimal): -3597150 or 10624201. OLE color: 10624201.
HSL color Cylindrical-coordinate representation of color #C91CA2: hue angle of 313.53º 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 #C91CA2 is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 28 | 162 | - |
| CMYK | 0 | 0.86 | 0.19 | 0.21 |
| HSL | 313.53º | 0.76% | 0.45% | - |
| HSV(B) | 313.53º | 0.86% | 0.79% | - |
| XYZ | 31.02 | 15.86 | 35.61 | - |
| YUV | 95 | 165.81 | 203.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 28 | 162 | 0 | 0.86 | 0.19 | 0.21 | 313.53 | 0.76 | 0.45 |
| Hex | C9 | 1C | A2 | 0 | 56 | 13 | 15 | 13A | 4C | 2D |
| Octal | 311 | 34 | 242 | 0 | 126 | 23 | 25 | 472 | 114 | 55 |
| Binary | 11001001 | 11100 | 10100010 | 0 | 1010110 | 10011 | 10101 | 100111010 | 1001100 | 101101 |
Color Harmonies of #C91CA2
Complementary color
Monochromatic Colors of #C91CA2
Black with #C91CA2
Text Example
Text Example
White with #C91CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91CA2; }
p { color: rgb(201,28,162); }
H1.HeaderClassName
{
color: #C91CA2;
}
.AnyTagClassName
{
color: #C91CA2;
}
</style>
background-color css
<style>
a { background-color: #C91CA2; }
a { background-color: rgb(201,28,162); }
div.DivClassName
{
background-color: #C91CA2;
}
.BgClassName
{
background-color: #C91CA2;
}
</style>
border-color css
<style>
span { border-color: #C91CA2; }
span { border-color: rgb(201,28,162); }
td.TdClassName
{
border-color: #C91CA2;
}
.TagClassName
{
border-color: #C91CA2;
}
</style>