Shades of Deep Magenta #C216B7
Tints of Deep Magenta #C216B7
RGB
CMYK
RGB Variations
Color information
#C216B7 (or 0xC216B7) is known color: Deep Magenta. HEX triplet: C2, 16 and B7. RGB value is (194,22,183). Sum of RGB (Red+Green+Blue) = 194+22+183=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 22 (8.98% from 255 or 5.51% from 399); Blue value is 183 (71.88% from 255 or 45.86% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C216B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C216B7 is #3DE948. Grayscale: #5B5B5B. Windows color (decimal): -4057417 or 11998914. OLE color: 11998914.
HSL color Cylindrical-coordinate representation of color #C216B7: hue angle of 303.84º 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 #C216B7 is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 22 | 183 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.24 |
| HSL | 303.84º | 0.8% | 0.42% | - |
| HSV(B) | 303.84º | 0.89% | 0.76% | - |
| XYZ | 31.08 | 15.46 | 46.15 | - |
| YUV | 91.78 | 179.48 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 22 | 183 | 0 | 0.89 | 0.06 | 0.24 | 303.84 | 0.8 | 0.42 |
| Hex | C2 | 16 | B7 | 0 | 59 | 6 | 18 | 130 | 50 | 2A |
| Octal | 302 | 26 | 267 | 0 | 131 | 6 | 30 | 460 | 120 | 52 |
| Binary | 11000010 | 10110 | 10110111 | 0 | 1011001 | 110 | 11000 | 100110000 | 1010000 | 101010 |
Color Harmonies of #C216B7
Complementary color
Monochromatic Colors of #C216B7
Black with #C216B7
Text Example
Text Example
White with #C216B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C216B7; }
p { color: rgb(194,22,183); }
H1.HeaderClassName
{
color: #C216B7;
}
.AnyTagClassName
{
color: #C216B7;
}
</style>
background-color css
<style>
a { background-color: #C216B7; }
a { background-color: rgb(194,22,183); }
div.DivClassName
{
background-color: #C216B7;
}
.BgClassName
{
background-color: #C216B7;
}
</style>
border-color css
<style>
span { border-color: #C216B7; }
span { border-color: rgb(194,22,183); }
td.TdClassName
{
border-color: #C216B7;
}
.TagClassName
{
border-color: #C216B7;
}
</style>