Shades of Deep Magenta #C917DF
Tints of Deep Magenta #C917DF
RGB
CMYK
RGB Variations
Color information
#C917DF (or 0xC917DF) is known color: Deep Magenta. HEX triplet: C9, 17 and DF. RGB value is (201,23,223). Sum of RGB (Red+Green+Blue) = 201+23+223=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 23 (9.38% from 255 or 5.15% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #C917DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C917DF is #36E820. Grayscale: #626262. Windows color (decimal): -3598369 or 14620617. OLE color: 14620617.
HSL color Cylindrical-coordinate representation of color #C917DF: hue angle of 293.4º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C917DF is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 23 | 223 | - |
| CMYK | 0.10 | 0.90 | 0 | 0.13 |
| HSL | 293.4º | 0.81% | 0.48% | - |
| HSV(B) | 293.4º | 0.9% | 0.87% | - |
| XYZ | 37.71 | 18.36 | 71.37 | - |
| YUV | 99.02 | 197.97 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 23 | 223 | 0.10 | 0.90 | 0 | 0.13 | 293.4 | 0.81 | 0.48 |
| Hex | C9 | 17 | DF | A | 5A | 0 | D | 125 | 51 | 30 |
| Octal | 311 | 27 | 337 | 12 | 132 | 0 | 15 | 445 | 121 | 60 |
| Binary | 11001001 | 10111 | 11011111 | 1010 | 1011010 | 0 | 1101 | 100100101 | 1010001 | 110000 |
Color Harmonies of #C917DF
Complementary color
Monochromatic Colors of #C917DF
Black with #C917DF
Text Example
Text Example
White with #C917DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C917DF; }
p { color: rgb(201,23,223); }
H1.HeaderClassName
{
color: #C917DF;
}
.AnyTagClassName
{
color: #C917DF;
}
</style>
background-color css
<style>
a { background-color: #C917DF; }
a { background-color: rgb(201,23,223); }
div.DivClassName
{
background-color: #C917DF;
}
.BgClassName
{
background-color: #C917DF;
}
</style>
border-color css
<style>
span { border-color: #C917DF; }
span { border-color: rgb(201,23,223); }
td.TdClassName
{
border-color: #C917DF;
}
.TagClassName
{
border-color: #C917DF;
}
</style>