Shades of Deep Magenta #C816BF
Tints of Deep Magenta #C816BF
RGB
CMYK
RGB Variations
Color information
#C816BF (or 0xC816BF) is known color: Deep Magenta. HEX triplet: C8, 16 and BF. RGB value is (200,22,191). Sum of RGB (Red+Green+Blue) = 200+22+191=413 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.43% from 413); Green value is 22 (8.98% from 255 or 5.33% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 200 - color contains mainly: red. Hex color #C816BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C816BF is #37E940. Grayscale: #5D5D5D. Windows color (decimal): -3664193 or 12523208. OLE color: 12523208.
HSL color Cylindrical-coordinate representation of color #C816BF: hue angle of 303.03º 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 #C816BF is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 22 | 191 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.22 |
| HSL | 303.03º | 0.8% | 0.44% | - |
| HSV(B) | 303.03º | 0.89% | 0.78% | - |
| XYZ | 33.51 | 16.61 | 50.73 | - |
| YUV | 94.49 | 182.47 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 22 | 191 | 0 | 0.89 | 0.04 | 0.22 | 303.03 | 0.8 | 0.44 |
| Hex | C8 | 16 | BF | 0 | 59 | 4 | 16 | 12F | 50 | 2C |
| Octal | 310 | 26 | 277 | 0 | 131 | 4 | 26 | 457 | 120 | 54 |
| Binary | 11001000 | 10110 | 10111111 | 0 | 1011001 | 100 | 10110 | 100101111 | 1010000 | 101100 |
Color Harmonies of #C816BF
Complementary color
Monochromatic Colors of #C816BF
Black with #C816BF
Text Example
Text Example
White with #C816BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C816BF; }
p { color: rgb(200,22,191); }
H1.HeaderClassName
{
color: #C816BF;
}
.AnyTagClassName
{
color: #C816BF;
}
</style>
background-color css
<style>
a { background-color: #C816BF; }
a { background-color: rgb(200,22,191); }
div.DivClassName
{
background-color: #C816BF;
}
.BgClassName
{
background-color: #C816BF;
}
</style>
border-color css
<style>
span { border-color: #C816BF; }
span { border-color: rgb(200,22,191); }
td.TdClassName
{
border-color: #C816BF;
}
.TagClassName
{
border-color: #C816BF;
}
</style>