Shades of Deep Magenta #C213BC
Tints of Deep Magenta #C213BC
RGB
CMYK
RGB Variations
Color information
#C213BC (or 0xC213BC) is known color: Deep Magenta. HEX triplet: C2, 13 and BC. RGB value is (194,19,188). Sum of RGB (Red+Green+Blue) = 194+19+188=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 19 (7.81% from 255 or 4.74% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C213BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C213BC is #3DEC43. Grayscale: #5A5A5A. Windows color (decimal): -4058180 or 12325826. OLE color: 12325826.
HSL color Cylindrical-coordinate representation of color #C213BC: hue angle of 302.06º 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 #C213BC is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 19 | 188 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.24 |
| HSL | 302.06º | 0.82% | 0.42% | - |
| HSV(B) | 302.06º | 0.9% | 0.76% | - |
| XYZ | 31.56 | 15.57 | 48.92 | - |
| YUV | 90.59 | 182.98 | 201.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 19 | 188 | 0 | 0.90 | 0.03 | 0.24 | 302.06 | 0.82 | 0.42 |
| Hex | C2 | 13 | BC | 0 | 5A | 3 | 18 | 12E | 52 | 2A |
| Octal | 302 | 23 | 274 | 0 | 132 | 3 | 30 | 456 | 122 | 52 |
| Binary | 11000010 | 10011 | 10111100 | 0 | 1011010 | 11 | 11000 | 100101110 | 1010010 | 101010 |
Color Harmonies of #C213BC
Complementary color
Monochromatic Colors of #C213BC
Black with #C213BC
Text Example
Text Example
White with #C213BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C213BC; }
p { color: rgb(194,19,188); }
H1.HeaderClassName
{
color: #C213BC;
}
.AnyTagClassName
{
color: #C213BC;
}
</style>
background-color css
<style>
a { background-color: #C213BC; }
a { background-color: rgb(194,19,188); }
div.DivClassName
{
background-color: #C213BC;
}
.BgClassName
{
background-color: #C213BC;
}
</style>
border-color css
<style>
span { border-color: #C213BC; }
span { border-color: rgb(194,19,188); }
td.TdClassName
{
border-color: #C213BC;
}
.TagClassName
{
border-color: #C213BC;
}
</style>