Shades of Deep Magenta #C224DB
Tints of Deep Magenta #C224DB
RGB
CMYK
RGB Variations
Color information
#C224DB (or 0xC224DB) is known color: Deep Magenta. HEX triplet: C2, 24 and DB. RGB value is (194,36,219). Sum of RGB (Red+Green+Blue) = 194+36+219=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 36 (14.45% from 255 or 8.02% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #C224DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C224DB is #3DDB24. Grayscale: #676767. Windows color (decimal): -4053797 or 14361794. OLE color: 14361794.
HSL color Cylindrical-coordinate representation of color #C224DB: hue angle of 291.8º 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 #C224DB is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 36 | 219 | - |
| CMYK | 0.11 | 0.84 | 0 | 0.14 |
| HSL | 291.8º | 0.72% | 0.5% | - |
| HSV(B) | 291.8º | 0.84% | 0.86% | - |
| XYZ | 35.67 | 17.85 | 68.58 | - |
| YUV | 104.1 | 192.85 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 36 | 219 | 0.11 | 0.84 | 0 | 0.14 | 291.8 | 0.72 | 0.5 |
| Hex | C2 | 24 | DB | B | 54 | 0 | E | 124 | 48 | 32 |
| Octal | 302 | 44 | 333 | 13 | 124 | 0 | 16 | 444 | 110 | 62 |
| Binary | 11000010 | 100100 | 11011011 | 1011 | 1010100 | 0 | 1110 | 100100100 | 1001000 | 110010 |
Color Harmonies of #C224DB
Complementary color
Monochromatic Colors of #C224DB
Black with #C224DB
Text Example
Text Example
White with #C224DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C224DB; }
p { color: rgb(194,36,219); }
H1.HeaderClassName
{
color: #C224DB;
}
.AnyTagClassName
{
color: #C224DB;
}
</style>
background-color css
<style>
a { background-color: #C224DB; }
a { background-color: rgb(194,36,219); }
div.DivClassName
{
background-color: #C224DB;
}
.BgClassName
{
background-color: #C224DB;
}
</style>
border-color css
<style>
span { border-color: #C224DB; }
span { border-color: rgb(194,36,219); }
td.TdClassName
{
border-color: #C224DB;
}
.TagClassName
{
border-color: #C224DB;
}
</style>