Shades of Deep Magenta #CD28E5
Tints of Deep Magenta #CD28E5
RGB
CMYK
RGB Variations
Color information
#CD28E5 (or 0xCD28E5) is known color: Deep Magenta. HEX triplet: CD, 28 and E5. RGB value is (205,40,229). Sum of RGB (Red+Green+Blue) = 205+40+229=474 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.25% from 474); Green value is 40 (16.02% from 255 or 8.44% from 474); Blue value is 229 (89.84% from 255 or 48.31% from 474); Max value from RGB is 229 - color contains mainly: blue. Hex color #CD28E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD28E5 is #32D71A. Grayscale: #6E6E6E. Windows color (decimal): -3331867 or 15018189. OLE color: 15018189.
HSL color Cylindrical-coordinate representation of color #CD28E5: hue angle of 292.38º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CD28E5 is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 40 | 229 | - |
| CMYK | 0.10 | 0.83 | 0 | 0.10 |
| HSL | 292.38º | 0.78% | 0.53% | - |
| HSV(B) | 292.38º | 0.83% | 0.9% | - |
| XYZ | 40.08 | 20.15 | 75.91 | - |
| YUV | 110.88 | 194.66 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 40 | 229 | 0.10 | 0.83 | 0 | 0.10 | 292.38 | 0.78 | 0.53 |
| Hex | CD | 28 | E5 | A | 53 | 0 | A | 124 | 4E | 35 |
| Octal | 315 | 50 | 345 | 12 | 123 | 0 | 12 | 444 | 116 | 65 |
| Binary | 11001101 | 101000 | 11100101 | 1010 | 1010011 | 0 | 1010 | 100100100 | 1001110 | 110101 |
Color Harmonies of #CD28E5
Complementary color
Monochromatic Colors of #CD28E5
Black with #CD28E5
Text Example
Text Example
White with #CD28E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD28E5; }
p { color: rgb(205,40,229); }
H1.HeaderClassName
{
color: #CD28E5;
}
.AnyTagClassName
{
color: #CD28E5;
}
</style>
background-color css
<style>
a { background-color: #CD28E5; }
a { background-color: rgb(205,40,229); }
div.DivClassName
{
background-color: #CD28E5;
}
.BgClassName
{
background-color: #CD28E5;
}
</style>
border-color css
<style>
span { border-color: #CD28E5; }
span { border-color: rgb(205,40,229); }
td.TdClassName
{
border-color: #CD28E5;
}
.TagClassName
{
border-color: #CD28E5;
}
</style>