Shades of Deep Magenta #C920DD
Tints of Deep Magenta #C920DD
RGB
CMYK
RGB Variations
Color information
#C920DD (or 0xC920DD) is known color: Deep Magenta. HEX triplet: C9, 20 and DD. RGB value is (201,32,221). Sum of RGB (Red+Green+Blue) = 201+32+221=454 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.27% from 454); Green value is 32 (12.89% from 255 or 7.05% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #C920DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C920DD is #36DF22. Grayscale: #676767. Windows color (decimal): -3596067 or 14491849. OLE color: 14491849.
HSL color Cylindrical-coordinate representation of color #C920DD: hue angle of 293.65º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C920DD is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 32 | 221 | - |
| CMYK | 0.09 | 0.86 | 0 | 0.13 |
| HSL | 293.65º | 0.75% | 0.5% | - |
| HSV(B) | 293.65º | 0.86% | 0.87% | - |
| XYZ | 37.66 | 18.67 | 70.03 | - |
| YUV | 104.08 | 193.99 | 197.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 221 | 0.09 | 0.86 | 0 | 0.13 | 293.65 | 0.75 | 0.5 |
| Hex | C9 | 20 | DD | 9 | 56 | 0 | D | 126 | 4B | 32 |
| Octal | 311 | 40 | 335 | 11 | 126 | 0 | 15 | 446 | 113 | 62 |
| Binary | 11001001 | 100000 | 11011101 | 1001 | 1010110 | 0 | 1101 | 100100110 | 1001011 | 110010 |
Color Harmonies of #C920DD
Complementary color
Monochromatic Colors of #C920DD
Black with #C920DD
Text Example
Text Example
White with #C920DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C920DD; }
p { color: rgb(201,32,221); }
H1.HeaderClassName
{
color: #C920DD;
}
.AnyTagClassName
{
color: #C920DD;
}
</style>
background-color css
<style>
a { background-color: #C920DD; }
a { background-color: rgb(201,32,221); }
div.DivClassName
{
background-color: #C920DD;
}
.BgClassName
{
background-color: #C920DD;
}
</style>
border-color css
<style>
span { border-color: #C920DD; }
span { border-color: rgb(201,32,221); }
td.TdClassName
{
border-color: #C920DD;
}
.TagClassName
{
border-color: #C920DD;
}
</style>