Shades of Deep Magenta #C216B8
Tints of Deep Magenta #C216B8
RGB
CMYK
RGB Variations
Color information
#C216B8 (or 0xC216B8) is known color: Deep Magenta. HEX triplet: C2, 16 and B8. RGB value is (194,22,184). Sum of RGB (Red+Green+Blue) = 194+22+184=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 22 (8.98% from 255 or 5.5% from 400); Blue value is 184 (72.27% from 255 or 46% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C216B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C216B8 is #3DE947. Grayscale: #5B5B5B. Windows color (decimal): -4057416 or 12064450. OLE color: 12064450.
HSL color Cylindrical-coordinate representation of color #C216B8: hue angle of 303.49º 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 #C216B8 is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 22 | 184 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.24 |
| HSL | 303.49º | 0.8% | 0.42% | - |
| HSV(B) | 303.49º | 0.89% | 0.76% | - |
| XYZ | 31.19 | 15.5 | 46.7 | - |
| YUV | 91.9 | 179.98 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 22 | 184 | 0 | 0.89 | 0.05 | 0.24 | 303.49 | 0.8 | 0.42 |
| Hex | C2 | 16 | B8 | 0 | 59 | 5 | 18 | 12F | 50 | 2A |
| Octal | 302 | 26 | 270 | 0 | 131 | 5 | 30 | 457 | 120 | 52 |
| Binary | 11000010 | 10110 | 10111000 | 0 | 1011001 | 101 | 11000 | 100101111 | 1010000 | 101010 |
Color Harmonies of #C216B8
Complementary color
Monochromatic Colors of #C216B8
Black with #C216B8
Text Example
Text Example
White with #C216B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C216B8; }
p { color: rgb(194,22,184); }
H1.HeaderClassName
{
color: #C216B8;
}
.AnyTagClassName
{
color: #C216B8;
}
</style>
background-color css
<style>
a { background-color: #C216B8; }
a { background-color: rgb(194,22,184); }
div.DivClassName
{
background-color: #C216B8;
}
.BgClassName
{
background-color: #C216B8;
}
</style>
border-color css
<style>
span { border-color: #C216B8; }
span { border-color: rgb(194,22,184); }
td.TdClassName
{
border-color: #C216B8;
}
.TagClassName
{
border-color: #C216B8;
}
</style>