Shades of Deep Magenta #C216CF
Tints of Deep Magenta #C216CF
RGB
CMYK
RGB Variations
Color information
#C216CF (or 0xC216CF) is known color: Deep Magenta. HEX triplet: C2, 16 and CF. RGB value is (194,22,207). Sum of RGB (Red+Green+Blue) = 194+22+207=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 22 (8.98% from 255 or 5.20% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #C216CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C216CF is #3DE930. Grayscale: #5D5D5D. Windows color (decimal): -4057393 or 13571778. OLE color: 13571778.
HSL color Cylindrical-coordinate representation of color #C216CF: hue angle of 295.78º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C216CF is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 22 | 207 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.19 |
| HSL | 295.78º | 0.81% | 0.45% | - |
| HSV(B) | 295.78º | 0.89% | 0.81% | - |
| XYZ | 33.8 | 16.55 | 60.44 | - |
| YUV | 94.52 | 191.48 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 22 | 207 | 0.06 | 0.89 | 0 | 0.19 | 295.78 | 0.81 | 0.45 |
| Hex | C2 | 16 | CF | 6 | 59 | 0 | 13 | 128 | 51 | 2D |
| Octal | 302 | 26 | 317 | 6 | 131 | 0 | 23 | 450 | 121 | 55 |
| Binary | 11000010 | 10110 | 11001111 | 110 | 1011001 | 0 | 10011 | 100101000 | 1010001 | 101101 |
Color Harmonies of #C216CF
Complementary color
Monochromatic Colors of #C216CF
Black with #C216CF
Text Example
Text Example
White with #C216CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C216CF; }
p { color: rgb(194,22,207); }
H1.HeaderClassName
{
color: #C216CF;
}
.AnyTagClassName
{
color: #C216CF;
}
</style>
background-color css
<style>
a { background-color: #C216CF; }
a { background-color: rgb(194,22,207); }
div.DivClassName
{
background-color: #C216CF;
}
.BgClassName
{
background-color: #C216CF;
}
</style>
border-color css
<style>
span { border-color: #C216CF; }
span { border-color: rgb(194,22,207); }
td.TdClassName
{
border-color: #C216CF;
}
.TagClassName
{
border-color: #C216CF;
}
</style>