Shades of Deep Magenta #C818DD
Tints of Deep Magenta #C818DD
RGB
CMYK
RGB Variations
Color information
#C818DD (or 0xC818DD) is known color: Deep Magenta. HEX triplet: C8, 18 and DD. RGB value is (200,24,221). Sum of RGB (Red+Green+Blue) = 200+24+221=445 (58% of max value = 765). Red value is 200 (78.52% from 255 or 44.94% from 445); Green value is 24 (9.77% from 255 or 5.39% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #C818DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C818DD is #37E722. Grayscale: #626262. Windows color (decimal): -3663651 or 14489800. OLE color: 14489800.
HSL color Cylindrical-coordinate representation of color #C818DD: hue angle of 293.6º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C818DD is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 24 | 221 | - |
| CMYK | 0.10 | 0.89 | 0 | 0.13 |
| HSL | 293.6º | 0.8% | 0.48% | - |
| HSV(B) | 293.6º | 0.89% | 0.87% | - |
| XYZ | 37.2 | 18.15 | 69.95 | - |
| YUV | 99.08 | 196.81 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 24 | 221 | 0.10 | 0.89 | 0 | 0.13 | 293.6 | 0.8 | 0.48 |
| Hex | C8 | 18 | DD | A | 59 | 0 | D | 126 | 50 | 30 |
| Octal | 310 | 30 | 335 | 12 | 131 | 0 | 15 | 446 | 120 | 60 |
| Binary | 11001000 | 11000 | 11011101 | 1010 | 1011001 | 0 | 1101 | 100100110 | 1010000 | 110000 |
Color Harmonies of #C818DD
Complementary color
Monochromatic Colors of #C818DD
Black with #C818DD
Text Example
Text Example
White with #C818DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C818DD; }
p { color: rgb(200,24,221); }
H1.HeaderClassName
{
color: #C818DD;
}
.AnyTagClassName
{
color: #C818DD;
}
</style>
background-color css
<style>
a { background-color: #C818DD; }
a { background-color: rgb(200,24,221); }
div.DivClassName
{
background-color: #C818DD;
}
.BgClassName
{
background-color: #C818DD;
}
</style>
border-color css
<style>
span { border-color: #C818DD; }
span { border-color: rgb(200,24,221); }
td.TdClassName
{
border-color: #C818DD;
}
.TagClassName
{
border-color: #C818DD;
}
</style>