Shades of Deep Magenta #C901DE
Tints of Deep Magenta #C901DE
RGB
CMYK
RGB Variations
Color information
#C901DE (or 0xC901DE) is known color: Deep Magenta. HEX triplet: C9, 01 and DE. RGB value is (201,1,222). Sum of RGB (Red+Green+Blue) = 201+1+222=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 1 (0.78% from 255 or 0.24% from 424); Blue value is 222 (87.11% from 255 or 52.36% from 424); Max value from RGB is 222 - color contains mainly: blue. Hex color #C901DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C901DE is #36FE21. Grayscale: #555555. Windows color (decimal): -3604002 or 14549449. OLE color: 14549449.
HSL color Cylindrical-coordinate representation of color #C901DE: hue angle of 294.3º 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 #C901DE is Cyan = 0.09, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 1 | 222 | - |
| CMYK | 0.09 | 1.00 | 0 | 0.13 |
| HSL | 294.3º | 0.99% | 0.44% | - |
| HSV(B) | 294.3º | 1% | 0.87% | - |
| XYZ | 37.28 | 17.71 | 70.56 | - |
| YUV | 85.99 | 204.76 | 210.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 1 | 222 | 0.09 | 1.00 | 0 | 0.13 | 294.3 | 0.99 | 0.44 |
| Hex | C9 | 1 | DE | 9 | 64 | 0 | D | 126 | 63 | 2C |
| Octal | 311 | 1 | 336 | 11 | 144 | 0 | 15 | 446 | 143 | 54 |
| Binary | 11001001 | 1 | 11011110 | 1001 | 1100100 | 0 | 1101 | 100100110 | 1100011 | 101100 |
Color Harmonies of #C901DE
Complementary color
Monochromatic Colors of #C901DE
Black with #C901DE
Text Example
Text Example
White with #C901DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C901DE; }
p { color: rgb(201,1,222); }
H1.HeaderClassName
{
color: #C901DE;
}
.AnyTagClassName
{
color: #C901DE;
}
</style>
background-color css
<style>
a { background-color: #C901DE; }
a { background-color: rgb(201,1,222); }
div.DivClassName
{
background-color: #C901DE;
}
.BgClassName
{
background-color: #C901DE;
}
</style>
border-color css
<style>
span { border-color: #C901DE; }
span { border-color: rgb(201,1,222); }
td.TdClassName
{
border-color: #C901DE;
}
.TagClassName
{
border-color: #C901DE;
}
</style>