Shades of Deep Magenta #C915BD
Tints of Deep Magenta #C915BD
RGB
CMYK
RGB Variations
Color information
#C915BD (or 0xC915BD) is known color: Deep Magenta. HEX triplet: C9, 15 and BD. RGB value is (201,21,189). Sum of RGB (Red+Green+Blue) = 201+21+189=411 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.91% from 411); Green value is 21 (8.59% from 255 or 5.11% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 201 - color contains mainly: red. Hex color #C915BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C915BD is #36EA42. Grayscale: #5D5D5D. Windows color (decimal): -3598915 or 12391881. OLE color: 12391881.
HSL color Cylindrical-coordinate representation of color #C915BD: hue angle of 304º 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 #C915BD is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 21 | 189 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.21 |
| HSL | 304º | 0.81% | 0.44% | - |
| HSV(B) | 304º | 0.9% | 0.79% | - |
| XYZ | 33.54 | 16.63 | 49.59 | - |
| YUV | 93.97 | 181.63 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 21 | 189 | 0 | 0.90 | 0.06 | 0.21 | 304 | 0.81 | 0.44 |
| Hex | C9 | 15 | BD | 0 | 5A | 6 | 15 | 130 | 51 | 2C |
| Octal | 311 | 25 | 275 | 0 | 132 | 6 | 25 | 460 | 121 | 54 |
| Binary | 11001001 | 10101 | 10111101 | 0 | 1011010 | 110 | 10101 | 100110000 | 1010001 | 101100 |
Color Harmonies of #C915BD
Complementary color
Monochromatic Colors of #C915BD
Black with #C915BD
Text Example
Text Example
White with #C915BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C915BD; }
p { color: rgb(201,21,189); }
H1.HeaderClassName
{
color: #C915BD;
}
.AnyTagClassName
{
color: #C915BD;
}
</style>
background-color css
<style>
a { background-color: #C915BD; }
a { background-color: rgb(201,21,189); }
div.DivClassName
{
background-color: #C915BD;
}
.BgClassName
{
background-color: #C915BD;
}
</style>
border-color css
<style>
span { border-color: #C915BD; }
span { border-color: rgb(201,21,189); }
td.TdClassName
{
border-color: #C915BD;
}
.TagClassName
{
border-color: #C915BD;
}
</style>