Shades of Deep Magenta #C91FC7
Tints of Deep Magenta #C91FC7
RGB
CMYK
RGB Variations
Color information
#C91FC7 (or 0xC91FC7) is known color: Deep Magenta. HEX triplet: C9, 1F and C7. RGB value is (201,31,199). Sum of RGB (Red+Green+Blue) = 201+31+199=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 31 (12.5% from 255 or 7.19% from 431); Blue value is 199 (78.12% from 255 or 46.17% from 431); Max value from RGB is 201 - color contains mainly: red. Hex color #C91FC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91FC7 is #36E038. Grayscale: #646464. Windows color (decimal): -3596345 or 13049801. OLE color: 13049801.
HSL color Cylindrical-coordinate representation of color #C91FC7: hue angle of 300.71º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C91FC7 is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 31 | 199 | - |
| CMYK | 0 | 0.85 | 0.01 | 0.21 |
| HSL | 300.71º | 0.73% | 0.45% | - |
| HSV(B) | 300.71º | 0.85% | 0.79% | - |
| XYZ | 34.89 | 17.52 | 55.58 | - |
| YUV | 100.98 | 183.32 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 31 | 199 | 0 | 0.85 | 0.01 | 0.21 | 300.71 | 0.73 | 0.45 |
| Hex | C9 | 1F | C7 | 0 | 55 | 1 | 15 | 12D | 49 | 2D |
| Octal | 311 | 37 | 307 | 0 | 125 | 1 | 25 | 455 | 111 | 55 |
| Binary | 11001001 | 11111 | 11000111 | 0 | 1010101 | 1 | 10101 | 100101101 | 1001001 | 101101 |
Color Harmonies of #C91FC7
Complementary color
Monochromatic Colors of #C91FC7
Black with #C91FC7
Text Example
Text Example
White with #C91FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91FC7; }
p { color: rgb(201,31,199); }
H1.HeaderClassName
{
color: #C91FC7;
}
.AnyTagClassName
{
color: #C91FC7;
}
</style>
background-color css
<style>
a { background-color: #C91FC7; }
a { background-color: rgb(201,31,199); }
div.DivClassName
{
background-color: #C91FC7;
}
.BgClassName
{
background-color: #C91FC7;
}
</style>
border-color css
<style>
span { border-color: #C91FC7; }
span { border-color: rgb(201,31,199); }
td.TdClassName
{
border-color: #C91FC7;
}
.TagClassName
{
border-color: #C91FC7;
}
</style>