Shades of Deep Magenta #C216CC
Tints of Deep Magenta #C216CC
RGB
CMYK
RGB Variations
Color information
#C216CC (or 0xC216CC) is known color: Deep Magenta. HEX triplet: C2, 16 and CC. RGB value is (194,22,204). Sum of RGB (Red+Green+Blue) = 194+22+204=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 22 (8.98% from 255 or 5.24% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #C216CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C216CC is #3DE933. Grayscale: #5D5D5D. Windows color (decimal): -4057396 or 13375170. OLE color: 13375170.
HSL color Cylindrical-coordinate representation of color #C216CC: hue angle of 296.7º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C216CC is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 22 | 204 | - |
| CMYK | 0.05 | 0.89 | 0 | 0.2 |
| HSL | 296.7º | 0.81% | 0.44% | - |
| HSV(B) | 296.7º | 0.89% | 0.8% | - |
| XYZ | 33.43 | 16.4 | 58.53 | - |
| YUV | 94.18 | 189.98 | 199.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 22 | 204 | 0.05 | 0.89 | 0 | 0.2 | 296.7 | 0.81 | 0.44 |
| Hex | C2 | 16 | CC | 5 | 59 | 0 | 14 | 129 | 51 | 2C |
| Octal | 302 | 26 | 314 | 5 | 131 | 0 | 24 | 451 | 121 | 54 |
| Binary | 11000010 | 10110 | 11001100 | 101 | 1011001 | 0 | 10100 | 100101001 | 1010001 | 101100 |
Color Harmonies of #C216CC
Complementary color
Monochromatic Colors of #C216CC
Black with #C216CC
Text Example
Text Example
White with #C216CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C216CC; }
p { color: rgb(194,22,204); }
H1.HeaderClassName
{
color: #C216CC;
}
.AnyTagClassName
{
color: #C216CC;
}
</style>
background-color css
<style>
a { background-color: #C216CC; }
a { background-color: rgb(194,22,204); }
div.DivClassName
{
background-color: #C216CC;
}
.BgClassName
{
background-color: #C216CC;
}
</style>
border-color css
<style>
span { border-color: #C216CC; }
span { border-color: rgb(194,22,204); }
td.TdClassName
{
border-color: #C216CC;
}
.TagClassName
{
border-color: #C216CC;
}
</style>