Shades of Deep Magenta #CD15D8
Tints of Deep Magenta #CD15D8
RGB
CMYK
RGB Variations
Color information
#CD15D8 (or 0xCD15D8) is known color: Deep Magenta. HEX triplet: CD, 15 and D8. RGB value is (205,21,216). Sum of RGB (Red+Green+Blue) = 205+21+216=442 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.38% from 442); Green value is 21 (8.59% from 255 or 4.75% from 442); Blue value is 216 (84.77% from 255 or 48.87% from 442); Max value from RGB is 216 - color contains mainly: blue. Hex color #CD15D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD15D8 is #32EA27. Grayscale: #616161. Windows color (decimal): -3336744 or 14161357. OLE color: 14161357.
HSL color Cylindrical-coordinate representation of color #CD15D8: hue angle of 296.62º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD15D8 is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 21 | 216 | - |
| CMYK | 0.05 | 0.90 | 0 | 0.15 |
| HSL | 296.62º | 0.82% | 0.46% | - |
| HSV(B) | 296.62º | 0.9% | 0.85% | - |
| XYZ | 37.84 | 18.47 | 66.54 | - |
| YUV | 98.25 | 194.46 | 204.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 21 | 216 | 0.05 | 0.90 | 0 | 0.15 | 296.62 | 0.82 | 0.46 |
| Hex | CD | 15 | D8 | 5 | 5A | 0 | F | 129 | 52 | 2E |
| Octal | 315 | 25 | 330 | 5 | 132 | 0 | 17 | 451 | 122 | 56 |
| Binary | 11001101 | 10101 | 11011000 | 101 | 1011010 | 0 | 1111 | 100101001 | 1010010 | 101110 |
Color Harmonies of #CD15D8
Complementary color
Monochromatic Colors of #CD15D8
Black with #CD15D8
Text Example
Text Example
White with #CD15D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD15D8; }
p { color: rgb(205,21,216); }
H1.HeaderClassName
{
color: #CD15D8;
}
.AnyTagClassName
{
color: #CD15D8;
}
</style>
background-color css
<style>
a { background-color: #CD15D8; }
a { background-color: rgb(205,21,216); }
div.DivClassName
{
background-color: #CD15D8;
}
.BgClassName
{
background-color: #CD15D8;
}
</style>
border-color css
<style>
span { border-color: #CD15D8; }
span { border-color: rgb(205,21,216); }
td.TdClassName
{
border-color: #CD15D8;
}
.TagClassName
{
border-color: #CD15D8;
}
</style>