Shades of Deep Magenta #C915DE
Tints of Deep Magenta #C915DE
RGB
CMYK
RGB Variations
Color information
#C915DE (or 0xC915DE) is known color: Deep Magenta. HEX triplet: C9, 15 and DE. RGB value is (201,21,222). Sum of RGB (Red+Green+Blue) = 201+21+222=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 21 (8.59% from 255 or 4.73% from 444); Blue value is 222 (87.11% from 255 or 50% from 444); Max value from RGB is 222 - color contains mainly: blue. Hex color #C915DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C915DE is #36EA21. Grayscale: #616161. Windows color (decimal): -3598882 or 14554569. OLE color: 14554569.
HSL color Cylindrical-coordinate representation of color #C915DE: hue angle of 293.73º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C915DE is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 21 | 222 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.13 |
| HSL | 293.73º | 0.83% | 0.48% | - |
| HSV(B) | 293.73º | 0.91% | 0.87% | - |
| XYZ | 37.54 | 18.23 | 70.65 | - |
| YUV | 97.73 | 198.13 | 201.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 21 | 222 | 0.09 | 0.91 | 0 | 0.13 | 293.73 | 0.83 | 0.48 |
| Hex | C9 | 15 | DE | 9 | 5B | 0 | D | 126 | 53 | 30 |
| Octal | 311 | 25 | 336 | 11 | 133 | 0 | 15 | 446 | 123 | 60 |
| Binary | 11001001 | 10101 | 11011110 | 1001 | 1011011 | 0 | 1101 | 100100110 | 1010011 | 110000 |
Color Harmonies of #C915DE
Complementary color
Monochromatic Colors of #C915DE
Black with #C915DE
Text Example
Text Example
White with #C915DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C915DE; }
p { color: rgb(201,21,222); }
H1.HeaderClassName
{
color: #C915DE;
}
.AnyTagClassName
{
color: #C915DE;
}
</style>
background-color css
<style>
a { background-color: #C915DE; }
a { background-color: rgb(201,21,222); }
div.DivClassName
{
background-color: #C915DE;
}
.BgClassName
{
background-color: #C915DE;
}
</style>
border-color css
<style>
span { border-color: #C915DE; }
span { border-color: rgb(201,21,222); }
td.TdClassName
{
border-color: #C915DE;
}
.TagClassName
{
border-color: #C915DE;
}
</style>