Shades of Deep Magenta #C224B2
Tints of Deep Magenta #C224B2
RGB
CMYK
RGB Variations
Color information
#C224B2 (or 0xC224B2) is known color: Deep Magenta. HEX triplet: C2, 24 and B2. RGB value is (194,36,178). Sum of RGB (Red+Green+Blue) = 194+36+178=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 36 (14.45% from 255 or 8.82% from 408); Blue value is 178 (69.92% from 255 or 43.63% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C224B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C224B2 is #3DDB4D. Grayscale: #636363. Windows color (decimal): -4053838 or 11674818. OLE color: 11674818.
HSL color Cylindrical-coordinate representation of color #C224B2: hue angle of 306.08º 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 #C224B2 is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 36 | 178 | - |
| CMYK | 0 | 0.81 | 0.08 | 0.24 |
| HSL | 306.08º | 0.69% | 0.45% | - |
| HSV(B) | 306.08º | 0.81% | 0.76% | - |
| XYZ | 30.91 | 15.95 | 43.57 | - |
| YUV | 99.43 | 172.35 | 195.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 36 | 178 | 0 | 0.81 | 0.08 | 0.24 | 306.08 | 0.69 | 0.45 |
| Hex | C2 | 24 | B2 | 0 | 51 | 8 | 18 | 132 | 45 | 2D |
| Octal | 302 | 44 | 262 | 0 | 121 | 10 | 30 | 462 | 105 | 55 |
| Binary | 11000010 | 100100 | 10110010 | 0 | 1010001 | 1000 | 11000 | 100110010 | 1000101 | 101101 |
Color Harmonies of #C224B2
Complementary color
Monochromatic Colors of #C224B2
Black with #C224B2
Text Example
Text Example
White with #C224B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C224B2; }
p { color: rgb(194,36,178); }
H1.HeaderClassName
{
color: #C224B2;
}
.AnyTagClassName
{
color: #C224B2;
}
</style>
background-color css
<style>
a { background-color: #C224B2; }
a { background-color: rgb(194,36,178); }
div.DivClassName
{
background-color: #C224B2;
}
.BgClassName
{
background-color: #C224B2;
}
</style>
border-color css
<style>
span { border-color: #C224B2; }
span { border-color: rgb(194,36,178); }
td.TdClassName
{
border-color: #C224B2;
}
.TagClassName
{
border-color: #C224B2;
}
</style>