Shades of Deep Magenta #C917E0
Tints of Deep Magenta #C917E0
RGB
CMYK
RGB Variations
Color information
#C917E0 (or 0xC917E0) is known color: Deep Magenta. HEX triplet: C9, 17 and E0. RGB value is (201,23,224). Sum of RGB (Red+Green+Blue) = 201+23+224=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 23 (9.38% from 255 or 5.13% from 448); Blue value is 224 (87.89% from 255 or 50% from 448); Max value from RGB is 224 - color contains mainly: blue. Hex color #C917E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C917E0 is #36E81F. Grayscale: #626262. Windows color (decimal): -3598368 or 14686153. OLE color: 14686153.
HSL color Cylindrical-coordinate representation of color #C917E0: hue angle of 293.13º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C917E0 is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 23 | 224 | - |
| CMYK | 0.10 | 0.90 | 0 | 0.12 |
| HSL | 293.13º | 0.81% | 0.48% | - |
| HSV(B) | 293.13º | 0.9% | 0.88% | - |
| XYZ | 37.85 | 18.41 | 72.08 | - |
| YUV | 99.14 | 198.47 | 200.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 23 | 224 | 0.10 | 0.90 | 0 | 0.12 | 293.13 | 0.81 | 0.48 |
| Hex | C9 | 17 | E0 | A | 5A | 0 | C | 125 | 51 | 30 |
| Octal | 311 | 27 | 340 | 12 | 132 | 0 | 14 | 445 | 121 | 60 |
| Binary | 11001001 | 10111 | 11100000 | 1010 | 1011010 | 0 | 1100 | 100100101 | 1010001 | 110000 |
Color Harmonies of #C917E0
Complementary color
Monochromatic Colors of #C917E0
Black with #C917E0
Text Example
Text Example
White with #C917E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C917E0; }
p { color: rgb(201,23,224); }
H1.HeaderClassName
{
color: #C917E0;
}
.AnyTagClassName
{
color: #C917E0;
}
</style>
background-color css
<style>
a { background-color: #C917E0; }
a { background-color: rgb(201,23,224); }
div.DivClassName
{
background-color: #C917E0;
}
.BgClassName
{
background-color: #C917E0;
}
</style>
border-color css
<style>
span { border-color: #C917E0; }
span { border-color: rgb(201,23,224); }
td.TdClassName
{
border-color: #C917E0;
}
.TagClassName
{
border-color: #C917E0;
}
</style>