Shades of Deep Magenta #C213B9
Tints of Deep Magenta #C213B9
RGB
CMYK
RGB Variations
Color information
#C213B9 (or 0xC213B9) is known color: Deep Magenta. HEX triplet: C2, 13 and B9. RGB value is (194,19,185). Sum of RGB (Red+Green+Blue) = 194+19+185=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 19 (7.81% from 255 or 4.77% from 398); Blue value is 185 (72.66% from 255 or 46.48% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C213B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C213B9 is #3DEC46. Grayscale: #595959. Windows color (decimal): -4058183 or 12129218. OLE color: 12129218.
HSL color Cylindrical-coordinate representation of color #C213B9: hue angle of 303.09º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C213B9 is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 19 | 185 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.24 |
| HSL | 303.09º | 0.82% | 0.42% | - |
| HSV(B) | 303.09º | 0.9% | 0.76% | - |
| XYZ | 31.24 | 15.44 | 47.23 | - |
| YUV | 90.25 | 181.48 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 19 | 185 | 0 | 0.90 | 0.05 | 0.24 | 303.09 | 0.82 | 0.42 |
| Hex | C2 | 13 | B9 | 0 | 5A | 5 | 18 | 12F | 52 | 2A |
| Octal | 302 | 23 | 271 | 0 | 132 | 5 | 30 | 457 | 122 | 52 |
| Binary | 11000010 | 10011 | 10111001 | 0 | 1011010 | 101 | 11000 | 100101111 | 1010010 | 101010 |
Color Harmonies of #C213B9
Complementary color
Monochromatic Colors of #C213B9
Black with #C213B9
Text Example
Text Example
White with #C213B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C213B9; }
p { color: rgb(194,19,185); }
H1.HeaderClassName
{
color: #C213B9;
}
.AnyTagClassName
{
color: #C213B9;
}
</style>
background-color css
<style>
a { background-color: #C213B9; }
a { background-color: rgb(194,19,185); }
div.DivClassName
{
background-color: #C213B9;
}
.BgClassName
{
background-color: #C213B9;
}
</style>
border-color css
<style>
span { border-color: #C213B9; }
span { border-color: rgb(194,19,185); }
td.TdClassName
{
border-color: #C213B9;
}
.TagClassName
{
border-color: #C213B9;
}
</style>