Shades of Deep Magenta #C91CAD
Tints of Deep Magenta #C91CAD
RGB
CMYK
RGB Variations
Color information
#C91CAD (or 0xC91CAD) is known color: Deep Magenta. HEX triplet: C9, 1C and AD. RGB value is (201,28,173). Sum of RGB (Red+Green+Blue) = 201+28+173=402 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50% from 402); Green value is 28 (11.33% from 255 or 6.97% from 402); Blue value is 173 (67.97% from 255 or 43.03% from 402); Max value from RGB is 201 - color contains mainly: red. Hex color #C91CAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C91CAD is #36E352. Grayscale: #5F5F5F. Windows color (decimal): -3597139 or 11345097. OLE color: 11345097.
HSL color Cylindrical-coordinate representation of color #C91CAD: hue angle of 309.71º 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 #C91CAD is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 28 | 173 | - |
| CMYK | 0 | 0.86 | 0.14 | 0.21 |
| HSL | 309.71º | 0.76% | 0.45% | - |
| HSV(B) | 309.71º | 0.86% | 0.79% | - |
| XYZ | 32.05 | 16.27 | 40.99 | - |
| YUV | 96.26 | 171.31 | 202.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 28 | 173 | 0 | 0.86 | 0.14 | 0.21 | 309.71 | 0.76 | 0.45 |
| Hex | C9 | 1C | AD | 0 | 56 | E | 15 | 136 | 4C | 2D |
| Octal | 311 | 34 | 255 | 0 | 126 | 16 | 25 | 466 | 114 | 55 |
| Binary | 11001001 | 11100 | 10101101 | 0 | 1010110 | 1110 | 10101 | 100110110 | 1001100 | 101101 |
Color Harmonies of #C91CAD
Complementary color
Monochromatic Colors of #C91CAD
Black with #C91CAD
Text Example
Text Example
White with #C91CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91CAD; }
p { color: rgb(201,28,173); }
H1.HeaderClassName
{
color: #C91CAD;
}
.AnyTagClassName
{
color: #C91CAD;
}
</style>
background-color css
<style>
a { background-color: #C91CAD; }
a { background-color: rgb(201,28,173); }
div.DivClassName
{
background-color: #C91CAD;
}
.BgClassName
{
background-color: #C91CAD;
}
</style>
border-color css
<style>
span { border-color: #C91CAD; }
span { border-color: rgb(201,28,173); }
td.TdClassName
{
border-color: #C91CAD;
}
.TagClassName
{
border-color: #C91CAD;
}
</style>