Shades of Deep Magenta #C910DF
Tints of Deep Magenta #C910DF
RGB
CMYK
RGB Variations
Color information
#C910DF (or 0xC910DF) is known color: Deep Magenta. HEX triplet: C9, 10 and DF. RGB value is (201,16,223). Sum of RGB (Red+Green+Blue) = 201+16+223=440 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.68% from 440); Green value is 16 (6.64% from 255 or 3.64% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #C910DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C910DF is #36EF20. Grayscale: #5E5E5E. Windows color (decimal): -3600161 or 14618825. OLE color: 14618825.
HSL color Cylindrical-coordinate representation of color #C910DF: hue angle of 293.62º 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 #C910DF is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 16 | 223 | - |
| CMYK | 0.10 | 0.93 | 0 | 0.13 |
| HSL | 293.62º | 0.87% | 0.47% | - |
| HSV(B) | 293.62º | 0.93% | 0.87% | - |
| XYZ | 37.59 | 18.12 | 71.33 | - |
| YUV | 94.91 | 200.29 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 16 | 223 | 0.10 | 0.93 | 0 | 0.13 | 293.62 | 0.87 | 0.47 |
| Hex | C9 | 10 | DF | A | 5D | 0 | D | 126 | 57 | 2F |
| Octal | 311 | 20 | 337 | 12 | 135 | 0 | 15 | 446 | 127 | 57 |
| Binary | 11001001 | 10000 | 11011111 | 1010 | 1011101 | 0 | 1101 | 100100110 | 1010111 | 101111 |
Color Harmonies of #C910DF
Complementary color
Monochromatic Colors of #C910DF
Black with #C910DF
Text Example
Text Example
White with #C910DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C910DF; }
p { color: rgb(201,16,223); }
H1.HeaderClassName
{
color: #C910DF;
}
.AnyTagClassName
{
color: #C910DF;
}
</style>
background-color css
<style>
a { background-color: #C910DF; }
a { background-color: rgb(201,16,223); }
div.DivClassName
{
background-color: #C910DF;
}
.BgClassName
{
background-color: #C910DF;
}
</style>
border-color css
<style>
span { border-color: #C910DF; }
span { border-color: rgb(201,16,223); }
td.TdClassName
{
border-color: #C910DF;
}
.TagClassName
{
border-color: #C910DF;
}
</style>