Shades of Deep Magenta #C910DE
Tints of Deep Magenta #C910DE
RGB
CMYK
RGB Variations
Color information
#C910DE (or 0xC910DE) is known color: Deep Magenta. HEX triplet: C9, 10 and DE. RGB value is (201,16,222). Sum of RGB (Red+Green+Blue) = 201+16+222=439 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.79% from 439); Green value is 16 (6.64% from 255 or 3.64% from 439); Blue value is 222 (87.11% from 255 or 50.57% from 439); Max value from RGB is 222 - color contains mainly: blue. Hex color #C910DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C910DE is #36EF21. Grayscale: #5E5E5E. Windows color (decimal): -3600162 or 14553289. OLE color: 14553289.
HSL color Cylindrical-coordinate representation of color #C910DE: hue angle of 293.88º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C910DE is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 16 | 222 | - |
| CMYK | 0.09 | 0.93 | 0 | 0.13 |
| HSL | 293.88º | 0.87% | 0.47% | - |
| HSV(B) | 293.88º | 0.93% | 0.87% | - |
| XYZ | 37.46 | 18.06 | 70.62 | - |
| YUV | 94.8 | 199.79 | 203.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 16 | 222 | 0.09 | 0.93 | 0 | 0.13 | 293.88 | 0.87 | 0.47 |
| Hex | C9 | 10 | DE | 9 | 5D | 0 | D | 126 | 57 | 2F |
| Octal | 311 | 20 | 336 | 11 | 135 | 0 | 15 | 446 | 127 | 57 |
| Binary | 11001001 | 10000 | 11011110 | 1001 | 1011101 | 0 | 1101 | 100100110 | 1010111 | 101111 |
Color Harmonies of #C910DE
Complementary color
Monochromatic Colors of #C910DE
Black with #C910DE
Text Example
Text Example
White with #C910DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C910DE; }
p { color: rgb(201,16,222); }
H1.HeaderClassName
{
color: #C910DE;
}
.AnyTagClassName
{
color: #C910DE;
}
</style>
background-color css
<style>
a { background-color: #C910DE; }
a { background-color: rgb(201,16,222); }
div.DivClassName
{
background-color: #C910DE;
}
.BgClassName
{
background-color: #C910DE;
}
</style>
border-color css
<style>
span { border-color: #C910DE; }
span { border-color: rgb(201,16,222); }
td.TdClassName
{
border-color: #C910DE;
}
.TagClassName
{
border-color: #C910DE;
}
</style>