Shades of Deep Magenta #C224B9
Tints of Deep Magenta #C224B9
RGB
CMYK
RGB Variations
Color information
#C224B9 (or 0xC224B9) is known color: Deep Magenta. HEX triplet: C2, 24 and B9. RGB value is (194,36,185). Sum of RGB (Red+Green+Blue) = 194+36+185=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 36 (14.45% from 255 or 8.67% from 415); Blue value is 185 (72.66% from 255 or 44.58% from 415); Max value from RGB is 194 - color contains mainly: red. Hex color #C224B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C224B9 is #3DDB46. Grayscale: #636363. Windows color (decimal): -4053831 or 12133570. OLE color: 12133570.
HSL color Cylindrical-coordinate representation of color #C224B9: hue angle of 303.42º 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 #C224B9 is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 36 | 185 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.24 |
| HSL | 303.42º | 0.69% | 0.45% | - |
| HSV(B) | 303.42º | 0.81% | 0.76% | - |
| XYZ | 31.64 | 16.23 | 47.36 | - |
| YUV | 100.23 | 175.85 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 36 | 185 | 0 | 0.81 | 0.05 | 0.24 | 303.42 | 0.69 | 0.45 |
| Hex | C2 | 24 | B9 | 0 | 51 | 5 | 18 | 12F | 45 | 2D |
| Octal | 302 | 44 | 271 | 0 | 121 | 5 | 30 | 457 | 105 | 55 |
| Binary | 11000010 | 100100 | 10111001 | 0 | 1010001 | 101 | 11000 | 100101111 | 1000101 | 101101 |
Color Harmonies of #C224B9
Complementary color
Monochromatic Colors of #C224B9
Black with #C224B9
Text Example
Text Example
White with #C224B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C224B9; }
p { color: rgb(194,36,185); }
H1.HeaderClassName
{
color: #C224B9;
}
.AnyTagClassName
{
color: #C224B9;
}
</style>
background-color css
<style>
a { background-color: #C224B9; }
a { background-color: rgb(194,36,185); }
div.DivClassName
{
background-color: #C224B9;
}
.BgClassName
{
background-color: #C224B9;
}
</style>
border-color css
<style>
span { border-color: #C224B9; }
span { border-color: rgb(194,36,185); }
td.TdClassName
{
border-color: #C224B9;
}
.TagClassName
{
border-color: #C224B9;
}
</style>