Shades of Deep Magenta #C905DF
Tints of Deep Magenta #C905DF
RGB
CMYK
RGB Variations
Color information
#C905DF (or 0xC905DF) is known color: Deep Magenta. HEX triplet: C9, 05 and DF. RGB value is (201,5,223). Sum of RGB (Red+Green+Blue) = 201+5+223=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 5 (2.34% from 255 or 1.17% from 429); Blue value is 223 (87.5% from 255 or 51.98% from 429); Max value from RGB is 223 - color contains mainly: blue. Hex color #C905DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C905DF is #36FA20. Grayscale: #575757. Windows color (decimal): -3602977 or 14616009. OLE color: 14616009.
HSL color Cylindrical-coordinate representation of color #C905DF: hue angle of 293.94º 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 #C905DF is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 5 | 223 | - |
| CMYK | 0.10 | 0.98 | 0 | 0.13 |
| HSL | 293.94º | 0.96% | 0.45% | - |
| HSV(B) | 293.94º | 0.98% | 0.87% | - |
| XYZ | 37.46 | 17.85 | 71.28 | - |
| YUV | 88.46 | 203.93 | 208.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 5 | 223 | 0.10 | 0.98 | 0 | 0.13 | 293.94 | 0.96 | 0.45 |
| Hex | C9 | 5 | DF | A | 62 | 0 | D | 126 | 60 | 2D |
| Octal | 311 | 5 | 337 | 12 | 142 | 0 | 15 | 446 | 140 | 55 |
| Binary | 11001001 | 101 | 11011111 | 1010 | 1100010 | 0 | 1101 | 100100110 | 1100000 | 101101 |
Color Harmonies of #C905DF
Complementary color
Monochromatic Colors of #C905DF
Black with #C905DF
Text Example
Text Example
White with #C905DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C905DF; }
p { color: rgb(201,5,223); }
H1.HeaderClassName
{
color: #C905DF;
}
.AnyTagClassName
{
color: #C905DF;
}
</style>
background-color css
<style>
a { background-color: #C905DF; }
a { background-color: rgb(201,5,223); }
div.DivClassName
{
background-color: #C905DF;
}
.BgClassName
{
background-color: #C905DF;
}
</style>
border-color css
<style>
span { border-color: #C905DF; }
span { border-color: rgb(201,5,223); }
td.TdClassName
{
border-color: #C905DF;
}
.TagClassName
{
border-color: #C905DF;
}
</style>