Shades of Deep Magenta #C917AC
Tints of Deep Magenta #C917AC
RGB
CMYK
RGB Variations
Color information
#C917AC (or 0xC917AC) is known color: Deep Magenta. HEX triplet: C9, 17 and AC. RGB value is (201,23,172). Sum of RGB (Red+Green+Blue) = 201+23+172=396 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.76% from 396); Green value is 23 (9.38% from 255 or 5.81% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 201 - color contains mainly: red. Hex color #C917AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C917AC is #36E853. Grayscale: #5C5C5C. Windows color (decimal): -3598420 or 11278281. OLE color: 11278281.
HSL color Cylindrical-coordinate representation of color #C917AC: hue angle of 309.78º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C917AC is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 23 | 172 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.21 |
| HSL | 309.78º | 0.79% | 0.44% | - |
| HSV(B) | 309.78º | 0.89% | 0.79% | - |
| XYZ | 31.84 | 16.01 | 40.44 | - |
| YUV | 93.21 | 172.47 | 204.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 23 | 172 | 0 | 0.89 | 0.14 | 0.21 | 309.78 | 0.79 | 0.44 |
| Hex | C9 | 17 | AC | 0 | 59 | E | 15 | 136 | 4F | 2C |
| Octal | 311 | 27 | 254 | 0 | 131 | 16 | 25 | 466 | 117 | 54 |
| Binary | 11001001 | 10111 | 10101100 | 0 | 1011001 | 1110 | 10101 | 100110110 | 1001111 | 101100 |
Color Harmonies of #C917AC
Complementary color
Monochromatic Colors of #C917AC
Black with #C917AC
Text Example
Text Example
White with #C917AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C917AC; }
p { color: rgb(201,23,172); }
H1.HeaderClassName
{
color: #C917AC;
}
.AnyTagClassName
{
color: #C917AC;
}
</style>
background-color css
<style>
a { background-color: #C917AC; }
a { background-color: rgb(201,23,172); }
div.DivClassName
{
background-color: #C917AC;
}
.BgClassName
{
background-color: #C917AC;
}
</style>
border-color css
<style>
span { border-color: #C917AC; }
span { border-color: rgb(201,23,172); }
td.TdClassName
{
border-color: #C917AC;
}
.TagClassName
{
border-color: #C917AC;
}
</style>