Shades of Deep Magenta #C216B9
Tints of Deep Magenta #C216B9
RGB
CMYK
RGB Variations
Color information
#C216B9 (or 0xC216B9) is known color: Deep Magenta. HEX triplet: C2, 16 and B9. RGB value is (194,22,185). Sum of RGB (Red+Green+Blue) = 194+22+185=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 22 (8.98% from 255 or 5.49% from 401); Blue value is 185 (72.66% from 255 or 46.13% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C216B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C216B9 is #3DE946. Grayscale: #5B5B5B. Windows color (decimal): -4057415 or 12129986. OLE color: 12129986.
HSL color Cylindrical-coordinate representation of color #C216B9: hue angle of 303.14º 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 #C216B9 is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 22 | 185 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.24 |
| HSL | 303.14º | 0.8% | 0.42% | - |
| HSV(B) | 303.14º | 0.89% | 0.76% | - |
| XYZ | 31.29 | 15.55 | 47.25 | - |
| YUV | 92.01 | 180.48 | 200.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 22 | 185 | 0 | 0.89 | 0.05 | 0.24 | 303.14 | 0.8 | 0.42 |
| Hex | C2 | 16 | B9 | 0 | 59 | 5 | 18 | 12F | 50 | 2A |
| Octal | 302 | 26 | 271 | 0 | 131 | 5 | 30 | 457 | 120 | 52 |
| Binary | 11000010 | 10110 | 10111001 | 0 | 1011001 | 101 | 11000 | 100101111 | 1010000 | 101010 |
Color Harmonies of #C216B9
Complementary color
Monochromatic Colors of #C216B9
Black with #C216B9
Text Example
Text Example
White with #C216B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C216B9; }
p { color: rgb(194,22,185); }
H1.HeaderClassName
{
color: #C216B9;
}
.AnyTagClassName
{
color: #C216B9;
}
</style>
background-color css
<style>
a { background-color: #C216B9; }
a { background-color: rgb(194,22,185); }
div.DivClassName
{
background-color: #C216B9;
}
.BgClassName
{
background-color: #C216B9;
}
</style>
border-color css
<style>
span { border-color: #C216B9; }
span { border-color: rgb(194,22,185); }
td.TdClassName
{
border-color: #C216B9;
}
.TagClassName
{
border-color: #C216B9;
}
</style>