Shades of Deep Magenta #C417DF
Tints of Deep Magenta #C417DF
RGB
CMYK
RGB Variations
Color information
#C417DF (or 0xC417DF) is known color: Deep Magenta. HEX triplet: C4, 17 and DF. RGB value is (196,23,223). Sum of RGB (Red+Green+Blue) = 196+23+223=442 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.34% from 442); Green value is 23 (9.38% from 255 or 5.20% from 442); Blue value is 223 (87.5% from 255 or 50.45% from 442); Max value from RGB is 223 - color contains mainly: blue. Hex color #C417DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C417DF is #3BE820. Grayscale: #606060. Windows color (decimal): -3926049 or 14620612. OLE color: 14620612.
HSL color Cylindrical-coordinate representation of color #C417DF: hue angle of 291.9º 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 #C417DF is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 23 | 223 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.13 |
| HSL | 291.9º | 0.81% | 0.48% | - |
| HSV(B) | 291.9º | 0.9% | 0.87% | - |
| XYZ | 36.39 | 17.68 | 71.31 | - |
| YUV | 97.53 | 198.81 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 23 | 223 | 0.12 | 0.90 | 0 | 0.13 | 291.9 | 0.81 | 0.48 |
| Hex | C4 | 17 | DF | C | 5A | 0 | D | 124 | 51 | 30 |
| Octal | 304 | 27 | 337 | 14 | 132 | 0 | 15 | 444 | 121 | 60 |
| Binary | 11000100 | 10111 | 11011111 | 1100 | 1011010 | 0 | 1101 | 100100100 | 1010001 | 110000 |
Color Harmonies of #C417DF
Complementary color
Monochromatic Colors of #C417DF
Black with #C417DF
Text Example
Text Example
White with #C417DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C417DF; }
p { color: rgb(196,23,223); }
H1.HeaderClassName
{
color: #C417DF;
}
.AnyTagClassName
{
color: #C417DF;
}
</style>
background-color css
<style>
a { background-color: #C417DF; }
a { background-color: rgb(196,23,223); }
div.DivClassName
{
background-color: #C417DF;
}
.BgClassName
{
background-color: #C417DF;
}
</style>
border-color css
<style>
span { border-color: #C417DF; }
span { border-color: rgb(196,23,223); }
td.TdClassName
{
border-color: #C417DF;
}
.TagClassName
{
border-color: #C417DF;
}
</style>