Shades of Deep Magenta #C213BD
Tints of Deep Magenta #C213BD
RGB
CMYK
RGB Variations
Color information
#C213BD (or 0xC213BD) is known color: Deep Magenta. HEX triplet: C2, 13 and BD. RGB value is (194,19,189). Sum of RGB (Red+Green+Blue) = 194+19+189=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 19 (7.81% from 255 or 4.73% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C213BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C213BD is #3DEC42. Grayscale: #5A5A5A. Windows color (decimal): -4058179 or 12391362. OLE color: 12391362.
HSL color Cylindrical-coordinate representation of color #C213BD: hue angle of 301.71º 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 #C213BD is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 19 | 189 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.24 |
| HSL | 301.71º | 0.82% | 0.42% | - |
| HSV(B) | 301.71º | 0.9% | 0.76% | - |
| XYZ | 31.67 | 15.61 | 49.49 | - |
| YUV | 90.71 | 183.48 | 201.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 19 | 189 | 0 | 0.90 | 0.03 | 0.24 | 301.71 | 0.82 | 0.42 |
| Hex | C2 | 13 | BD | 0 | 5A | 3 | 18 | 12E | 52 | 2A |
| Octal | 302 | 23 | 275 | 0 | 132 | 3 | 30 | 456 | 122 | 52 |
| Binary | 11000010 | 10011 | 10111101 | 0 | 1011010 | 11 | 11000 | 100101110 | 1010010 | 101010 |
Color Harmonies of #C213BD
Complementary color
Monochromatic Colors of #C213BD
Black with #C213BD
Text Example
Text Example
White with #C213BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C213BD; }
p { color: rgb(194,19,189); }
H1.HeaderClassName
{
color: #C213BD;
}
.AnyTagClassName
{
color: #C213BD;
}
</style>
background-color css
<style>
a { background-color: #C213BD; }
a { background-color: rgb(194,19,189); }
div.DivClassName
{
background-color: #C213BD;
}
.BgClassName
{
background-color: #C213BD;
}
</style>
border-color css
<style>
span { border-color: #C213BD; }
span { border-color: rgb(194,19,189); }
td.TdClassName
{
border-color: #C213BD;
}
.TagClassName
{
border-color: #C213BD;
}
</style>