Shades of Deep Magenta #C224DF
Tints of Deep Magenta #C224DF
RGB
CMYK
RGB Variations
Color information
#C224DF (or 0xC224DF) is known color: Deep Magenta. HEX triplet: C2, 24 and DF. RGB value is (194,36,223). Sum of RGB (Red+Green+Blue) = 194+36+223=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 36 (14.45% from 255 or 7.95% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #C224DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C224DF is #3DDB20. Grayscale: #676767. Windows color (decimal): -4053793 or 14623938. OLE color: 14623938.
HSL color Cylindrical-coordinate representation of color #C224DF: hue angle of 290.7º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C224DF is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 36 | 223 | - |
| CMYK | 0.13 | 0.84 | 0 | 0.13 |
| HSL | 290.7º | 0.75% | 0.51% | - |
| HSV(B) | 290.7º | 0.84% | 0.87% | - |
| XYZ | 36.2 | 18.06 | 71.39 | - |
| YUV | 104.56 | 194.85 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 36 | 223 | 0.13 | 0.84 | 0 | 0.13 | 290.7 | 0.75 | 0.51 |
| Hex | C2 | 24 | DF | D | 54 | 0 | D | 123 | 4B | 33 |
| Octal | 302 | 44 | 337 | 15 | 124 | 0 | 15 | 443 | 113 | 63 |
| Binary | 11000010 | 100100 | 11011111 | 1101 | 1010100 | 0 | 1101 | 100100011 | 1001011 | 110011 |
Color Harmonies of #C224DF
Complementary color
Monochromatic Colors of #C224DF
Black with #C224DF
Text Example
Text Example
White with #C224DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C224DF; }
p { color: rgb(194,36,223); }
H1.HeaderClassName
{
color: #C224DF;
}
.AnyTagClassName
{
color: #C224DF;
}
</style>
background-color css
<style>
a { background-color: #C224DF; }
a { background-color: rgb(194,36,223); }
div.DivClassName
{
background-color: #C224DF;
}
.BgClassName
{
background-color: #C224DF;
}
</style>
border-color css
<style>
span { border-color: #C224DF; }
span { border-color: rgb(194,36,223); }
td.TdClassName
{
border-color: #C224DF;
}
.TagClassName
{
border-color: #C224DF;
}
</style>