Shades of Deep Magenta #C423DD
Tints of Deep Magenta #C423DD
RGB
CMYK
RGB Variations
Color information
#C423DD (or 0xC423DD) is known color: Deep Magenta. HEX triplet: C4, 23 and DD. RGB value is (196,35,221). Sum of RGB (Red+Green+Blue) = 196+35+221=452 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.36% from 452); Green value is 35 (14.06% from 255 or 7.74% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #C423DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C423DD is #3BDC22. Grayscale: #676767. Windows color (decimal): -3922979 or 14492612. OLE color: 14492612.
HSL color Cylindrical-coordinate representation of color #C423DD: hue angle of 291.94º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C423DD is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 35 | 221 | - |
| CMYK | 0.11 | 0.84 | 0 | 0.13 |
| HSL | 291.94º | 0.73% | 0.5% | - |
| HSV(B) | 291.94º | 0.84% | 0.87% | - |
| XYZ | 36.42 | 18.16 | 69.99 | - |
| YUV | 104.34 | 193.84 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 35 | 221 | 0.11 | 0.84 | 0 | 0.13 | 291.94 | 0.73 | 0.5 |
| Hex | C4 | 23 | DD | B | 54 | 0 | D | 124 | 49 | 32 |
| Octal | 304 | 43 | 335 | 13 | 124 | 0 | 15 | 444 | 111 | 62 |
| Binary | 11000100 | 100011 | 11011101 | 1011 | 1010100 | 0 | 1101 | 100100100 | 1001001 | 110010 |
Color Harmonies of #C423DD
Complementary color
Monochromatic Colors of #C423DD
Black with #C423DD
Text Example
Text Example
White with #C423DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C423DD; }
p { color: rgb(196,35,221); }
H1.HeaderClassName
{
color: #C423DD;
}
.AnyTagClassName
{
color: #C423DD;
}
</style>
background-color css
<style>
a { background-color: #C423DD; }
a { background-color: rgb(196,35,221); }
div.DivClassName
{
background-color: #C423DD;
}
.BgClassName
{
background-color: #C423DD;
}
</style>
border-color css
<style>
span { border-color: #C423DD; }
span { border-color: rgb(196,35,221); }
td.TdClassName
{
border-color: #C423DD;
}
.TagClassName
{
border-color: #C423DD;
}
</style>