Shades of Medium Violet Red #C91CAB
Tints of Medium Violet Red #C91CAB
RGB
CMYK
RGB Variations
Color information
#C91CAB (or 0xC91CAB) is known color: Medium Violet Red. HEX triplet: C9, 1C and AB. RGB value is (201,28,171). Sum of RGB (Red+Green+Blue) = 201+28+171=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 28 (11.33% from 255 or 7% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C91CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C91CAB is #36E354. Grayscale: #5F5F5F. Windows color (decimal): -3597141 or 11214025. OLE color: 11214025.
HSL color Cylindrical-coordinate representation of color #C91CAB: hue angle of 310.4º 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 #C91CAB is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 28 | 171 | - |
| CMYK | 0 | 0.86 | 0.15 | 0.21 |
| HSL | 310.4º | 0.76% | 0.45% | - |
| HSV(B) | 310.4º | 0.86% | 0.79% | - |
| XYZ | 31.85 | 16.19 | 39.97 | - |
| YUV | 96.03 | 170.31 | 202.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 28 | 171 | 0 | 0.86 | 0.15 | 0.21 | 310.4 | 0.76 | 0.45 |
| Hex | C9 | 1C | AB | 0 | 56 | F | 15 | 136 | 4C | 2D |
| Octal | 311 | 34 | 253 | 0 | 126 | 17 | 25 | 466 | 114 | 55 |
| Binary | 11001001 | 11100 | 10101011 | 0 | 1010110 | 1111 | 10101 | 100110110 | 1001100 | 101101 |
Color Harmonies of #C91CAB
Complementary color
Monochromatic Colors of #C91CAB
Black with #C91CAB
Text Example
Text Example
White with #C91CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91CAB; }
p { color: rgb(201,28,171); }
H1.HeaderClassName
{
color: #C91CAB;
}
.AnyTagClassName
{
color: #C91CAB;
}
</style>
background-color css
<style>
a { background-color: #C91CAB; }
a { background-color: rgb(201,28,171); }
div.DivClassName
{
background-color: #C91CAB;
}
.BgClassName
{
background-color: #C91CAB;
}
</style>
border-color css
<style>
span { border-color: #C91CAB; }
span { border-color: rgb(201,28,171); }
td.TdClassName
{
border-color: #C91CAB;
}
.TagClassName
{
border-color: #C91CAB;
}
</style>