Shades of Deep Magenta #C901E0
Tints of Deep Magenta #C901E0
RGB
CMYK
RGB Variations
Color information
#C901E0 (or 0xC901E0) is known color: Deep Magenta. HEX triplet: C9, 01 and E0. RGB value is (201,1,224). Sum of RGB (Red+Green+Blue) = 201+1+224=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 1 (0.78% from 255 or 0.23% from 426); Blue value is 224 (87.89% from 255 or 52.58% from 426); Max value from RGB is 224 - color contains mainly: blue. Hex color #C901E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C901E0 is #36FE1F. Grayscale: #555555. Windows color (decimal): -3604000 or 14680521. OLE color: 14680521.
HSL color Cylindrical-coordinate representation of color #C901E0: hue angle of 293.81º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C901E0 is Cyan = 0.10, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 1 | 224 | - |
| CMYK | 0.10 | 1.00 | 0 | 0.12 |
| HSL | 293.81º | 0.99% | 0.44% | - |
| HSV(B) | 293.81º | 1% | 0.88% | - |
| XYZ | 37.55 | 17.82 | 71.98 | - |
| YUV | 86.22 | 205.76 | 209.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 1 | 224 | 0.10 | 1.00 | 0 | 0.12 | 293.81 | 0.99 | 0.44 |
| Hex | C9 | 1 | E0 | A | 64 | 0 | C | 126 | 63 | 2C |
| Octal | 311 | 1 | 340 | 12 | 144 | 0 | 14 | 446 | 143 | 54 |
| Binary | 11001001 | 1 | 11100000 | 1010 | 1100100 | 0 | 1100 | 100100110 | 1100011 | 101100 |
Color Harmonies of #C901E0
Complementary color
Monochromatic Colors of #C901E0
Black with #C901E0
Text Example
Text Example
White with #C901E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C901E0; }
p { color: rgb(201,1,224); }
H1.HeaderClassName
{
color: #C901E0;
}
.AnyTagClassName
{
color: #C901E0;
}
</style>
background-color css
<style>
a { background-color: #C901E0; }
a { background-color: rgb(201,1,224); }
div.DivClassName
{
background-color: #C901E0;
}
.BgClassName
{
background-color: #C901E0;
}
</style>
border-color css
<style>
span { border-color: #C901E0; }
span { border-color: rgb(201,1,224); }
td.TdClassName
{
border-color: #C901E0;
}
.TagClassName
{
border-color: #C901E0;
}
</style>