Shades of Deep Magenta #DC24CC
Tints of Deep Magenta #DC24CC
RGB
CMYK
RGB Variations
Color information
#DC24CC (or 0xDC24CC) is known color: Deep Magenta. HEX triplet: DC, 24 and CC. RGB value is (220,36,204). Sum of RGB (Red+Green+Blue) = 220+36+204=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 36 (14.45% from 255 or 7.83% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DC24CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC24CC is #23DB33. Grayscale: #6D6D6D. Windows color (decimal): -2349876 or 13378780. OLE color: 13378780.
HSL color Cylindrical-coordinate representation of color #DC24CC: hue angle of 305.22º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC24CC is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 36 | 204 | - |
| CMYK | 0 | 0.84 | 0.07 | 0.14 |
| HSL | 305.22º | 0.72% | 0.5% | - |
| HSV(B) | 305.22º | 0.84% | 0.86% | - |
| XYZ | 41.05 | 20.84 | 58.99 | - |
| YUV | 110.17 | 180.96 | 206.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 204 | 0 | 0.84 | 0.07 | 0.14 | 305.22 | 0.72 | 0.5 |
| Hex | DC | 24 | CC | 0 | 54 | 7 | E | 131 | 48 | 32 |
| Octal | 334 | 44 | 314 | 0 | 124 | 7 | 16 | 461 | 110 | 62 |
| Binary | 11011100 | 100100 | 11001100 | 0 | 1010100 | 111 | 1110 | 100110001 | 1001000 | 110010 |
Color Harmonies of #DC24CC
Complementary color
Monochromatic Colors of #DC24CC
Black with #DC24CC
Text Example
Text Example
White with #DC24CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC24CC; }
p { color: rgb(220,36,204); }
H1.HeaderClassName
{
color: #DC24CC;
}
.AnyTagClassName
{
color: #DC24CC;
}
</style>
background-color css
<style>
a { background-color: #DC24CC; }
a { background-color: rgb(220,36,204); }
div.DivClassName
{
background-color: #DC24CC;
}
.BgClassName
{
background-color: #DC24CC;
}
</style>
border-color css
<style>
span { border-color: #DC24CC; }
span { border-color: rgb(220,36,204); }
td.TdClassName
{
border-color: #DC24CC;
}
.TagClassName
{
border-color: #DC24CC;
}
</style>