Shades of Deep Magenta #C816BD
Tints of Deep Magenta #C816BD
RGB
CMYK
RGB Variations
Color information
#C816BD (or 0xC816BD) is known color: Deep Magenta. HEX triplet: C8, 16 and BD. RGB value is (200,22,189). Sum of RGB (Red+Green+Blue) = 200+22+189=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 22 (8.98% from 255 or 5.35% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 200 - color contains mainly: red. Hex color #C816BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C816BD is #37E942. Grayscale: #5D5D5D. Windows color (decimal): -3664195 or 12392136. OLE color: 12392136.
HSL color Cylindrical-coordinate representation of color #C816BD: hue angle of 303.71º 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 #C816BD is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 22 | 189 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.22 |
| HSL | 303.71º | 0.8% | 0.44% | - |
| HSV(B) | 303.71º | 0.89% | 0.78% | - |
| XYZ | 33.29 | 16.53 | 49.58 | - |
| YUV | 94.26 | 181.47 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 22 | 189 | 0 | 0.89 | 0.06 | 0.22 | 303.71 | 0.8 | 0.44 |
| Hex | C8 | 16 | BD | 0 | 59 | 6 | 16 | 130 | 50 | 2C |
| Octal | 310 | 26 | 275 | 0 | 131 | 6 | 26 | 460 | 120 | 54 |
| Binary | 11001000 | 10110 | 10111101 | 0 | 1011001 | 110 | 10110 | 100110000 | 1010000 | 101100 |
Color Harmonies of #C816BD
Complementary color
Monochromatic Colors of #C816BD
Black with #C816BD
Text Example
Text Example
White with #C816BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C816BD; }
p { color: rgb(200,22,189); }
H1.HeaderClassName
{
color: #C816BD;
}
.AnyTagClassName
{
color: #C816BD;
}
</style>
background-color css
<style>
a { background-color: #C816BD; }
a { background-color: rgb(200,22,189); }
div.DivClassName
{
background-color: #C816BD;
}
.BgClassName
{
background-color: #C816BD;
}
</style>
border-color css
<style>
span { border-color: #C816BD; }
span { border-color: rgb(200,22,189); }
td.TdClassName
{
border-color: #C816BD;
}
.TagClassName
{
border-color: #C816BD;
}
</style>