Shades of Deep Magenta #C910E0
Tints of Deep Magenta #C910E0
RGB
CMYK
RGB Variations
Color information
#C910E0 (or 0xC910E0) is known color: Deep Magenta. HEX triplet: C9, 10 and E0. RGB value is (201,16,224). Sum of RGB (Red+Green+Blue) = 201+16+224=441 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.58% from 441); Green value is 16 (6.64% from 255 or 3.63% from 441); Blue value is 224 (87.89% from 255 or 50.79% from 441); Max value from RGB is 224 - color contains mainly: blue. Hex color #C910E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C910E0 is #36EF1F. Grayscale: #5E5E5E. Windows color (decimal): -3600160 or 14684361. OLE color: 14684361.
HSL color Cylindrical-coordinate representation of color #C910E0: hue angle of 293.37º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C910E0 is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 16 | 224 | - |
| CMYK | 0.10 | 0.93 | 0 | 0.12 |
| HSL | 293.37º | 0.87% | 0.47% | - |
| HSV(B) | 293.37º | 0.93% | 0.88% | - |
| XYZ | 37.73 | 18.17 | 72.04 | - |
| YUV | 95.03 | 200.79 | 203.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 16 | 224 | 0.10 | 0.93 | 0 | 0.12 | 293.37 | 0.87 | 0.47 |
| Hex | C9 | 10 | E0 | A | 5D | 0 | C | 125 | 57 | 2F |
| Octal | 311 | 20 | 340 | 12 | 135 | 0 | 14 | 445 | 127 | 57 |
| Binary | 11001001 | 10000 | 11100000 | 1010 | 1011101 | 0 | 1100 | 100100101 | 1010111 | 101111 |
Color Harmonies of #C910E0
Complementary color
Monochromatic Colors of #C910E0
Black with #C910E0
Text Example
Text Example
White with #C910E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C910E0; }
p { color: rgb(201,16,224); }
H1.HeaderClassName
{
color: #C910E0;
}
.AnyTagClassName
{
color: #C910E0;
}
</style>
background-color css
<style>
a { background-color: #C910E0; }
a { background-color: rgb(201,16,224); }
div.DivClassName
{
background-color: #C910E0;
}
.BgClassName
{
background-color: #C910E0;
}
</style>
border-color css
<style>
span { border-color: #C910E0; }
span { border-color: rgb(201,16,224); }
td.TdClassName
{
border-color: #C910E0;
}
.TagClassName
{
border-color: #C910E0;
}
</style>