Shades of Deep Magenta #C224B0
Tints of Deep Magenta #C224B0
RGB
CMYK
RGB Variations
Color information
#C224B0 (or 0xC224B0) is known color: Deep Magenta. HEX triplet: C2, 24 and B0. RGB value is (194,36,176). Sum of RGB (Red+Green+Blue) = 194+36+176=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 36 (14.45% from 255 or 8.87% from 406); Blue value is 176 (69.14% from 255 or 43.35% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C224B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C224B0 is #3DDB4F. Grayscale: #626262. Windows color (decimal): -4053840 or 11543746. OLE color: 11543746.
HSL color Cylindrical-coordinate representation of color #C224B0: hue angle of 306.84º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C224B0 is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 36 | 176 | - |
| CMYK | 0 | 0.81 | 0.09 | 0.24 |
| HSL | 306.84º | 0.69% | 0.45% | - |
| HSV(B) | 306.84º | 0.81% | 0.76% | - |
| XYZ | 30.72 | 15.87 | 42.52 | - |
| YUV | 99.2 | 171.35 | 195.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 36 | 176 | 0 | 0.81 | 0.09 | 0.24 | 306.84 | 0.69 | 0.45 |
| Hex | C2 | 24 | B0 | 0 | 51 | 9 | 18 | 133 | 45 | 2D |
| Octal | 302 | 44 | 260 | 0 | 121 | 11 | 30 | 463 | 105 | 55 |
| Binary | 11000010 | 100100 | 10110000 | 0 | 1010001 | 1001 | 11000 | 100110011 | 1000101 | 101101 |
Color Harmonies of #C224B0
Complementary color
Monochromatic Colors of #C224B0
Black with #C224B0
Text Example
Text Example
White with #C224B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C224B0; }
p { color: rgb(194,36,176); }
H1.HeaderClassName
{
color: #C224B0;
}
.AnyTagClassName
{
color: #C224B0;
}
</style>
background-color css
<style>
a { background-color: #C224B0; }
a { background-color: rgb(194,36,176); }
div.DivClassName
{
background-color: #C224B0;
}
.BgClassName
{
background-color: #C224B0;
}
</style>
border-color css
<style>
span { border-color: #C224B0; }
span { border-color: rgb(194,36,176); }
td.TdClassName
{
border-color: #C224B0;
}
.TagClassName
{
border-color: #C224B0;
}
</style>