Shades of Deep Magenta #C915C0
Tints of Deep Magenta #C915C0
RGB
CMYK
RGB Variations
Color information
#C915C0 (or 0xC915C0) is known color: Deep Magenta. HEX triplet: C9, 15 and C0. RGB value is (201,21,192). Sum of RGB (Red+Green+Blue) = 201+21+192=414 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.55% from 414); Green value is 21 (8.59% from 255 or 5.07% from 414); Blue value is 192 (75.39% from 255 or 46.38% from 414); Max value from RGB is 201 - color contains mainly: red. Hex color #C915C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C915C0 is #36EA3F. Grayscale: #5D5D5D. Windows color (decimal): -3598912 or 12588489. OLE color: 12588489.
HSL color Cylindrical-coordinate representation of color #C915C0: hue angle of 303º 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 #C915C0 is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 21 | 192 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.21 |
| HSL | 303º | 0.81% | 0.44% | - |
| HSV(B) | 303º | 0.9% | 0.79% | - |
| XYZ | 33.87 | 16.76 | 51.32 | - |
| YUV | 94.31 | 183.13 | 204.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 21 | 192 | 0 | 0.90 | 0.04 | 0.21 | 303 | 0.81 | 0.44 |
| Hex | C9 | 15 | C0 | 0 | 5A | 4 | 15 | 12F | 51 | 2C |
| Octal | 311 | 25 | 300 | 0 | 132 | 4 | 25 | 457 | 121 | 54 |
| Binary | 11001001 | 10101 | 11000000 | 0 | 1011010 | 100 | 10101 | 100101111 | 1010001 | 101100 |
Color Harmonies of #C915C0
Complementary color
Monochromatic Colors of #C915C0
Black with #C915C0
Text Example
Text Example
White with #C915C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C915C0; }
p { color: rgb(201,21,192); }
H1.HeaderClassName
{
color: #C915C0;
}
.AnyTagClassName
{
color: #C915C0;
}
</style>
background-color css
<style>
a { background-color: #C915C0; }
a { background-color: rgb(201,21,192); }
div.DivClassName
{
background-color: #C915C0;
}
.BgClassName
{
background-color: #C915C0;
}
</style>
border-color css
<style>
span { border-color: #C915C0; }
span { border-color: rgb(201,21,192); }
td.TdClassName
{
border-color: #C915C0;
}
.TagClassName
{
border-color: #C915C0;
}
</style>