Shades of Deep Magenta #C904DF
Tints of Deep Magenta #C904DF
RGB
CMYK
RGB Variations
Color information
#C904DF (or 0xC904DF) is known color: Deep Magenta. HEX triplet: C9, 04 and DF. RGB value is (201,4,223). Sum of RGB (Red+Green+Blue) = 201+4+223=428 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.96% from 428); Green value is 4 (1.95% from 255 or 0.93% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #C904DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C904DF is #36FB20. Grayscale: #575757. Windows color (decimal): -3603233 or 14615753. OLE color: 14615753.
HSL color Cylindrical-coordinate representation of color #C904DF: hue angle of 293.97º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C904DF is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 4 | 223 | - |
| CMYK | 0.10 | 0.98 | 0 | 0.13 |
| HSL | 293.97º | 0.96% | 0.45% | - |
| HSV(B) | 293.97º | 0.98% | 0.87% | - |
| XYZ | 37.45 | 17.83 | 71.28 | - |
| YUV | 87.87 | 204.27 | 208.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 4 | 223 | 0.10 | 0.98 | 0 | 0.13 | 293.97 | 0.96 | 0.45 |
| Hex | C9 | 4 | DF | A | 62 | 0 | D | 126 | 60 | 2D |
| Octal | 311 | 4 | 337 | 12 | 142 | 0 | 15 | 446 | 140 | 55 |
| Binary | 11001001 | 100 | 11011111 | 1010 | 1100010 | 0 | 1101 | 100100110 | 1100000 | 101101 |
Color Harmonies of #C904DF
Complementary color
Monochromatic Colors of #C904DF
Black with #C904DF
Text Example
Text Example
White with #C904DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C904DF; }
p { color: rgb(201,4,223); }
H1.HeaderClassName
{
color: #C904DF;
}
.AnyTagClassName
{
color: #C904DF;
}
</style>
background-color css
<style>
a { background-color: #C904DF; }
a { background-color: rgb(201,4,223); }
div.DivClassName
{
background-color: #C904DF;
}
.BgClassName
{
background-color: #C904DF;
}
</style>
border-color css
<style>
span { border-color: #C904DF; }
span { border-color: rgb(201,4,223); }
td.TdClassName
{
border-color: #C904DF;
}
.TagClassName
{
border-color: #C904DF;
}
</style>