Shades of Deep Magenta #C915B7
Tints of Deep Magenta #C915B7
RGB
CMYK
RGB Variations
Color information
#C915B7 (or 0xC915B7) is known color: Deep Magenta. HEX triplet: C9, 15 and B7. RGB value is (201,21,183). Sum of RGB (Red+Green+Blue) = 201+21+183=405 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.63% from 405); Green value is 21 (8.59% from 255 or 5.19% from 405); Blue value is 183 (71.88% from 255 or 45.19% from 405); Max value from RGB is 201 - color contains mainly: red. Hex color #C915B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C915B7 is #36EA48. Grayscale: #5C5C5C. Windows color (decimal): -3598921 or 11998665. OLE color: 11998665.
HSL color Cylindrical-coordinate representation of color #C915B7: hue angle of 306º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C915B7 is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 21 | 183 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.21 |
| HSL | 306º | 0.81% | 0.44% | - |
| HSV(B) | 306º | 0.9% | 0.79% | - |
| XYZ | 32.9 | 16.37 | 46.23 | - |
| YUV | 93.29 | 178.63 | 204.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 21 | 183 | 0 | 0.90 | 0.09 | 0.21 | 306 | 0.81 | 0.44 |
| Hex | C9 | 15 | B7 | 0 | 5A | 9 | 15 | 132 | 51 | 2C |
| Octal | 311 | 25 | 267 | 0 | 132 | 11 | 25 | 462 | 121 | 54 |
| Binary | 11001001 | 10101 | 10110111 | 0 | 1011010 | 1001 | 10101 | 100110010 | 1010001 | 101100 |
Color Harmonies of #C915B7
Complementary color
Monochromatic Colors of #C915B7
Black with #C915B7
Text Example
Text Example
White with #C915B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C915B7; }
p { color: rgb(201,21,183); }
H1.HeaderClassName
{
color: #C915B7;
}
.AnyTagClassName
{
color: #C915B7;
}
</style>
background-color css
<style>
a { background-color: #C915B7; }
a { background-color: rgb(201,21,183); }
div.DivClassName
{
background-color: #C915B7;
}
.BgClassName
{
background-color: #C915B7;
}
</style>
border-color css
<style>
span { border-color: #C915B7; }
span { border-color: rgb(201,21,183); }
td.TdClassName
{
border-color: #C915B7;
}
.TagClassName
{
border-color: #C915B7;
}
</style>