Shades of Deep Magenta #C91BBF
Tints of Deep Magenta #C91BBF
RGB
CMYK
RGB Variations
Color information
#C91BBF (or 0xC91BBF) is known color: Deep Magenta. HEX triplet: C9, 1B and BF. RGB value is (201,27,191). Sum of RGB (Red+Green+Blue) = 201+27+191=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 27 (10.94% from 255 or 6.44% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C91BBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91BBF is #36E440. Grayscale: #616161. Windows color (decimal): -3597377 or 12524489. OLE color: 12524489.
HSL color Cylindrical-coordinate representation of color #C91BBF: hue angle of 303.45º 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 #C91BBF is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 27 | 191 | - |
| CMYK | 0 | 0.87 | 0.05 | 0.21 |
| HSL | 303.45º | 0.76% | 0.45% | - |
| HSV(B) | 303.45º | 0.87% | 0.79% | - |
| XYZ | 33.88 | 16.96 | 50.78 | - |
| YUV | 97.72 | 180.65 | 201.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 27 | 191 | 0 | 0.87 | 0.05 | 0.21 | 303.45 | 0.76 | 0.45 |
| Hex | C9 | 1B | BF | 0 | 57 | 5 | 15 | 12F | 4C | 2D |
| Octal | 311 | 33 | 277 | 0 | 127 | 5 | 25 | 457 | 114 | 55 |
| Binary | 11001001 | 11011 | 10111111 | 0 | 1010111 | 101 | 10101 | 100101111 | 1001100 | 101101 |
Color Harmonies of #C91BBF
Complementary color
Monochromatic Colors of #C91BBF
Black with #C91BBF
Text Example
Text Example
White with #C91BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91BBF; }
p { color: rgb(201,27,191); }
H1.HeaderClassName
{
color: #C91BBF;
}
.AnyTagClassName
{
color: #C91BBF;
}
</style>
background-color css
<style>
a { background-color: #C91BBF; }
a { background-color: rgb(201,27,191); }
div.DivClassName
{
background-color: #C91BBF;
}
.BgClassName
{
background-color: #C91BBF;
}
</style>
border-color css
<style>
span { border-color: #C91BBF; }
span { border-color: rgb(201,27,191); }
td.TdClassName
{
border-color: #C91BBF;
}
.TagClassName
{
border-color: #C91BBF;
}
</style>