Shades of Deep Magenta #C91CD7
Tints of Deep Magenta #C91CD7
RGB
CMYK
RGB Variations
Color information
#C91CD7 (or 0xC91CD7) is known color: Deep Magenta. HEX triplet: C9, 1C and D7. RGB value is (201,28,215). Sum of RGB (Red+Green+Blue) = 201+28+215=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 28 (11.33% from 255 or 6.31% from 444); Blue value is 215 (84.38% from 255 or 48.42% from 444); Max value from RGB is 215 - color contains mainly: blue. Hex color #C91CD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91CD7 is #36E328. Grayscale: #646464. Windows color (decimal): -3597097 or 14097609. OLE color: 14097609.
HSL color Cylindrical-coordinate representation of color #C91CD7: hue angle of 295.51º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C91CD7 is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 28 | 215 | - |
| CMYK | 0.07 | 0.87 | 0 | 0.16 |
| HSL | 295.51º | 0.77% | 0.48% | - |
| HSV(B) | 295.51º | 0.87% | 0.84% | - |
| XYZ | 36.77 | 18.15 | 65.86 | - |
| YUV | 101.05 | 192.31 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 28 | 215 | 0.07 | 0.87 | 0 | 0.16 | 295.51 | 0.77 | 0.48 |
| Hex | C9 | 1C | D7 | 7 | 57 | 0 | 10 | 128 | 4D | 30 |
| Octal | 311 | 34 | 327 | 7 | 127 | 0 | 20 | 450 | 115 | 60 |
| Binary | 11001001 | 11100 | 11010111 | 111 | 1010111 | 0 | 10000 | 100101000 | 1001101 | 110000 |
Color Harmonies of #C91CD7
Complementary color
Monochromatic Colors of #C91CD7
Black with #C91CD7
Text Example
Text Example
White with #C91CD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91CD7; }
p { color: rgb(201,28,215); }
H1.HeaderClassName
{
color: #C91CD7;
}
.AnyTagClassName
{
color: #C91CD7;
}
</style>
background-color css
<style>
a { background-color: #C91CD7; }
a { background-color: rgb(201,28,215); }
div.DivClassName
{
background-color: #C91CD7;
}
.BgClassName
{
background-color: #C91CD7;
}
</style>
border-color css
<style>
span { border-color: #C91CD7; }
span { border-color: rgb(201,28,215); }
td.TdClassName
{
border-color: #C91CD7;
}
.TagClassName
{
border-color: #C91CD7;
}
</style>