Shades of Deep Magenta #C91DBF
Tints of Deep Magenta #C91DBF
RGB
CMYK
RGB Variations
Color information
#C91DBF (or 0xC91DBF) is known color: Deep Magenta. HEX triplet: C9, 1D and BF. RGB value is (201,29,191). Sum of RGB (Red+Green+Blue) = 201+29+191=421 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.74% from 421); Green value is 29 (11.72% from 255 or 6.89% from 421); Blue value is 191 (75% from 255 or 45.37% from 421); Max value from RGB is 201 - color contains mainly: red. Hex color #C91DBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91DBF is #36E240. Grayscale: #626262. Windows color (decimal): -3596865 or 12525001. OLE color: 12525001.
HSL color Cylindrical-coordinate representation of color #C91DBF: hue angle of 303.49º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C91DBF is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 29 | 191 | - |
| CMYK | 0 | 0.86 | 0.05 | 0.21 |
| HSL | 303.49º | 0.75% | 0.45% | - |
| HSV(B) | 303.49º | 0.86% | 0.79% | - |
| XYZ | 33.93 | 17.06 | 50.79 | - |
| YUV | 98.9 | 179.98 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 29 | 191 | 0 | 0.86 | 0.05 | 0.21 | 303.49 | 0.75 | 0.45 |
| Hex | C9 | 1D | BF | 0 | 56 | 5 | 15 | 12F | 4B | 2D |
| Octal | 311 | 35 | 277 | 0 | 126 | 5 | 25 | 457 | 113 | 55 |
| Binary | 11001001 | 11101 | 10111111 | 0 | 1010110 | 101 | 10101 | 100101111 | 1001011 | 101101 |
Color Harmonies of #C91DBF
Complementary color
Monochromatic Colors of #C91DBF
Black with #C91DBF
Text Example
Text Example
White with #C91DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91DBF; }
p { color: rgb(201,29,191); }
H1.HeaderClassName
{
color: #C91DBF;
}
.AnyTagClassName
{
color: #C91DBF;
}
</style>
background-color css
<style>
a { background-color: #C91DBF; }
a { background-color: rgb(201,29,191); }
div.DivClassName
{
background-color: #C91DBF;
}
.BgClassName
{
background-color: #C91DBF;
}
</style>
border-color css
<style>
span { border-color: #C91DBF; }
span { border-color: rgb(201,29,191); }
td.TdClassName
{
border-color: #C91DBF;
}
.TagClassName
{
border-color: #C91DBF;
}
</style>