Shades of Deep Magenta #C817DD
Tints of Deep Magenta #C817DD
RGB
CMYK
RGB Variations
Color information
#C817DD (or 0xC817DD) is known color: Deep Magenta. HEX triplet: C8, 17 and DD. RGB value is (200,23,221). Sum of RGB (Red+Green+Blue) = 200+23+221=444 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.05% from 444); Green value is 23 (9.38% from 255 or 5.18% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #C817DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C817DD is #37E822. Grayscale: #616161. Windows color (decimal): -3663907 or 14489544. OLE color: 14489544.
HSL color Cylindrical-coordinate representation of color #C817DD: hue angle of 293.64º 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 #C817DD is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 23 | 221 | - |
| CMYK | 0.10 | 0.90 | 0 | 0.13 |
| HSL | 293.64º | 0.81% | 0.48% | - |
| HSV(B) | 293.64º | 0.9% | 0.87% | - |
| XYZ | 37.18 | 18.11 | 69.94 | - |
| YUV | 98.5 | 197.14 | 200.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 23 | 221 | 0.10 | 0.90 | 0 | 0.13 | 293.64 | 0.81 | 0.48 |
| Hex | C8 | 17 | DD | A | 5A | 0 | D | 126 | 51 | 30 |
| Octal | 310 | 27 | 335 | 12 | 132 | 0 | 15 | 446 | 121 | 60 |
| Binary | 11001000 | 10111 | 11011101 | 1010 | 1011010 | 0 | 1101 | 100100110 | 1010001 | 110000 |
Color Harmonies of #C817DD
Complementary color
Monochromatic Colors of #C817DD
Black with #C817DD
Text Example
Text Example
White with #C817DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C817DD; }
p { color: rgb(200,23,221); }
H1.HeaderClassName
{
color: #C817DD;
}
.AnyTagClassName
{
color: #C817DD;
}
</style>
background-color css
<style>
a { background-color: #C817DD; }
a { background-color: rgb(200,23,221); }
div.DivClassName
{
background-color: #C817DD;
}
.BgClassName
{
background-color: #C817DD;
}
</style>
border-color css
<style>
span { border-color: #C817DD; }
span { border-color: rgb(200,23,221); }
td.TdClassName
{
border-color: #C817DD;
}
.TagClassName
{
border-color: #C817DD;
}
</style>