Shades of Deep Magenta #C910E5
Tints of Deep Magenta #C910E5
RGB
CMYK
RGB Variations
Color information
#C910E5 (or 0xC910E5) is known color: Deep Magenta. HEX triplet: C9, 10 and E5. RGB value is (201,16,229). Sum of RGB (Red+Green+Blue) = 201+16+229=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 16 (6.64% from 255 or 3.59% from 446); Blue value is 229 (89.84% from 255 or 51.35% from 446); Max value from RGB is 229 - color contains mainly: blue. Hex color #C910E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C910E5 is #36EF1A. Grayscale: #5E5E5E. Windows color (decimal): -3600155 or 15012041. OLE color: 15012041.
HSL color Cylindrical-coordinate representation of color #C910E5: hue angle of 292.11º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C910E5 is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 16 | 229 | - |
| CMYK | 0.12 | 0.93 | 0 | 0.10 |
| HSL | 292.11º | 0.87% | 0.48% | - |
| HSV(B) | 292.11º | 0.93% | 0.9% | - |
| XYZ | 38.42 | 18.45 | 75.66 | - |
| YUV | 95.6 | 203.29 | 203.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 16 | 229 | 0.12 | 0.93 | 0 | 0.10 | 292.11 | 0.87 | 0.48 |
| Hex | C9 | 10 | E5 | C | 5D | 0 | A | 124 | 57 | 30 |
| Octal | 311 | 20 | 345 | 14 | 135 | 0 | 12 | 444 | 127 | 60 |
| Binary | 11001001 | 10000 | 11100101 | 1100 | 1011101 | 0 | 1010 | 100100100 | 1010111 | 110000 |
Color Harmonies of #C910E5
Complementary color
Monochromatic Colors of #C910E5
Black with #C910E5
Text Example
Text Example
White with #C910E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C910E5; }
p { color: rgb(201,16,229); }
H1.HeaderClassName
{
color: #C910E5;
}
.AnyTagClassName
{
color: #C910E5;
}
</style>
background-color css
<style>
a { background-color: #C910E5; }
a { background-color: rgb(201,16,229); }
div.DivClassName
{
background-color: #C910E5;
}
.BgClassName
{
background-color: #C910E5;
}
</style>
border-color css
<style>
span { border-color: #C910E5; }
span { border-color: rgb(201,16,229); }
td.TdClassName
{
border-color: #C910E5;
}
.TagClassName
{
border-color: #C910E5;
}
</style>