Shades of Deep Magenta #C910DC
Tints of Deep Magenta #C910DC
RGB
CMYK
RGB Variations
Color information
#C910DC (or 0xC910DC) is known color: Deep Magenta. HEX triplet: C9, 10 and DC. RGB value is (201,16,220). Sum of RGB (Red+Green+Blue) = 201+16+220=437 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.00% from 437); Green value is 16 (6.64% from 255 or 3.66% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #C910DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C910DC is #36EF23. Grayscale: #5D5D5D. Windows color (decimal): -3600164 or 14422217. OLE color: 14422217.
HSL color Cylindrical-coordinate representation of color #C910DC: hue angle of 294.41º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C910DC is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 16 | 220 | - |
| CMYK | 0.09 | 0.93 | 0 | 0.14 |
| HSL | 294.41º | 0.86% | 0.46% | - |
| HSV(B) | 294.41º | 0.93% | 0.86% | - |
| XYZ | 37.19 | 17.96 | 69.22 | - |
| YUV | 94.57 | 198.79 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 16 | 220 | 0.09 | 0.93 | 0 | 0.14 | 294.41 | 0.86 | 0.46 |
| Hex | C9 | 10 | DC | 9 | 5D | 0 | E | 126 | 56 | 2E |
| Octal | 311 | 20 | 334 | 11 | 135 | 0 | 16 | 446 | 126 | 56 |
| Binary | 11001001 | 10000 | 11011100 | 1001 | 1011101 | 0 | 1110 | 100100110 | 1010110 | 101110 |
Color Harmonies of #C910DC
Complementary color
Monochromatic Colors of #C910DC
Black with #C910DC
Text Example
Text Example
White with #C910DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C910DC; }
p { color: rgb(201,16,220); }
H1.HeaderClassName
{
color: #C910DC;
}
.AnyTagClassName
{
color: #C910DC;
}
</style>
background-color css
<style>
a { background-color: #C910DC; }
a { background-color: rgb(201,16,220); }
div.DivClassName
{
background-color: #C910DC;
}
.BgClassName
{
background-color: #C910DC;
}
</style>
border-color css
<style>
span { border-color: #C910DC; }
span { border-color: rgb(201,16,220); }
td.TdClassName
{
border-color: #C910DC;
}
.TagClassName
{
border-color: #C910DC;
}
</style>