Shades of Deep Magenta #C904DD
Tints of Deep Magenta #C904DD
RGB
CMYK
RGB Variations
Color information
#C904DD (or 0xC904DD) is known color: Deep Magenta. HEX triplet: C9, 04 and DD. RGB value is (201,4,221). Sum of RGB (Red+Green+Blue) = 201+4+221=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 4 (1.95% from 255 or 0.94% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #C904DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C904DD is #36FB22. Grayscale: #565656. Windows color (decimal): -3603235 or 14484681. OLE color: 14484681.
HSL color Cylindrical-coordinate representation of color #C904DD: hue angle of 294.47º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C904DD is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 4 | 221 | - |
| CMYK | 0.09 | 0.98 | 0 | 0.13 |
| HSL | 294.47º | 0.96% | 0.44% | - |
| HSV(B) | 294.47º | 0.98% | 0.87% | - |
| XYZ | 37.18 | 17.72 | 69.87 | - |
| YUV | 87.64 | 203.27 | 208.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 4 | 221 | 0.09 | 0.98 | 0 | 0.13 | 294.47 | 0.96 | 0.44 |
| Hex | C9 | 4 | DD | 9 | 62 | 0 | D | 126 | 60 | 2C |
| Octal | 311 | 4 | 335 | 11 | 142 | 0 | 15 | 446 | 140 | 54 |
| Binary | 11001001 | 100 | 11011101 | 1001 | 1100010 | 0 | 1101 | 100100110 | 1100000 | 101100 |
Color Harmonies of #C904DD
Complementary color
Monochromatic Colors of #C904DD
Black with #C904DD
Text Example
Text Example
White with #C904DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C904DD; }
p { color: rgb(201,4,221); }
H1.HeaderClassName
{
color: #C904DD;
}
.AnyTagClassName
{
color: #C904DD;
}
</style>
background-color css
<style>
a { background-color: #C904DD; }
a { background-color: rgb(201,4,221); }
div.DivClassName
{
background-color: #C904DD;
}
.BgClassName
{
background-color: #C904DD;
}
</style>
border-color css
<style>
span { border-color: #C904DD; }
span { border-color: rgb(201,4,221); }
td.TdClassName
{
border-color: #C904DD;
}
.TagClassName
{
border-color: #C904DD;
}
</style>