Shades of Deep Magenta #C817DF
Tints of Deep Magenta #C817DF
RGB
CMYK
RGB Variations
Color information
#C817DF (or 0xC817DF) is known color: Deep Magenta. HEX triplet: C8, 17 and DF. RGB value is (200,23,223). Sum of RGB (Red+Green+Blue) = 200+23+223=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 23 (9.38% from 255 or 5.16% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #C817DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C817DF is #37E820. Grayscale: #626262. Windows color (decimal): -3663905 or 14620616. OLE color: 14620616.
HSL color Cylindrical-coordinate representation of color #C817DF: hue angle of 293.1º 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 #C817DF is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 23 | 223 | - |
| CMYK | 0.10 | 0.90 | 0 | 0.13 |
| HSL | 293.1º | 0.81% | 0.48% | - |
| HSV(B) | 293.1º | 0.9% | 0.87% | - |
| XYZ | 37.45 | 18.22 | 71.36 | - |
| YUV | 98.72 | 198.14 | 200.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 23 | 223 | 0.10 | 0.90 | 0 | 0.13 | 293.1 | 0.81 | 0.48 |
| Hex | C8 | 17 | DF | A | 5A | 0 | D | 125 | 51 | 30 |
| Octal | 310 | 27 | 337 | 12 | 132 | 0 | 15 | 445 | 121 | 60 |
| Binary | 11001000 | 10111 | 11011111 | 1010 | 1011010 | 0 | 1101 | 100100101 | 1010001 | 110000 |
Color Harmonies of #C817DF
Complementary color
Monochromatic Colors of #C817DF
Black with #C817DF
Text Example
Text Example
White with #C817DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C817DF; }
p { color: rgb(200,23,223); }
H1.HeaderClassName
{
color: #C817DF;
}
.AnyTagClassName
{
color: #C817DF;
}
</style>
background-color css
<style>
a { background-color: #C817DF; }
a { background-color: rgb(200,23,223); }
div.DivClassName
{
background-color: #C817DF;
}
.BgClassName
{
background-color: #C817DF;
}
</style>
border-color css
<style>
span { border-color: #C817DF; }
span { border-color: rgb(200,23,223); }
td.TdClassName
{
border-color: #C817DF;
}
.TagClassName
{
border-color: #C817DF;
}
</style>