Shades of Deep Magenta #CD15CE
Tints of Deep Magenta #CD15CE
RGB
CMYK
RGB Variations
Color information
#CD15CE (or 0xCD15CE) is known color: Deep Magenta. HEX triplet: CD, 15 and CE. RGB value is (205,21,206). Sum of RGB (Red+Green+Blue) = 205+21+206=432 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.45% from 432); Green value is 21 (8.59% from 255 or 4.86% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD15CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD15CE is #32EA31. Grayscale: #606060. Windows color (decimal): -3336754 or 13505997. OLE color: 13505997.
HSL color Cylindrical-coordinate representation of color #CD15CE: hue angle of 299.68º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD15CE is Cyan = 0.00, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 21 | 206 | - |
| CMYK | 0.00 | 0.90 | 0 | 0.19 |
| HSL | 299.68º | 0.81% | 0.45% | - |
| HSV(B) | 299.68º | 0.9% | 0.81% | - |
| XYZ | 36.59 | 17.97 | 59.93 | - |
| YUV | 97.11 | 189.46 | 204.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 21 | 206 | 0.00 | 0.90 | 0 | 0.19 | 299.68 | 0.81 | 0.45 |
| Hex | CD | 15 | CE | 0 | 5A | 0 | 13 | 12C | 51 | 2D |
| Octal | 315 | 25 | 316 | 0 | 132 | 0 | 23 | 454 | 121 | 55 |
| Binary | 11001101 | 10101 | 11001110 | 0 | 1011010 | 0 | 10011 | 100101100 | 1010001 | 101101 |
Color Harmonies of #CD15CE
Complementary color
Monochromatic Colors of #CD15CE
Black with #CD15CE
Text Example
Text Example
White with #CD15CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD15CE; }
p { color: rgb(205,21,206); }
H1.HeaderClassName
{
color: #CD15CE;
}
.AnyTagClassName
{
color: #CD15CE;
}
</style>
background-color css
<style>
a { background-color: #CD15CE; }
a { background-color: rgb(205,21,206); }
div.DivClassName
{
background-color: #CD15CE;
}
.BgClassName
{
background-color: #CD15CE;
}
</style>
border-color css
<style>
span { border-color: #CD15CE; }
span { border-color: rgb(205,21,206); }
td.TdClassName
{
border-color: #CD15CE;
}
.TagClassName
{
border-color: #CD15CE;
}
</style>