Shades of Deep Magenta #C224D5
Tints of Deep Magenta #C224D5
RGB
CMYK
RGB Variations
Color information
#C224D5 (or 0xC224D5) is known color: Deep Magenta. HEX triplet: C2, 24 and D5. RGB value is (194,36,213). Sum of RGB (Red+Green+Blue) = 194+36+213=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 36 (14.45% from 255 or 8.13% from 443); Blue value is 213 (83.59% from 255 or 48.08% from 443); Max value from RGB is 213 - color contains mainly: blue. Hex color #C224D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C224D5 is #3DDB2A. Grayscale: #666666. Windows color (decimal): -4053803 or 13968578. OLE color: 13968578.
HSL color Cylindrical-coordinate representation of color #C224D5: hue angle of 293.56º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C224D5 is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 36 | 213 | - |
| CMYK | 0.09 | 0.83 | 0 | 0.16 |
| HSL | 293.56º | 0.71% | 0.49% | - |
| HSV(B) | 293.56º | 0.83% | 0.84% | - |
| XYZ | 34.89 | 17.54 | 64.5 | - |
| YUV | 103.42 | 189.85 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 36 | 213 | 0.09 | 0.83 | 0 | 0.16 | 293.56 | 0.71 | 0.49 |
| Hex | C2 | 24 | D5 | 9 | 53 | 0 | 10 | 126 | 47 | 31 |
| Octal | 302 | 44 | 325 | 11 | 123 | 0 | 20 | 446 | 107 | 61 |
| Binary | 11000010 | 100100 | 11010101 | 1001 | 1010011 | 0 | 10000 | 100100110 | 1000111 | 110001 |
Color Harmonies of #C224D5
Complementary color
Monochromatic Colors of #C224D5
Black with #C224D5
Text Example
Text Example
White with #C224D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C224D5; }
p { color: rgb(194,36,213); }
H1.HeaderClassName
{
color: #C224D5;
}
.AnyTagClassName
{
color: #C224D5;
}
</style>
background-color css
<style>
a { background-color: #C224D5; }
a { background-color: rgb(194,36,213); }
div.DivClassName
{
background-color: #C224D5;
}
.BgClassName
{
background-color: #C224D5;
}
</style>
border-color css
<style>
span { border-color: #C224D5; }
span { border-color: rgb(194,36,213); }
td.TdClassName
{
border-color: #C224D5;
}
.TagClassName
{
border-color: #C224D5;
}
</style>