Shades of Deep Magenta #C216BA
Tints of Deep Magenta #C216BA
RGB
CMYK
RGB Variations
Color information
#C216BA (or 0xC216BA) is known color: Deep Magenta. HEX triplet: C2, 16 and BA. RGB value is (194,22,186). Sum of RGB (Red+Green+Blue) = 194+22+186=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 22 (8.98% from 255 or 5.47% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C216BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C216BA is #3DE945. Grayscale: #5B5B5B. Windows color (decimal): -4057414 or 12195522. OLE color: 12195522.
HSL color Cylindrical-coordinate representation of color #C216BA: hue angle of 302.79º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C216BA is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 22 | 186 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.24 |
| HSL | 302.79º | 0.8% | 0.42% | - |
| HSV(B) | 302.79º | 0.89% | 0.76% | - |
| XYZ | 31.4 | 15.59 | 47.81 | - |
| YUV | 92.12 | 180.98 | 200.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 22 | 186 | 0 | 0.89 | 0.04 | 0.24 | 302.79 | 0.8 | 0.42 |
| Hex | C2 | 16 | BA | 0 | 59 | 4 | 18 | 12F | 50 | 2A |
| Octal | 302 | 26 | 272 | 0 | 131 | 4 | 30 | 457 | 120 | 52 |
| Binary | 11000010 | 10110 | 10111010 | 0 | 1011001 | 100 | 11000 | 100101111 | 1010000 | 101010 |
Color Harmonies of #C216BA
Complementary color
Monochromatic Colors of #C216BA
Black with #C216BA
Text Example
Text Example
White with #C216BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C216BA; }
p { color: rgb(194,22,186); }
H1.HeaderClassName
{
color: #C216BA;
}
.AnyTagClassName
{
color: #C216BA;
}
</style>
background-color css
<style>
a { background-color: #C216BA; }
a { background-color: rgb(194,22,186); }
div.DivClassName
{
background-color: #C216BA;
}
.BgClassName
{
background-color: #C216BA;
}
</style>
border-color css
<style>
span { border-color: #C216BA; }
span { border-color: rgb(194,22,186); }
td.TdClassName
{
border-color: #C216BA;
}
.TagClassName
{
border-color: #C216BA;
}
</style>