Shades of Deep Magenta #C91CDC
Tints of Deep Magenta #C91CDC
RGB
CMYK
RGB Variations
Color information
#C91CDC (or 0xC91CDC) is known color: Deep Magenta. HEX triplet: C9, 1C and DC. RGB value is (201,28,220). Sum of RGB (Red+Green+Blue) = 201+28+220=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 28 (11.33% from 255 or 6.24% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #C91CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91CDC is #36E323. Grayscale: #656565. Windows color (decimal): -3597092 or 14425289. OLE color: 14425289.
HSL color Cylindrical-coordinate representation of color #C91CDC: hue angle of 294.06º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C91CDC is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 28 | 220 | - |
| CMYK | 0.09 | 0.87 | 0 | 0.14 |
| HSL | 294.06º | 0.77% | 0.49% | - |
| HSV(B) | 294.06º | 0.87% | 0.86% | - |
| XYZ | 37.42 | 18.42 | 69.29 | - |
| YUV | 101.62 | 194.81 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 28 | 220 | 0.09 | 0.87 | 0 | 0.14 | 294.06 | 0.77 | 0.49 |
| Hex | C9 | 1C | DC | 9 | 57 | 0 | E | 126 | 4D | 31 |
| Octal | 311 | 34 | 334 | 11 | 127 | 0 | 16 | 446 | 115 | 61 |
| Binary | 11001001 | 11100 | 11011100 | 1001 | 1010111 | 0 | 1110 | 100100110 | 1001101 | 110001 |
Color Harmonies of #C91CDC
Complementary color
Monochromatic Colors of #C91CDC
Black with #C91CDC
Text Example
Text Example
White with #C91CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91CDC; }
p { color: rgb(201,28,220); }
H1.HeaderClassName
{
color: #C91CDC;
}
.AnyTagClassName
{
color: #C91CDC;
}
</style>
background-color css
<style>
a { background-color: #C91CDC; }
a { background-color: rgb(201,28,220); }
div.DivClassName
{
background-color: #C91CDC;
}
.BgClassName
{
background-color: #C91CDC;
}
</style>
border-color css
<style>
span { border-color: #C91CDC; }
span { border-color: rgb(201,28,220); }
td.TdClassName
{
border-color: #C91CDC;
}
.TagClassName
{
border-color: #C91CDC;
}
</style>