Shades of Deep Magenta #C91BB5
Tints of Deep Magenta #C91BB5
RGB
CMYK
RGB Variations
Color information
#C91BB5 (or 0xC91BB5) is known color: Deep Magenta. HEX triplet: C9, 1B and B5. RGB value is (201,27,181). Sum of RGB (Red+Green+Blue) = 201+27+181=409 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.14% from 409); Green value is 27 (10.94% from 255 or 6.60% from 409); Blue value is 181 (71.09% from 255 or 44.25% from 409); Max value from RGB is 201 - color contains mainly: red. Hex color #C91BB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91BB5 is #36E44A. Grayscale: #606060. Windows color (decimal): -3597387 or 11869129. OLE color: 11869129.
HSL color Cylindrical-coordinate representation of color #C91BB5: hue angle of 306.9º 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 #C91BB5 is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 27 | 181 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.21 |
| HSL | 306.9º | 0.76% | 0.45% | - |
| HSV(B) | 306.9º | 0.87% | 0.79% | - |
| XYZ | 32.82 | 16.54 | 45.18 | - |
| YUV | 96.58 | 175.65 | 202.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 27 | 181 | 0 | 0.87 | 0.10 | 0.21 | 306.9 | 0.76 | 0.45 |
| Hex | C9 | 1B | B5 | 0 | 57 | A | 15 | 133 | 4C | 2D |
| Octal | 311 | 33 | 265 | 0 | 127 | 12 | 25 | 463 | 114 | 55 |
| Binary | 11001001 | 11011 | 10110101 | 0 | 1010111 | 1010 | 10101 | 100110011 | 1001100 | 101101 |
Color Harmonies of #C91BB5
Complementary color
Monochromatic Colors of #C91BB5
Black with #C91BB5
Text Example
Text Example
White with #C91BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91BB5; }
p { color: rgb(201,27,181); }
H1.HeaderClassName
{
color: #C91BB5;
}
.AnyTagClassName
{
color: #C91BB5;
}
</style>
background-color css
<style>
a { background-color: #C91BB5; }
a { background-color: rgb(201,27,181); }
div.DivClassName
{
background-color: #C91BB5;
}
.BgClassName
{
background-color: #C91BB5;
}
</style>
border-color css
<style>
span { border-color: #C91BB5; }
span { border-color: rgb(201,27,181); }
td.TdClassName
{
border-color: #C91BB5;
}
.TagClassName
{
border-color: #C91BB5;
}
</style>