Shades of Deep Magenta #C817D8
Tints of Deep Magenta #C817D8
RGB
CMYK
RGB Variations
Color information
#C817D8 (or 0xC817D8) is known color: Deep Magenta. HEX triplet: C8, 17 and D8. RGB value is (200,23,216). Sum of RGB (Red+Green+Blue) = 200+23+216=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 23 (9.38% from 255 or 5.24% from 439); Blue value is 216 (84.77% from 255 or 49.20% from 439); Max value from RGB is 216 - color contains mainly: blue. Hex color #C817D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C817D8 is #37E827. Grayscale: #616161. Windows color (decimal): -3663912 or 14161864. OLE color: 14161864.
HSL color Cylindrical-coordinate representation of color #C817D8: hue angle of 295.03º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C817D8 is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 23 | 216 | - |
| CMYK | 0.07 | 0.89 | 0 | 0.15 |
| HSL | 295.03º | 0.81% | 0.47% | - |
| HSV(B) | 295.03º | 0.89% | 0.85% | - |
| XYZ | 36.52 | 17.85 | 66.49 | - |
| YUV | 97.93 | 194.64 | 200.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 23 | 216 | 0.07 | 0.89 | 0 | 0.15 | 295.03 | 0.81 | 0.47 |
| Hex | C8 | 17 | D8 | 7 | 59 | 0 | F | 127 | 51 | 2F |
| Octal | 310 | 27 | 330 | 7 | 131 | 0 | 17 | 447 | 121 | 57 |
| Binary | 11001000 | 10111 | 11011000 | 111 | 1011001 | 0 | 1111 | 100100111 | 1010001 | 101111 |
Color Harmonies of #C817D8
Complementary color
Monochromatic Colors of #C817D8
Black with #C817D8
Text Example
Text Example
White with #C817D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C817D8; }
p { color: rgb(200,23,216); }
H1.HeaderClassName
{
color: #C817D8;
}
.AnyTagClassName
{
color: #C817D8;
}
</style>
background-color css
<style>
a { background-color: #C817D8; }
a { background-color: rgb(200,23,216); }
div.DivClassName
{
background-color: #C817D8;
}
.BgClassName
{
background-color: #C817D8;
}
</style>
border-color css
<style>
span { border-color: #C817D8; }
span { border-color: rgb(200,23,216); }
td.TdClassName
{
border-color: #C817D8;
}
.TagClassName
{
border-color: #C817D8;
}
</style>