Shades of Deep Magenta #C817DA
Tints of Deep Magenta #C817DA
RGB
CMYK
RGB Variations
Color information
#C817DA (or 0xC817DA) is known color: Deep Magenta. HEX triplet: C8, 17 and DA. RGB value is (200,23,218). Sum of RGB (Red+Green+Blue) = 200+23+218=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 23 (9.38% from 255 or 5.22% from 441); Blue value is 218 (85.55% from 255 or 49.43% from 441); Max value from RGB is 218 - color contains mainly: blue. Hex color #C817DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C817DA is #37E825. Grayscale: #616161. Windows color (decimal): -3663910 or 14292936. OLE color: 14292936.
HSL color Cylindrical-coordinate representation of color #C817DA: hue angle of 294.46º 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 #C817DA is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 23 | 218 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.15 |
| HSL | 294.46º | 0.81% | 0.47% | - |
| HSV(B) | 294.46º | 0.89% | 0.85% | - |
| XYZ | 36.78 | 17.95 | 67.86 | - |
| YUV | 98.15 | 195.64 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 23 | 218 | 0.08 | 0.89 | 0 | 0.15 | 294.46 | 0.81 | 0.47 |
| Hex | C8 | 17 | DA | 8 | 59 | 0 | F | 126 | 51 | 2F |
| Octal | 310 | 27 | 332 | 10 | 131 | 0 | 17 | 446 | 121 | 57 |
| Binary | 11001000 | 10111 | 11011010 | 1000 | 1011001 | 0 | 1111 | 100100110 | 1010001 | 101111 |
Color Harmonies of #C817DA
Complementary color
Monochromatic Colors of #C817DA
Black with #C817DA
Text Example
Text Example
White with #C817DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C817DA; }
p { color: rgb(200,23,218); }
H1.HeaderClassName
{
color: #C817DA;
}
.AnyTagClassName
{
color: #C817DA;
}
</style>
background-color css
<style>
a { background-color: #C817DA; }
a { background-color: rgb(200,23,218); }
div.DivClassName
{
background-color: #C817DA;
}
.BgClassName
{
background-color: #C817DA;
}
</style>
border-color css
<style>
span { border-color: #C817DA; }
span { border-color: rgb(200,23,218); }
td.TdClassName
{
border-color: #C817DA;
}
.TagClassName
{
border-color: #C817DA;
}
</style>