Shades of Deep Magenta #CD22E5
Tints of Deep Magenta #CD22E5
RGB
CMYK
RGB Variations
Color information
#CD22E5 (or 0xCD22E5) is known color: Deep Magenta. HEX triplet: CD, 22 and E5. RGB value is (205,34,229). Sum of RGB (Red+Green+Blue) = 205+34+229=468 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.80% from 468); Green value is 34 (13.67% from 255 or 7.26% from 468); Blue value is 229 (89.84% from 255 or 48.93% from 468); Max value from RGB is 229 - color contains mainly: blue. Hex color #CD22E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD22E5 is #32DD1A. Grayscale: #6A6A6A. Windows color (decimal): -3333403 or 15016653. OLE color: 15016653.
HSL color Cylindrical-coordinate representation of color #CD22E5: hue angle of 292.62º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CD22E5 is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 34 | 229 | - |
| CMYK | 0.10 | 0.85 | 0 | 0.10 |
| HSL | 292.62º | 0.79% | 0.52% | - |
| HSV(B) | 292.62º | 0.85% | 0.9% | - |
| XYZ | 39.89 | 19.78 | 75.84 | - |
| YUV | 107.36 | 196.65 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 34 | 229 | 0.10 | 0.85 | 0 | 0.10 | 292.62 | 0.79 | 0.52 |
| Hex | CD | 22 | E5 | A | 55 | 0 | A | 125 | 4F | 34 |
| Octal | 315 | 42 | 345 | 12 | 125 | 0 | 12 | 445 | 117 | 64 |
| Binary | 11001101 | 100010 | 11100101 | 1010 | 1010101 | 0 | 1010 | 100100101 | 1001111 | 110100 |
Color Harmonies of #CD22E5
Complementary color
Monochromatic Colors of #CD22E5
Black with #CD22E5
Text Example
Text Example
White with #CD22E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD22E5; }
p { color: rgb(205,34,229); }
H1.HeaderClassName
{
color: #CD22E5;
}
.AnyTagClassName
{
color: #CD22E5;
}
</style>
background-color css
<style>
a { background-color: #CD22E5; }
a { background-color: rgb(205,34,229); }
div.DivClassName
{
background-color: #CD22E5;
}
.BgClassName
{
background-color: #CD22E5;
}
</style>
border-color css
<style>
span { border-color: #CD22E5; }
span { border-color: rgb(205,34,229); }
td.TdClassName
{
border-color: #CD22E5;
}
.TagClassName
{
border-color: #CD22E5;
}
</style>