Shades of Deep Magenta #C915DD
Tints of Deep Magenta #C915DD
RGB
CMYK
RGB Variations
Color information
#C915DD (or 0xC915DD) is known color: Deep Magenta. HEX triplet: C9, 15 and DD. RGB value is (201,21,221). Sum of RGB (Red+Green+Blue) = 201+21+221=443 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.37% from 443); Green value is 21 (8.59% from 255 or 4.74% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #C915DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C915DD is #36EA22. Grayscale: #616161. Windows color (decimal): -3598883 or 14489033. OLE color: 14489033.
HSL color Cylindrical-coordinate representation of color #C915DD: hue angle of 294º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C915DD is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 21 | 221 | - |
| CMYK | 0.09 | 0.90 | 0 | 0.13 |
| HSL | 294º | 0.83% | 0.47% | - |
| HSV(B) | 294º | 0.9% | 0.87% | - |
| XYZ | 37.41 | 18.17 | 69.94 | - |
| YUV | 97.62 | 197.63 | 201.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 21 | 221 | 0.09 | 0.90 | 0 | 0.13 | 294 | 0.83 | 0.47 |
| Hex | C9 | 15 | DD | 9 | 5A | 0 | D | 126 | 53 | 2F |
| Octal | 311 | 25 | 335 | 11 | 132 | 0 | 15 | 446 | 123 | 57 |
| Binary | 11001001 | 10101 | 11011101 | 1001 | 1011010 | 0 | 1101 | 100100110 | 1010011 | 101111 |
Color Harmonies of #C915DD
Complementary color
Monochromatic Colors of #C915DD
Black with #C915DD
Text Example
Text Example
White with #C915DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C915DD; }
p { color: rgb(201,21,221); }
H1.HeaderClassName
{
color: #C915DD;
}
.AnyTagClassName
{
color: #C915DD;
}
</style>
background-color css
<style>
a { background-color: #C915DD; }
a { background-color: rgb(201,21,221); }
div.DivClassName
{
background-color: #C915DD;
}
.BgClassName
{
background-color: #C915DD;
}
</style>
border-color css
<style>
span { border-color: #C915DD; }
span { border-color: rgb(201,21,221); }
td.TdClassName
{
border-color: #C915DD;
}
.TagClassName
{
border-color: #C915DD;
}
</style>