Shades of Deep Magenta #C916BD
Tints of Deep Magenta #C916BD
RGB
CMYK
RGB Variations
Color information
#C916BD (or 0xC916BD) is known color: Deep Magenta. HEX triplet: C9, 16 and BD. RGB value is (201,22,189). Sum of RGB (Red+Green+Blue) = 201+22+189=412 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.79% from 412); Green value is 22 (8.98% from 255 or 5.34% from 412); Blue value is 189 (74.22% from 255 or 45.87% from 412); Max value from RGB is 201 - color contains mainly: red. Hex color #C916BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C916BD is #36E942. Grayscale: #5E5E5E. Windows color (decimal): -3598659 or 12392137. OLE color: 12392137.
HSL color Cylindrical-coordinate representation of color #C916BD: hue angle of 304.02º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C916BD is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 22 | 189 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.21 |
| HSL | 304.02º | 0.8% | 0.44% | - |
| HSV(B) | 304.02º | 0.89% | 0.79% | - |
| XYZ | 33.56 | 16.67 | 49.59 | - |
| YUV | 94.56 | 181.3 | 203.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 22 | 189 | 0 | 0.89 | 0.06 | 0.21 | 304.02 | 0.8 | 0.44 |
| Hex | C9 | 16 | BD | 0 | 59 | 6 | 15 | 130 | 50 | 2C |
| Octal | 311 | 26 | 275 | 0 | 131 | 6 | 25 | 460 | 120 | 54 |
| Binary | 11001001 | 10110 | 10111101 | 0 | 1011001 | 110 | 10101 | 100110000 | 1010000 | 101100 |
Color Harmonies of #C916BD
Complementary color
Monochromatic Colors of #C916BD
Black with #C916BD
Text Example
Text Example
White with #C916BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C916BD; }
p { color: rgb(201,22,189); }
H1.HeaderClassName
{
color: #C916BD;
}
.AnyTagClassName
{
color: #C916BD;
}
</style>
background-color css
<style>
a { background-color: #C916BD; }
a { background-color: rgb(201,22,189); }
div.DivClassName
{
background-color: #C916BD;
}
.BgClassName
{
background-color: #C916BD;
}
</style>
border-color css
<style>
span { border-color: #C916BD; }
span { border-color: rgb(201,22,189); }
td.TdClassName
{
border-color: #C916BD;
}
.TagClassName
{
border-color: #C916BD;
}
</style>