Shades of Deep Magenta #C915BF
Tints of Deep Magenta #C915BF
RGB
CMYK
RGB Variations
Color information
#C915BF (or 0xC915BF) is known color: Deep Magenta. HEX triplet: C9, 15 and BF. RGB value is (201,21,191). Sum of RGB (Red+Green+Blue) = 201+21+191=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 21 (8.59% from 255 or 5.08% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C915BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C915BF is #36EA40. Grayscale: #5D5D5D. Windows color (decimal): -3598913 or 12522953. OLE color: 12522953.
HSL color Cylindrical-coordinate representation of color #C915BF: hue angle of 303.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 #C915BF is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 21 | 191 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.21 |
| HSL | 303.33º | 0.81% | 0.44% | - |
| HSV(B) | 303.33º | 0.9% | 0.79% | - |
| XYZ | 33.76 | 16.72 | 50.74 | - |
| YUV | 94.2 | 182.63 | 204.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 21 | 191 | 0 | 0.90 | 0.05 | 0.21 | 303.33 | 0.81 | 0.44 |
| Hex | C9 | 15 | BF | 0 | 5A | 5 | 15 | 12F | 51 | 2C |
| Octal | 311 | 25 | 277 | 0 | 132 | 5 | 25 | 457 | 121 | 54 |
| Binary | 11001001 | 10101 | 10111111 | 0 | 1011010 | 101 | 10101 | 100101111 | 1010001 | 101100 |
Color Harmonies of #C915BF
Complementary color
Monochromatic Colors of #C915BF
Black with #C915BF
Text Example
Text Example
White with #C915BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C915BF; }
p { color: rgb(201,21,191); }
H1.HeaderClassName
{
color: #C915BF;
}
.AnyTagClassName
{
color: #C915BF;
}
</style>
background-color css
<style>
a { background-color: #C915BF; }
a { background-color: rgb(201,21,191); }
div.DivClassName
{
background-color: #C915BF;
}
.BgClassName
{
background-color: #C915BF;
}
</style>
border-color css
<style>
span { border-color: #C915BF; }
span { border-color: rgb(201,21,191); }
td.TdClassName
{
border-color: #C915BF;
}
.TagClassName
{
border-color: #C915BF;
}
</style>