Shades of Deep Magenta #C216AF
Tints of Deep Magenta #C216AF
RGB
CMYK
RGB Variations
Color information
#C216AF (or 0xC216AF) is known color: Deep Magenta. HEX triplet: C2, 16 and AF. RGB value is (194,22,175). Sum of RGB (Red+Green+Blue) = 194+22+175=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 22 (8.98% from 255 or 5.63% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C216AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C216AF is #3DE950. Grayscale: #5A5A5A. Windows color (decimal): -4057425 or 11474626. OLE color: 11474626.
HSL color Cylindrical-coordinate representation of color #C216AF: hue angle of 306.63º 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 #C216AF is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 22 | 175 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.24 |
| HSL | 306.63º | 0.8% | 0.42% | - |
| HSV(B) | 306.63º | 0.89% | 0.76% | - |
| XYZ | 30.27 | 15.14 | 41.88 | - |
| YUV | 90.87 | 175.48 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 22 | 175 | 0 | 0.89 | 0.10 | 0.24 | 306.63 | 0.8 | 0.42 |
| Hex | C2 | 16 | AF | 0 | 59 | A | 18 | 133 | 50 | 2A |
| Octal | 302 | 26 | 257 | 0 | 131 | 12 | 30 | 463 | 120 | 52 |
| Binary | 11000010 | 10110 | 10101111 | 0 | 1011001 | 1010 | 11000 | 100110011 | 1010000 | 101010 |
Color Harmonies of #C216AF
Complementary color
Monochromatic Colors of #C216AF
Black with #C216AF
Text Example
Text Example
White with #C216AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C216AF; }
p { color: rgb(194,22,175); }
H1.HeaderClassName
{
color: #C216AF;
}
.AnyTagClassName
{
color: #C216AF;
}
</style>
background-color css
<style>
a { background-color: #C216AF; }
a { background-color: rgb(194,22,175); }
div.DivClassName
{
background-color: #C216AF;
}
.BgClassName
{
background-color: #C216AF;
}
</style>
border-color css
<style>
span { border-color: #C216AF; }
span { border-color: rgb(194,22,175); }
td.TdClassName
{
border-color: #C216AF;
}
.TagClassName
{
border-color: #C216AF;
}
</style>