Shades of Deep Magenta #CD24C2
Tints of Deep Magenta #CD24C2
RGB
CMYK
RGB Variations
Color information
#CD24C2 (or 0xCD24C2) is known color: Deep Magenta. HEX triplet: CD, 24 and C2. RGB value is (205,36,194). Sum of RGB (Red+Green+Blue) = 205+36+194=435 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.13% from 435); Green value is 36 (14.45% from 255 or 8.28% from 435); Blue value is 194 (76.17% from 255 or 44.60% from 435); Max value from RGB is 205 - color contains mainly: red. Hex color #CD24C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD24C2 is #32DB3D. Grayscale: #686868. Windows color (decimal): -3332926 or 12723405. OLE color: 12723405.
HSL color Cylindrical-coordinate representation of color #CD24C2: hue angle of 303.91º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CD24C2 is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 36 | 194 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.20 |
| HSL | 303.91º | 0.7% | 0.47% | - |
| HSV(B) | 303.91º | 0.82% | 0.8% | - |
| XYZ | 35.55 | 18.14 | 52.67 | - |
| YUV | 104.54 | 178.49 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 36 | 194 | 0 | 0.82 | 0.05 | 0.20 | 303.91 | 0.7 | 0.47 |
| Hex | CD | 24 | C2 | 0 | 52 | 5 | 14 | 130 | 46 | 2F |
| Octal | 315 | 44 | 302 | 0 | 122 | 5 | 24 | 460 | 106 | 57 |
| Binary | 11001101 | 100100 | 11000010 | 0 | 1010010 | 101 | 10100 | 100110000 | 1000110 | 101111 |
Color Harmonies of #CD24C2
Complementary color
Monochromatic Colors of #CD24C2
Black with #CD24C2
Text Example
Text Example
White with #CD24C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD24C2; }
p { color: rgb(205,36,194); }
H1.HeaderClassName
{
color: #CD24C2;
}
.AnyTagClassName
{
color: #CD24C2;
}
</style>
background-color css
<style>
a { background-color: #CD24C2; }
a { background-color: rgb(205,36,194); }
div.DivClassName
{
background-color: #CD24C2;
}
.BgClassName
{
background-color: #CD24C2;
}
</style>
border-color css
<style>
span { border-color: #CD24C2; }
span { border-color: rgb(205,36,194); }
td.TdClassName
{
border-color: #CD24C2;
}
.TagClassName
{
border-color: #CD24C2;
}
</style>