Shades of Deep Magenta #C900DF
Tints of Deep Magenta #C900DF
RGB
CMYK
RGB Variations
Color information
#C900DF (or 0xC900DF) is known color: Deep Magenta. HEX triplet: C9, 00 and DF. RGB value is (201,0,223). Sum of RGB (Red+Green+Blue) = 201+0+223=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 0 (0.39% from 255 or 0% from 424); Blue value is 223 (87.5% from 255 or 52.59% from 424); Max value from RGB is 223 - color contains mainly: blue. Hex color #C900DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C900DF is #36FF20. Grayscale: #545454. Windows color (decimal): -3604257 or 14614729. OLE color: 14614729.
HSL color Cylindrical-coordinate representation of color #C900DF: hue angle of 294.08º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C900DF is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 0 | 223 | - |
| CMYK | 0.10 | 1 | 0 | 0.13 |
| HSL | 294.08º | 1% | 0.44% | - |
| HSV(B) | 294.08º | 1% | 0.87% | - |
| XYZ | 37.41 | 17.75 | 71.27 | - |
| YUV | 85.52 | 205.59 | 210.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 0 | 223 | 0.10 | 1 | 0 | 0.13 | 294.08 | 1 | 0.44 |
| Hex | C9 | 0 | DF | A | 64 | 0 | D | 126 | 64 | 2C |
| Octal | 311 | 0 | 337 | 12 | 144 | 0 | 15 | 446 | 144 | 54 |
| Binary | 11001001 | 0 | 11011111 | 1010 | 1100100 | 0 | 1101 | 100100110 | 1100100 | 101100 |
Color Harmonies of #C900DF
Complementary color
Monochromatic Colors of #C900DF
Black with #C900DF
Text Example
Text Example
White with #C900DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C900DF; }
p { color: rgb(201,0,223); }
H1.HeaderClassName
{
color: #C900DF;
}
.AnyTagClassName
{
color: #C900DF;
}
</style>
background-color css
<style>
a { background-color: #C900DF; }
a { background-color: rgb(201,0,223); }
div.DivClassName
{
background-color: #C900DF;
}
.BgClassName
{
background-color: #C900DF;
}
</style>
border-color css
<style>
span { border-color: #C900DF; }
span { border-color: rgb(201,0,223); }
td.TdClassName
{
border-color: #C900DF;
}
.TagClassName
{
border-color: #C900DF;
}
</style>