Shades of Deep Magenta #C91CBE
Tints of Deep Magenta #C91CBE
RGB
CMYK
RGB Variations
Color information
#C91CBE (or 0xC91CBE) is known color: Deep Magenta. HEX triplet: C9, 1C and BE. RGB value is (201,28,190). Sum of RGB (Red+Green+Blue) = 201+28+190=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 28 (11.33% from 255 or 6.68% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C91CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91CBE is #36E341. Grayscale: #616161. Windows color (decimal): -3597122 or 12459209. OLE color: 12459209.
HSL color Cylindrical-coordinate representation of color #C91CBE: hue angle of 303.82º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C91CBE is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 28 | 190 | - |
| CMYK | 0 | 0.86 | 0.05 | 0.21 |
| HSL | 303.82º | 0.76% | 0.45% | - |
| HSV(B) | 303.82º | 0.86% | 0.79% | - |
| XYZ | 33.8 | 16.97 | 50.21 | - |
| YUV | 98.2 | 179.81 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 28 | 190 | 0 | 0.86 | 0.05 | 0.21 | 303.82 | 0.76 | 0.45 |
| Hex | C9 | 1C | BE | 0 | 56 | 5 | 15 | 130 | 4C | 2D |
| Octal | 311 | 34 | 276 | 0 | 126 | 5 | 25 | 460 | 114 | 55 |
| Binary | 11001001 | 11100 | 10111110 | 0 | 1010110 | 101 | 10101 | 100110000 | 1001100 | 101101 |
Color Harmonies of #C91CBE
Complementary color
Monochromatic Colors of #C91CBE
Black with #C91CBE
Text Example
Text Example
White with #C91CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91CBE; }
p { color: rgb(201,28,190); }
H1.HeaderClassName
{
color: #C91CBE;
}
.AnyTagClassName
{
color: #C91CBE;
}
</style>
background-color css
<style>
a { background-color: #C91CBE; }
a { background-color: rgb(201,28,190); }
div.DivClassName
{
background-color: #C91CBE;
}
.BgClassName
{
background-color: #C91CBE;
}
</style>
border-color css
<style>
span { border-color: #C91CBE; }
span { border-color: rgb(201,28,190); }
td.TdClassName
{
border-color: #C91CBE;
}
.TagClassName
{
border-color: #C91CBE;
}
</style>