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