Shades of Deep Magenta #C915BC
Tints of Deep Magenta #C915BC
RGB
CMYK
RGB Variations
Color information
#C915BC (or 0xC915BC) is known color: Deep Magenta. HEX triplet: C9, 15 and BC. RGB value is (201,21,188). Sum of RGB (Red+Green+Blue) = 201+21+188=410 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.02% from 410); Green value is 21 (8.59% from 255 or 5.12% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 201 - color contains mainly: red. Hex color #C915BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C915BC is #36EA43. Grayscale: #5D5D5D. Windows color (decimal): -3598916 or 12326345. OLE color: 12326345.
HSL color Cylindrical-coordinate representation of color #C915BC: hue angle of 304.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 #C915BC is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 21 | 188 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.21 |
| HSL | 304.33º | 0.81% | 0.44% | - |
| HSV(B) | 304.33º | 0.9% | 0.79% | - |
| XYZ | 33.43 | 16.58 | 49.02 | - |
| YUV | 93.86 | 181.13 | 204.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 21 | 188 | 0 | 0.90 | 0.06 | 0.21 | 304.33 | 0.81 | 0.44 |
| Hex | C9 | 15 | BC | 0 | 5A | 6 | 15 | 130 | 51 | 2C |
| Octal | 311 | 25 | 274 | 0 | 132 | 6 | 25 | 460 | 121 | 54 |
| Binary | 11001001 | 10101 | 10111100 | 0 | 1011010 | 110 | 10101 | 100110000 | 1010001 | 101100 |
Color Harmonies of #C915BC
Complementary color
Monochromatic Colors of #C915BC
Black with #C915BC
Text Example
Text Example
White with #C915BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C915BC; }
p { color: rgb(201,21,188); }
H1.HeaderClassName
{
color: #C915BC;
}
.AnyTagClassName
{
color: #C915BC;
}
</style>
background-color css
<style>
a { background-color: #C915BC; }
a { background-color: rgb(201,21,188); }
div.DivClassName
{
background-color: #C915BC;
}
.BgClassName
{
background-color: #C915BC;
}
</style>
border-color css
<style>
span { border-color: #C915BC; }
span { border-color: rgb(201,21,188); }
td.TdClassName
{
border-color: #C915BC;
}
.TagClassName
{
border-color: #C915BC;
}
</style>