Shades of Deep Magenta #C915B6
Tints of Deep Magenta #C915B6
RGB
CMYK
RGB Variations
Color information
#C915B6 (or 0xC915B6) is known color: Deep Magenta. HEX triplet: C9, 15 and B6. RGB value is (201,21,182). Sum of RGB (Red+Green+Blue) = 201+21+182=404 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.75% from 404); Green value is 21 (8.59% from 255 or 5.20% from 404); Blue value is 182 (71.48% from 255 or 45.05% from 404); Max value from RGB is 201 - color contains mainly: red. Hex color #C915B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C915B6 is #36EA49. Grayscale: #5C5C5C. Windows color (decimal): -3598922 or 11933129. OLE color: 11933129.
HSL color Cylindrical-coordinate representation of color #C915B6: hue angle of 306.33º 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 #C915B6 is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 21 | 182 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.21 |
| HSL | 306.33º | 0.81% | 0.44% | - |
| HSV(B) | 306.33º | 0.9% | 0.79% | - |
| XYZ | 32.8 | 16.33 | 45.68 | - |
| YUV | 93.17 | 178.13 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 21 | 182 | 0 | 0.90 | 0.09 | 0.21 | 306.33 | 0.81 | 0.44 |
| Hex | C9 | 15 | B6 | 0 | 5A | 9 | 15 | 132 | 51 | 2C |
| Octal | 311 | 25 | 266 | 0 | 132 | 11 | 25 | 462 | 121 | 54 |
| Binary | 11001001 | 10101 | 10110110 | 0 | 1011010 | 1001 | 10101 | 100110010 | 1010001 | 101100 |
Color Harmonies of #C915B6
Complementary color
Monochromatic Colors of #C915B6
Black with #C915B6
Text Example
Text Example
White with #C915B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C915B6; }
p { color: rgb(201,21,182); }
H1.HeaderClassName
{
color: #C915B6;
}
.AnyTagClassName
{
color: #C915B6;
}
</style>
background-color css
<style>
a { background-color: #C915B6; }
a { background-color: rgb(201,21,182); }
div.DivClassName
{
background-color: #C915B6;
}
.BgClassName
{
background-color: #C915B6;
}
</style>
border-color css
<style>
span { border-color: #C915B6; }
span { border-color: rgb(201,21,182); }
td.TdClassName
{
border-color: #C915B6;
}
.TagClassName
{
border-color: #C915B6;
}
</style>