Shades of Deep Magenta #C910DD
Tints of Deep Magenta #C910DD
RGB
CMYK
RGB Variations
Color information
#C910DD (or 0xC910DD) is known color: Deep Magenta. HEX triplet: C9, 10 and DD. RGB value is (201,16,221). Sum of RGB (Red+Green+Blue) = 201+16+221=438 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.89% from 438); Green value is 16 (6.64% from 255 or 3.65% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #C910DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C910DD is #36EF22. Grayscale: #5E5E5E. Windows color (decimal): -3600163 or 14487753. OLE color: 14487753.
HSL color Cylindrical-coordinate representation of color #C910DD: hue angle of 294.15º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C910DD is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 16 | 221 | - |
| CMYK | 0.09 | 0.93 | 0 | 0.13 |
| HSL | 294.15º | 0.86% | 0.46% | - |
| HSV(B) | 294.15º | 0.93% | 0.87% | - |
| XYZ | 37.32 | 18.01 | 69.92 | - |
| YUV | 94.69 | 199.29 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 16 | 221 | 0.09 | 0.93 | 0 | 0.13 | 294.15 | 0.86 | 0.46 |
| Hex | C9 | 10 | DD | 9 | 5D | 0 | D | 126 | 56 | 2E |
| Octal | 311 | 20 | 335 | 11 | 135 | 0 | 15 | 446 | 126 | 56 |
| Binary | 11001001 | 10000 | 11011101 | 1001 | 1011101 | 0 | 1101 | 100100110 | 1010110 | 101110 |
Color Harmonies of #C910DD
Complementary color
Monochromatic Colors of #C910DD
Black with #C910DD
Text Example
Text Example
White with #C910DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C910DD; }
p { color: rgb(201,16,221); }
H1.HeaderClassName
{
color: #C910DD;
}
.AnyTagClassName
{
color: #C910DD;
}
</style>
background-color css
<style>
a { background-color: #C910DD; }
a { background-color: rgb(201,16,221); }
div.DivClassName
{
background-color: #C910DD;
}
.BgClassName
{
background-color: #C910DD;
}
</style>
border-color css
<style>
span { border-color: #C910DD; }
span { border-color: rgb(201,16,221); }
td.TdClassName
{
border-color: #C910DD;
}
.TagClassName
{
border-color: #C910DD;
}
</style>