Shades of Deep Magenta #C216AC
Tints of Deep Magenta #C216AC
RGB
CMYK
RGB Variations
Color information
#C216AC (or 0xC216AC) is known color: Deep Magenta. HEX triplet: C2, 16 and AC. RGB value is (194,22,172). Sum of RGB (Red+Green+Blue) = 194+22+172=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 22 (8.98% from 255 or 5.67% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C216AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C216AC is #3DE953. Grayscale: #5A5A5A. Windows color (decimal): -4057428 or 11278018. OLE color: 11278018.
HSL color Cylindrical-coordinate representation of color #C216AC: hue angle of 307.67º 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 #C216AC is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 22 | 172 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.24 |
| HSL | 307.67º | 0.8% | 0.42% | - |
| HSV(B) | 307.67º | 0.89% | 0.76% | - |
| XYZ | 29.98 | 15.02 | 40.35 | - |
| YUV | 90.53 | 173.98 | 201.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 22 | 172 | 0 | 0.89 | 0.11 | 0.24 | 307.67 | 0.8 | 0.42 |
| Hex | C2 | 16 | AC | 0 | 59 | B | 18 | 134 | 50 | 2A |
| Octal | 302 | 26 | 254 | 0 | 131 | 13 | 30 | 464 | 120 | 52 |
| Binary | 11000010 | 10110 | 10101100 | 0 | 1011001 | 1011 | 11000 | 100110100 | 1010000 | 101010 |
Color Harmonies of #C216AC
Complementary color
Monochromatic Colors of #C216AC
Black with #C216AC
Text Example
Text Example
White with #C216AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C216AC; }
p { color: rgb(194,22,172); }
H1.HeaderClassName
{
color: #C216AC;
}
.AnyTagClassName
{
color: #C216AC;
}
</style>
background-color css
<style>
a { background-color: #C216AC; }
a { background-color: rgb(194,22,172); }
div.DivClassName
{
background-color: #C216AC;
}
.BgClassName
{
background-color: #C216AC;
}
</style>
border-color css
<style>
span { border-color: #C216AC; }
span { border-color: rgb(194,22,172); }
td.TdClassName
{
border-color: #C216AC;
}
.TagClassName
{
border-color: #C216AC;
}
</style>