Shades of Deep Magenta #CD23E5
Tints of Deep Magenta #CD23E5
RGB
CMYK
RGB Variations
Color information
#CD23E5 (or 0xCD23E5) is known color: Deep Magenta. HEX triplet: CD, 23 and E5. RGB value is (205,35,229). Sum of RGB (Red+Green+Blue) = 205+35+229=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 35 (14.06% from 255 or 7.46% from 469); Blue value is 229 (89.84% from 255 or 48.83% from 469); Max value from RGB is 229 - color contains mainly: blue. Hex color #CD23E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD23E5 is #32DC1A. Grayscale: #6B6B6B. Windows color (decimal): -3333147 or 15016909. OLE color: 15016909.
HSL color Cylindrical-coordinate representation of color #CD23E5: hue angle of 292.58º 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 #CD23E5 is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 35 | 229 | - |
| CMYK | 0.10 | 0.85 | 0 | 0.10 |
| HSL | 292.58º | 0.79% | 0.52% | - |
| HSV(B) | 292.58º | 0.85% | 0.9% | - |
| XYZ | 39.92 | 19.84 | 75.85 | - |
| YUV | 107.95 | 196.32 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 35 | 229 | 0.10 | 0.85 | 0 | 0.10 | 292.58 | 0.79 | 0.52 |
| Hex | CD | 23 | E5 | A | 55 | 0 | A | 125 | 4F | 34 |
| Octal | 315 | 43 | 345 | 12 | 125 | 0 | 12 | 445 | 117 | 64 |
| Binary | 11001101 | 100011 | 11100101 | 1010 | 1010101 | 0 | 1010 | 100100101 | 1001111 | 110100 |
Color Harmonies of #CD23E5
Complementary color
Monochromatic Colors of #CD23E5
Black with #CD23E5
Text Example
Text Example
White with #CD23E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD23E5; }
p { color: rgb(205,35,229); }
H1.HeaderClassName
{
color: #CD23E5;
}
.AnyTagClassName
{
color: #CD23E5;
}
</style>
background-color css
<style>
a { background-color: #CD23E5; }
a { background-color: rgb(205,35,229); }
div.DivClassName
{
background-color: #CD23E5;
}
.BgClassName
{
background-color: #CD23E5;
}
</style>
border-color css
<style>
span { border-color: #CD23E5; }
span { border-color: rgb(205,35,229); }
td.TdClassName
{
border-color: #CD23E5;
}
.TagClassName
{
border-color: #CD23E5;
}
</style>