Shades of Deep Magenta #C91DCD
Tints of Deep Magenta #C91DCD
RGB
CMYK
RGB Variations
Color information
#C91DCD (or 0xC91DCD) is known color: Deep Magenta. HEX triplet: C9, 1D and CD. RGB value is (201,29,205). Sum of RGB (Red+Green+Blue) = 201+29+205=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 29 (11.72% from 255 or 6.67% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #C91DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91DCD is #36E232. Grayscale: #636363. Windows color (decimal): -3596851 or 13442505. OLE color: 13442505.
HSL color Cylindrical-coordinate representation of color #C91DCD: hue angle of 298.64º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C91DCD is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 29 | 205 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.20 |
| HSL | 298.64º | 0.75% | 0.46% | - |
| HSV(B) | 298.64º | 0.86% | 0.8% | - |
| XYZ | 35.55 | 17.7 | 59.3 | - |
| YUV | 100.49 | 186.98 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 29 | 205 | 0.02 | 0.86 | 0 | 0.20 | 298.64 | 0.75 | 0.46 |
| Hex | C9 | 1D | CD | 2 | 56 | 0 | 14 | 12B | 4B | 2E |
| Octal | 311 | 35 | 315 | 2 | 126 | 0 | 24 | 453 | 113 | 56 |
| Binary | 11001001 | 11101 | 11001101 | 10 | 1010110 | 0 | 10100 | 100101011 | 1001011 | 101110 |
Color Harmonies of #C91DCD
Complementary color
Monochromatic Colors of #C91DCD
Black with #C91DCD
Text Example
Text Example
White with #C91DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91DCD; }
p { color: rgb(201,29,205); }
H1.HeaderClassName
{
color: #C91DCD;
}
.AnyTagClassName
{
color: #C91DCD;
}
</style>
background-color css
<style>
a { background-color: #C91DCD; }
a { background-color: rgb(201,29,205); }
div.DivClassName
{
background-color: #C91DCD;
}
.BgClassName
{
background-color: #C91DCD;
}
</style>
border-color css
<style>
span { border-color: #C91DCD; }
span { border-color: rgb(201,29,205); }
td.TdClassName
{
border-color: #C91DCD;
}
.TagClassName
{
border-color: #C91DCD;
}
</style>