Shades of Deep Magenta #CD15E3
Tints of Deep Magenta #CD15E3
RGB
CMYK
RGB Variations
Color information
#CD15E3 (or 0xCD15E3) is known color: Deep Magenta. HEX triplet: CD, 15 and E3. RGB value is (205,21,227). Sum of RGB (Red+Green+Blue) = 205+21+227=453 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.25% from 453); Green value is 21 (8.59% from 255 or 4.64% from 453); Blue value is 227 (89.06% from 255 or 50.11% from 453); Max value from RGB is 227 - color contains mainly: blue. Hex color #CD15E3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD15E3 is #32EA1C. Grayscale: #626262. Windows color (decimal): -3336733 or 14882253. OLE color: 14882253.
HSL color Cylindrical-coordinate representation of color #CD15E3: hue angle of 293.59º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CD15E3 is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 21 | 227 | - |
| CMYK | 0.10 | 0.91 | 0 | 0.11 |
| HSL | 293.59º | 0.83% | 0.49% | - |
| HSV(B) | 293.59º | 0.91% | 0.89% | - |
| XYZ | 39.31 | 19.06 | 74.28 | - |
| YUV | 99.5 | 199.96 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 21 | 227 | 0.10 | 0.91 | 0 | 0.11 | 293.59 | 0.83 | 0.49 |
| Hex | CD | 15 | E3 | A | 5B | 0 | B | 126 | 53 | 31 |
| Octal | 315 | 25 | 343 | 12 | 133 | 0 | 13 | 446 | 123 | 61 |
| Binary | 11001101 | 10101 | 11100011 | 1010 | 1011011 | 0 | 1011 | 100100110 | 1010011 | 110001 |
Color Harmonies of #CD15E3
Complementary color
Monochromatic Colors of #CD15E3
Black with #CD15E3
Text Example
Text Example
White with #CD15E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD15E3; }
p { color: rgb(205,21,227); }
H1.HeaderClassName
{
color: #CD15E3;
}
.AnyTagClassName
{
color: #CD15E3;
}
</style>
background-color css
<style>
a { background-color: #CD15E3; }
a { background-color: rgb(205,21,227); }
div.DivClassName
{
background-color: #CD15E3;
}
.BgClassName
{
background-color: #CD15E3;
}
</style>
border-color css
<style>
span { border-color: #CD15E3; }
span { border-color: rgb(205,21,227); }
td.TdClassName
{
border-color: #CD15E3;
}
.TagClassName
{
border-color: #CD15E3;
}
</style>