Shades of Deep Magenta #C816BA
Tints of Deep Magenta #C816BA
RGB
CMYK
RGB Variations
Color information
#C816BA (or 0xC816BA) is known color: Deep Magenta. HEX triplet: C8, 16 and BA. RGB value is (200,22,186). Sum of RGB (Red+Green+Blue) = 200+22+186=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 22 (8.98% from 255 or 5.39% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 200 - color contains mainly: red. Hex color #C816BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C816BA is #37E945. Grayscale: #5D5D5D. Windows color (decimal): -3664198 or 12195528. OLE color: 12195528.
HSL color Cylindrical-coordinate representation of color #C816BA: hue angle of 304.72º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C816BA is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 22 | 186 | - |
| CMYK | 0 | 0.89 | 0.07 | 0.22 |
| HSL | 304.72º | 0.8% | 0.44% | - |
| HSV(B) | 304.72º | 0.89% | 0.78% | - |
| XYZ | 32.97 | 16.4 | 47.88 | - |
| YUV | 93.92 | 179.97 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 22 | 186 | 0 | 0.89 | 0.07 | 0.22 | 304.72 | 0.8 | 0.44 |
| Hex | C8 | 16 | BA | 0 | 59 | 7 | 16 | 131 | 50 | 2C |
| Octal | 310 | 26 | 272 | 0 | 131 | 7 | 26 | 461 | 120 | 54 |
| Binary | 11001000 | 10110 | 10111010 | 0 | 1011001 | 111 | 10110 | 100110001 | 1010000 | 101100 |
Color Harmonies of #C816BA
Complementary color
Monochromatic Colors of #C816BA
Black with #C816BA
Text Example
Text Example
White with #C816BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C816BA; }
p { color: rgb(200,22,186); }
H1.HeaderClassName
{
color: #C816BA;
}
.AnyTagClassName
{
color: #C816BA;
}
</style>
background-color css
<style>
a { background-color: #C816BA; }
a { background-color: rgb(200,22,186); }
div.DivClassName
{
background-color: #C816BA;
}
.BgClassName
{
background-color: #C816BA;
}
</style>
border-color css
<style>
span { border-color: #C816BA; }
span { border-color: rgb(200,22,186); }
td.TdClassName
{
border-color: #C816BA;
}
.TagClassName
{
border-color: #C816BA;
}
</style>