Shades of Deep Magenta #C91BAD
Tints of Deep Magenta #C91BAD
RGB
CMYK
RGB Variations
Color information
#C91BAD (or 0xC91BAD) is known color: Deep Magenta. HEX triplet: C9, 1B and AD. RGB value is (201,27,173). Sum of RGB (Red+Green+Blue) = 201+27+173=401 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50.12% from 401); Green value is 27 (10.94% from 255 or 6.73% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 201 - color contains mainly: red. Hex color #C91BAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C91BAD is #36E452. Grayscale: #5F5F5F. Windows color (decimal): -3597395 or 11344841. OLE color: 11344841.
HSL color Cylindrical-coordinate representation of color #C91BAD: hue angle of 309.66º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C91BAD is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 27 | 173 | - |
| CMYK | 0 | 0.87 | 0.14 | 0.21 |
| HSL | 309.66º | 0.76% | 0.45% | - |
| HSV(B) | 309.66º | 0.87% | 0.79% | - |
| XYZ | 32.02 | 16.22 | 40.98 | - |
| YUV | 95.67 | 171.65 | 203.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 27 | 173 | 0 | 0.87 | 0.14 | 0.21 | 309.66 | 0.76 | 0.45 |
| Hex | C9 | 1B | AD | 0 | 57 | E | 15 | 136 | 4C | 2D |
| Octal | 311 | 33 | 255 | 0 | 127 | 16 | 25 | 466 | 114 | 55 |
| Binary | 11001001 | 11011 | 10101101 | 0 | 1010111 | 1110 | 10101 | 100110110 | 1001100 | 101101 |
Color Harmonies of #C91BAD
Complementary color
Monochromatic Colors of #C91BAD
Black with #C91BAD
Text Example
Text Example
White with #C91BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91BAD; }
p { color: rgb(201,27,173); }
H1.HeaderClassName
{
color: #C91BAD;
}
.AnyTagClassName
{
color: #C91BAD;
}
</style>
background-color css
<style>
a { background-color: #C91BAD; }
a { background-color: rgb(201,27,173); }
div.DivClassName
{
background-color: #C91BAD;
}
.BgClassName
{
background-color: #C91BAD;
}
</style>
border-color css
<style>
span { border-color: #C91BAD; }
span { border-color: rgb(201,27,173); }
td.TdClassName
{
border-color: #C91BAD;
}
.TagClassName
{
border-color: #C91BAD;
}
</style>