Shades of Deep Magenta #C91BBD
Tints of Deep Magenta #C91BBD
RGB
CMYK
RGB Variations
Color information
#C91BBD (or 0xC91BBD) is known color: Deep Magenta. HEX triplet: C9, 1B and BD. RGB value is (201,27,189). Sum of RGB (Red+Green+Blue) = 201+27+189=417 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.20% from 417); Green value is 27 (10.94% from 255 or 6.47% from 417); Blue value is 189 (74.22% from 255 or 45.32% from 417); Max value from RGB is 201 - color contains mainly: red. Hex color #C91BBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91BBD is #36E442. Grayscale: #616161. Windows color (decimal): -3597379 or 12393417. OLE color: 12393417.
HSL color Cylindrical-coordinate representation of color #C91BBD: hue angle of 304.14º 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 #C91BBD is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 27 | 189 | - |
| CMYK | 0 | 0.87 | 0.06 | 0.21 |
| HSL | 304.14º | 0.76% | 0.45% | - |
| HSV(B) | 304.14º | 0.87% | 0.79% | - |
| XYZ | 33.66 | 16.88 | 49.63 | - |
| YUV | 97.49 | 179.65 | 201.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 27 | 189 | 0 | 0.87 | 0.06 | 0.21 | 304.14 | 0.76 | 0.45 |
| Hex | C9 | 1B | BD | 0 | 57 | 6 | 15 | 130 | 4C | 2D |
| Octal | 311 | 33 | 275 | 0 | 127 | 6 | 25 | 460 | 114 | 55 |
| Binary | 11001001 | 11011 | 10111101 | 0 | 1010111 | 110 | 10101 | 100110000 | 1001100 | 101101 |
Color Harmonies of #C91BBD
Complementary color
Monochromatic Colors of #C91BBD
Black with #C91BBD
Text Example
Text Example
White with #C91BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91BBD; }
p { color: rgb(201,27,189); }
H1.HeaderClassName
{
color: #C91BBD;
}
.AnyTagClassName
{
color: #C91BBD;
}
</style>
background-color css
<style>
a { background-color: #C91BBD; }
a { background-color: rgb(201,27,189); }
div.DivClassName
{
background-color: #C91BBD;
}
.BgClassName
{
background-color: #C91BBD;
}
</style>
border-color css
<style>
span { border-color: #C91BBD; }
span { border-color: rgb(201,27,189); }
td.TdClassName
{
border-color: #C91BBD;
}
.TagClassName
{
border-color: #C91BBD;
}
</style>