Shades of Deep Magenta #C910D1
Tints of Deep Magenta #C910D1
RGB
CMYK
RGB Variations
Color information
#C910D1 (or 0xC910D1) is known color: Deep Magenta. HEX triplet: C9, 10 and D1. RGB value is (201,16,209). Sum of RGB (Red+Green+Blue) = 201+16+209=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 16 (6.64% from 255 or 3.76% from 426); Blue value is 209 (82.03% from 255 or 49.06% from 426); Max value from RGB is 209 - color contains mainly: blue. Hex color #C910D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C910D1 is #36EF2E. Grayscale: #5C5C5C. Windows color (decimal): -3600175 or 13701321. OLE color: 13701321.
HSL color Cylindrical-coordinate representation of color #C910D1: hue angle of 297.51º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C910D1 is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 16 | 209 | - |
| CMYK | 0.04 | 0.92 | 0 | 0.18 |
| HSL | 297.51º | 0.86% | 0.44% | - |
| HSV(B) | 297.51º | 0.92% | 0.82% | - |
| XYZ | 35.78 | 17.39 | 61.79 | - |
| YUV | 93.32 | 193.29 | 204.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 16 | 209 | 0.04 | 0.92 | 0 | 0.18 | 297.51 | 0.86 | 0.44 |
| Hex | C9 | 10 | D1 | 4 | 5C | 0 | 12 | 12A | 56 | 2C |
| Octal | 311 | 20 | 321 | 4 | 134 | 0 | 22 | 452 | 126 | 54 |
| Binary | 11001001 | 10000 | 11010001 | 100 | 1011100 | 0 | 10010 | 100101010 | 1010110 | 101100 |
Color Harmonies of #C910D1
Complementary color
Monochromatic Colors of #C910D1
Black with #C910D1
Text Example
Text Example
White with #C910D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C910D1; }
p { color: rgb(201,16,209); }
H1.HeaderClassName
{
color: #C910D1;
}
.AnyTagClassName
{
color: #C910D1;
}
</style>
background-color css
<style>
a { background-color: #C910D1; }
a { background-color: rgb(201,16,209); }
div.DivClassName
{
background-color: #C910D1;
}
.BgClassName
{
background-color: #C910D1;
}
</style>
border-color css
<style>
span { border-color: #C910D1; }
span { border-color: rgb(201,16,209); }
td.TdClassName
{
border-color: #C910D1;
}
.TagClassName
{
border-color: #C910D1;
}
</style>