Shades of Deep Magenta #CD18D8
Tints of Deep Magenta #CD18D8
RGB
CMYK
RGB Variations
Color information
#CD18D8 (or 0xCD18D8) is known color: Deep Magenta. HEX triplet: CD, 18 and D8. RGB value is (205,24,216). Sum of RGB (Red+Green+Blue) = 205+24+216=445 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.07% from 445); Green value is 24 (9.77% from 255 or 5.39% from 445); Blue value is 216 (84.77% from 255 or 48.54% from 445); Max value from RGB is 216 - color contains mainly: blue. Hex color #CD18D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD18D8 is #32E727. Grayscale: #636363. Windows color (decimal): -3335976 or 14162125. OLE color: 14162125.
HSL color Cylindrical-coordinate representation of color #CD18D8: hue angle of 296.56º degrees, saturation: 0.8, 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 #CD18D8 is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 24 | 216 | - |
| CMYK | 0.05 | 0.89 | 0 | 0.15 |
| HSL | 296.56º | 0.8% | 0.47% | - |
| HSV(B) | 296.56º | 0.89% | 0.85% | - |
| XYZ | 37.9 | 18.59 | 66.56 | - |
| YUV | 100.01 | 193.47 | 202.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 24 | 216 | 0.05 | 0.89 | 0 | 0.15 | 296.56 | 0.8 | 0.47 |
| Hex | CD | 18 | D8 | 5 | 59 | 0 | F | 129 | 50 | 2F |
| Octal | 315 | 30 | 330 | 5 | 131 | 0 | 17 | 451 | 120 | 57 |
| Binary | 11001101 | 11000 | 11011000 | 101 | 1011001 | 0 | 1111 | 100101001 | 1010000 | 101111 |
Color Harmonies of #CD18D8
Complementary color
Monochromatic Colors of #CD18D8
Black with #CD18D8
Text Example
Text Example
White with #CD18D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD18D8; }
p { color: rgb(205,24,216); }
H1.HeaderClassName
{
color: #CD18D8;
}
.AnyTagClassName
{
color: #CD18D8;
}
</style>
background-color css
<style>
a { background-color: #CD18D8; }
a { background-color: rgb(205,24,216); }
div.DivClassName
{
background-color: #CD18D8;
}
.BgClassName
{
background-color: #CD18D8;
}
</style>
border-color css
<style>
span { border-color: #CD18D8; }
span { border-color: rgb(205,24,216); }
td.TdClassName
{
border-color: #CD18D8;
}
.TagClassName
{
border-color: #CD18D8;
}
</style>