Shades of Deep Magenta #C905D9
Tints of Deep Magenta #C905D9
RGB
CMYK
RGB Variations
Color information
#C905D9 (or 0xC905D9) is known color: Deep Magenta. HEX triplet: C9, 05 and D9. RGB value is (201,5,217). Sum of RGB (Red+Green+Blue) = 201+5+217=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 5 (2.34% from 255 or 1.18% from 423); Blue value is 217 (85.16% from 255 or 51.30% from 423); Max value from RGB is 217 - color contains mainly: blue. Hex color #C905D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C905D9 is #36FA26. Grayscale: #575757. Windows color (decimal): -3602983 or 14222793. OLE color: 14222793.
HSL color Cylindrical-coordinate representation of color #C905D9: hue angle of 295.47º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C905D9 is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 5 | 217 | - |
| CMYK | 0.07 | 0.98 | 0 | 0.15 |
| HSL | 295.47º | 0.95% | 0.44% | - |
| HSV(B) | 295.47º | 0.98% | 0.85% | - |
| XYZ | 36.67 | 17.54 | 67.1 | - |
| YUV | 87.77 | 200.93 | 208.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 5 | 217 | 0.07 | 0.98 | 0 | 0.15 | 295.47 | 0.95 | 0.44 |
| Hex | C9 | 5 | D9 | 7 | 62 | 0 | F | 127 | 5F | 2C |
| Octal | 311 | 5 | 331 | 7 | 142 | 0 | 17 | 447 | 137 | 54 |
| Binary | 11001001 | 101 | 11011001 | 111 | 1100010 | 0 | 1111 | 100100111 | 1011111 | 101100 |
Color Harmonies of #C905D9
Complementary color
Monochromatic Colors of #C905D9
Black with #C905D9
Text Example
Text Example
White with #C905D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C905D9; }
p { color: rgb(201,5,217); }
H1.HeaderClassName
{
color: #C905D9;
}
.AnyTagClassName
{
color: #C905D9;
}
</style>
background-color css
<style>
a { background-color: #C905D9; }
a { background-color: rgb(201,5,217); }
div.DivClassName
{
background-color: #C905D9;
}
.BgClassName
{
background-color: #C905D9;
}
</style>
border-color css
<style>
span { border-color: #C905D9; }
span { border-color: rgb(201,5,217); }
td.TdClassName
{
border-color: #C905D9;
}
.TagClassName
{
border-color: #C905D9;
}
</style>