Shades of Deep Magenta #C91FBC
Tints of Deep Magenta #C91FBC
RGB
CMYK
RGB Variations
Color information
#C91FBC (or 0xC91FBC) is known color: Deep Magenta. HEX triplet: C9, 1F and BC. RGB value is (201,31,188). Sum of RGB (Red+Green+Blue) = 201+31+188=420 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.86% from 420); Green value is 31 (12.5% from 255 or 7.38% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 201 - color contains mainly: red. Hex color #C91FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91FBC is #36E043. Grayscale: #636363. Windows color (decimal): -3596356 or 12328905. OLE color: 12328905.
HSL color Cylindrical-coordinate representation of color #C91FBC: hue angle of 304.59º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C91FBC is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 31 | 188 | - |
| CMYK | 0 | 0.85 | 0.06 | 0.21 |
| HSL | 304.59º | 0.73% | 0.45% | - |
| HSV(B) | 304.59º | 0.85% | 0.79% | - |
| XYZ | 33.65 | 17.03 | 49.09 | - |
| YUV | 99.73 | 177.82 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 31 | 188 | 0 | 0.85 | 0.06 | 0.21 | 304.59 | 0.73 | 0.45 |
| Hex | C9 | 1F | BC | 0 | 55 | 6 | 15 | 131 | 49 | 2D |
| Octal | 311 | 37 | 274 | 0 | 125 | 6 | 25 | 461 | 111 | 55 |
| Binary | 11001001 | 11111 | 10111100 | 0 | 1010101 | 110 | 10101 | 100110001 | 1001001 | 101101 |
Color Harmonies of #C91FBC
Complementary color
Monochromatic Colors of #C91FBC
Black with #C91FBC
Text Example
Text Example
White with #C91FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91FBC; }
p { color: rgb(201,31,188); }
H1.HeaderClassName
{
color: #C91FBC;
}
.AnyTagClassName
{
color: #C91FBC;
}
</style>
background-color css
<style>
a { background-color: #C91FBC; }
a { background-color: rgb(201,31,188); }
div.DivClassName
{
background-color: #C91FBC;
}
.BgClassName
{
background-color: #C91FBC;
}
</style>
border-color css
<style>
span { border-color: #C91FBC; }
span { border-color: rgb(201,31,188); }
td.TdClassName
{
border-color: #C91FBC;
}
.TagClassName
{
border-color: #C91FBC;
}
</style>