Shades of Deep Magenta #C224DD
Tints of Deep Magenta #C224DD
RGB
CMYK
RGB Variations
Color information
#C224DD (or 0xC224DD) is known color: Deep Magenta. HEX triplet: C2, 24 and DD. RGB value is (194,36,221). Sum of RGB (Red+Green+Blue) = 194+36+221=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 36 (14.45% from 255 or 7.98% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #C224DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C224DD is #3DDB22. Grayscale: #676767. Windows color (decimal): -4053795 or 14492866. OLE color: 14492866.
HSL color Cylindrical-coordinate representation of color #C224DD: hue angle of 291.24º 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 #C224DD is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 36 | 221 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.13 |
| HSL | 291.24º | 0.73% | 0.5% | - |
| HSV(B) | 291.24º | 0.84% | 0.87% | - |
| XYZ | 35.93 | 17.95 | 69.98 | - |
| YUV | 104.33 | 193.85 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 36 | 221 | 0.12 | 0.84 | 0 | 0.13 | 291.24 | 0.73 | 0.5 |
| Hex | C2 | 24 | DD | C | 54 | 0 | D | 123 | 49 | 32 |
| Octal | 302 | 44 | 335 | 14 | 124 | 0 | 15 | 443 | 111 | 62 |
| Binary | 11000010 | 100100 | 11011101 | 1100 | 1010100 | 0 | 1101 | 100100011 | 1001001 | 110010 |
Color Harmonies of #C224DD
Complementary color
Monochromatic Colors of #C224DD
Black with #C224DD
Text Example
Text Example
White with #C224DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C224DD; }
p { color: rgb(194,36,221); }
H1.HeaderClassName
{
color: #C224DD;
}
.AnyTagClassName
{
color: #C224DD;
}
</style>
background-color css
<style>
a { background-color: #C224DD; }
a { background-color: rgb(194,36,221); }
div.DivClassName
{
background-color: #C224DD;
}
.BgClassName
{
background-color: #C224DD;
}
</style>
border-color css
<style>
span { border-color: #C224DD; }
span { border-color: rgb(194,36,221); }
td.TdClassName
{
border-color: #C224DD;
}
.TagClassName
{
border-color: #C224DD;
}
</style>