Shades of Deep Magenta #C917DE
Tints of Deep Magenta #C917DE
RGB
CMYK
RGB Variations
Color information
#C917DE (or 0xC917DE) is known color: Deep Magenta. HEX triplet: C9, 17 and DE. RGB value is (201,23,222). Sum of RGB (Red+Green+Blue) = 201+23+222=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 23 (9.38% from 255 or 5.16% from 446); Blue value is 222 (87.11% from 255 or 49.78% from 446); Max value from RGB is 222 - color contains mainly: blue. Hex color #C917DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C917DE is #36E821. Grayscale: #626262. Windows color (decimal): -3598370 or 14555081. OLE color: 14555081.
HSL color Cylindrical-coordinate representation of color #C917DE: hue angle of 293.67º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C917DE is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 23 | 222 | - |
| CMYK | 0.09 | 0.90 | 0 | 0.13 |
| HSL | 293.67º | 0.81% | 0.48% | - |
| HSV(B) | 293.67º | 0.9% | 0.87% | - |
| XYZ | 37.58 | 18.3 | 70.66 | - |
| YUV | 98.91 | 197.47 | 200.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 23 | 222 | 0.09 | 0.90 | 0 | 0.13 | 293.67 | 0.81 | 0.48 |
| Hex | C9 | 17 | DE | 9 | 5A | 0 | D | 126 | 51 | 30 |
| Octal | 311 | 27 | 336 | 11 | 132 | 0 | 15 | 446 | 121 | 60 |
| Binary | 11001001 | 10111 | 11011110 | 1001 | 1011010 | 0 | 1101 | 100100110 | 1010001 | 110000 |
Color Harmonies of #C917DE
Complementary color
Monochromatic Colors of #C917DE
Black with #C917DE
Text Example
Text Example
White with #C917DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C917DE; }
p { color: rgb(201,23,222); }
H1.HeaderClassName
{
color: #C917DE;
}
.AnyTagClassName
{
color: #C917DE;
}
</style>
background-color css
<style>
a { background-color: #C917DE; }
a { background-color: rgb(201,23,222); }
div.DivClassName
{
background-color: #C917DE;
}
.BgClassName
{
background-color: #C917DE;
}
</style>
border-color css
<style>
span { border-color: #C917DE; }
span { border-color: rgb(201,23,222); }
td.TdClassName
{
border-color: #C917DE;
}
.TagClassName
{
border-color: #C917DE;
}
</style>