Shades of Deep Magenta #C91DD0
Tints of Deep Magenta #C91DD0
RGB
CMYK
RGB Variations
Color information
#C91DD0 (or 0xC91DD0) is known color: Deep Magenta. HEX triplet: C9, 1D and D0. RGB value is (201,29,208). Sum of RGB (Red+Green+Blue) = 201+29+208=438 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.89% from 438); Green value is 29 (11.72% from 255 or 6.62% from 438); Blue value is 208 (81.64% from 255 or 47.49% from 438); Max value from RGB is 208 - color contains mainly: blue. Hex color #C91DD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91DD0 is #36E22F. Grayscale: #646464. Windows color (decimal): -3596848 or 13639113. OLE color: 13639113.
HSL color Cylindrical-coordinate representation of color #C91DD0: hue angle of 297.65º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C91DD0 is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 29 | 208 | - |
| CMYK | 0.03 | 0.86 | 0 | 0.18 |
| HSL | 297.65º | 0.76% | 0.46% | - |
| HSV(B) | 297.65º | 0.86% | 0.82% | - |
| XYZ | 35.91 | 17.85 | 61.23 | - |
| YUV | 100.83 | 188.48 | 199.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 29 | 208 | 0.03 | 0.86 | 0 | 0.18 | 297.65 | 0.76 | 0.46 |
| Hex | C9 | 1D | D0 | 3 | 56 | 0 | 12 | 12A | 4C | 2E |
| Octal | 311 | 35 | 320 | 3 | 126 | 0 | 22 | 452 | 114 | 56 |
| Binary | 11001001 | 11101 | 11010000 | 11 | 1010110 | 0 | 10010 | 100101010 | 1001100 | 101110 |
Color Harmonies of #C91DD0
Complementary color
Monochromatic Colors of #C91DD0
Black with #C91DD0
Text Example
Text Example
White with #C91DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91DD0; }
p { color: rgb(201,29,208); }
H1.HeaderClassName
{
color: #C91DD0;
}
.AnyTagClassName
{
color: #C91DD0;
}
</style>
background-color css
<style>
a { background-color: #C91DD0; }
a { background-color: rgb(201,29,208); }
div.DivClassName
{
background-color: #C91DD0;
}
.BgClassName
{
background-color: #C91DD0;
}
</style>
border-color css
<style>
span { border-color: #C91DD0; }
span { border-color: rgb(201,29,208); }
td.TdClassName
{
border-color: #C91DD0;
}
.TagClassName
{
border-color: #C91DD0;
}
</style>