Shades of Deep Magenta #CD24BA
Tints of Deep Magenta #CD24BA
RGB
CMYK
RGB Variations
Color information
#CD24BA (or 0xCD24BA) is known color: Deep Magenta. HEX triplet: CD, 24 and BA. RGB value is (205,36,186). Sum of RGB (Red+Green+Blue) = 205+36+186=427 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.01% from 427); Green value is 36 (14.45% from 255 or 8.43% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 205 - color contains mainly: red. Hex color #CD24BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD24BA is #32DB45. Grayscale: #676767. Windows color (decimal): -3332934 or 12199117. OLE color: 12199117.
HSL color Cylindrical-coordinate representation of color #CD24BA: hue angle of 306.75º 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 #CD24BA is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 36 | 186 | - |
| CMYK | 0 | 0.82 | 0.09 | 0.20 |
| HSL | 306.75º | 0.7% | 0.47% | - |
| HSV(B) | 306.75º | 0.82% | 0.8% | - |
| XYZ | 34.67 | 17.79 | 48.06 | - |
| YUV | 103.63 | 174.49 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 36 | 186 | 0 | 0.82 | 0.09 | 0.20 | 306.75 | 0.7 | 0.47 |
| Hex | CD | 24 | BA | 0 | 52 | 9 | 14 | 133 | 46 | 2F |
| Octal | 315 | 44 | 272 | 0 | 122 | 11 | 24 | 463 | 106 | 57 |
| Binary | 11001101 | 100100 | 10111010 | 0 | 1010010 | 1001 | 10100 | 100110011 | 1000110 | 101111 |
Color Harmonies of #CD24BA
Complementary color
Monochromatic Colors of #CD24BA
Black with #CD24BA
Text Example
Text Example
White with #CD24BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD24BA; }
p { color: rgb(205,36,186); }
H1.HeaderClassName
{
color: #CD24BA;
}
.AnyTagClassName
{
color: #CD24BA;
}
</style>
background-color css
<style>
a { background-color: #CD24BA; }
a { background-color: rgb(205,36,186); }
div.DivClassName
{
background-color: #CD24BA;
}
.BgClassName
{
background-color: #CD24BA;
}
</style>
border-color css
<style>
span { border-color: #CD24BA; }
span { border-color: rgb(205,36,186); }
td.TdClassName
{
border-color: #CD24BA;
}
.TagClassName
{
border-color: #CD24BA;
}
</style>