Shades of Deep Magenta #C91FBD
Tints of Deep Magenta #C91FBD
RGB
CMYK
RGB Variations
Color information
#C91FBD (or 0xC91FBD) is known color: Deep Magenta. HEX triplet: C9, 1F and BD. RGB value is (201,31,189). Sum of RGB (Red+Green+Blue) = 201+31+189=421 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.74% from 421); Green value is 31 (12.5% from 255 or 7.36% from 421); Blue value is 189 (74.22% from 255 or 44.89% from 421); Max value from RGB is 201 - color contains mainly: red. Hex color #C91FBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91FBD is #36E042. Grayscale: #636363. Windows color (decimal): -3596355 or 12394441. OLE color: 12394441.
HSL color Cylindrical-coordinate representation of color #C91FBD: hue angle of 304.24º 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 #C91FBD is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 31 | 189 | - |
| CMYK | 0 | 0.85 | 0.06 | 0.21 |
| HSL | 304.24º | 0.73% | 0.45% | - |
| HSV(B) | 304.24º | 0.85% | 0.79% | - |
| XYZ | 33.76 | 17.07 | 49.66 | - |
| YUV | 99.84 | 178.32 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 31 | 189 | 0 | 0.85 | 0.06 | 0.21 | 304.24 | 0.73 | 0.45 |
| Hex | C9 | 1F | BD | 0 | 55 | 6 | 15 | 130 | 49 | 2D |
| Octal | 311 | 37 | 275 | 0 | 125 | 6 | 25 | 460 | 111 | 55 |
| Binary | 11001001 | 11111 | 10111101 | 0 | 1010101 | 110 | 10101 | 100110000 | 1001001 | 101101 |
Color Harmonies of #C91FBD
Complementary color
Monochromatic Colors of #C91FBD
Black with #C91FBD
Text Example
Text Example
White with #C91FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91FBD; }
p { color: rgb(201,31,189); }
H1.HeaderClassName
{
color: #C91FBD;
}
.AnyTagClassName
{
color: #C91FBD;
}
</style>
background-color css
<style>
a { background-color: #C91FBD; }
a { background-color: rgb(201,31,189); }
div.DivClassName
{
background-color: #C91FBD;
}
.BgClassName
{
background-color: #C91FBD;
}
</style>
border-color css
<style>
span { border-color: #C91FBD; }
span { border-color: rgb(201,31,189); }
td.TdClassName
{
border-color: #C91FBD;
}
.TagClassName
{
border-color: #C91FBD;
}
</style>