Shades of Deep Magenta #C916B5
Tints of Deep Magenta #C916B5
RGB
CMYK
RGB Variations
Color information
#C916B5 (or 0xC916B5) is known color: Deep Magenta. HEX triplet: C9, 16 and B5. RGB value is (201,22,181). Sum of RGB (Red+Green+Blue) = 201+22+181=404 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.75% from 404); Green value is 22 (8.98% from 255 or 5.45% from 404); Blue value is 181 (71.09% from 255 or 44.80% from 404); Max value from RGB is 201 - color contains mainly: red. Hex color #C916B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C916B5 is #36E94A. Grayscale: #5D5D5D. Windows color (decimal): -3598667 or 11867849. OLE color: 11867849.
HSL color Cylindrical-coordinate representation of color #C916B5: hue angle of 306.7º 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 #C916B5 is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 22 | 181 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.21 |
| HSL | 306.7º | 0.8% | 0.44% | - |
| HSV(B) | 306.7º | 0.89% | 0.79% | - |
| XYZ | 32.71 | 16.33 | 45.14 | - |
| YUV | 93.65 | 177.3 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 22 | 181 | 0 | 0.89 | 0.10 | 0.21 | 306.7 | 0.8 | 0.44 |
| Hex | C9 | 16 | B5 | 0 | 59 | A | 15 | 133 | 50 | 2C |
| Octal | 311 | 26 | 265 | 0 | 131 | 12 | 25 | 463 | 120 | 54 |
| Binary | 11001001 | 10110 | 10110101 | 0 | 1011001 | 1010 | 10101 | 100110011 | 1010000 | 101100 |
Color Harmonies of #C916B5
Complementary color
Monochromatic Colors of #C916B5
Black with #C916B5
Text Example
Text Example
White with #C916B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C916B5; }
p { color: rgb(201,22,181); }
H1.HeaderClassName
{
color: #C916B5;
}
.AnyTagClassName
{
color: #C916B5;
}
</style>
background-color css
<style>
a { background-color: #C916B5; }
a { background-color: rgb(201,22,181); }
div.DivClassName
{
background-color: #C916B5;
}
.BgClassName
{
background-color: #C916B5;
}
</style>
border-color css
<style>
span { border-color: #C916B5; }
span { border-color: rgb(201,22,181); }
td.TdClassName
{
border-color: #C916B5;
}
.TagClassName
{
border-color: #C916B5;
}
</style>