Shades of Deep Magenta #C91FB5
Tints of Deep Magenta #C91FB5
RGB
CMYK
RGB Variations
Color information
#C91FB5 (or 0xC91FB5) is known color: Deep Magenta. HEX triplet: C9, 1F and B5. RGB value is (201,31,181). Sum of RGB (Red+Green+Blue) = 201+31+181=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 31 (12.5% from 255 or 7.51% from 413); Blue value is 181 (71.09% from 255 or 43.83% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C91FB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91FB5 is #36E04A. Grayscale: #626262. Windows color (decimal): -3596363 or 11870153. OLE color: 11870153.
HSL color Cylindrical-coordinate representation of color #C91FB5: hue angle of 307.06º 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 #C91FB5 is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 31 | 181 | - |
| CMYK | 0 | 0.85 | 0.10 | 0.21 |
| HSL | 307.06º | 0.73% | 0.45% | - |
| HSV(B) | 307.06º | 0.85% | 0.79% | - |
| XYZ | 32.92 | 16.73 | 45.21 | - |
| YUV | 98.93 | 174.32 | 200.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 31 | 181 | 0 | 0.85 | 0.10 | 0.21 | 307.06 | 0.73 | 0.45 |
| Hex | C9 | 1F | B5 | 0 | 55 | A | 15 | 133 | 49 | 2D |
| Octal | 311 | 37 | 265 | 0 | 125 | 12 | 25 | 463 | 111 | 55 |
| Binary | 11001001 | 11111 | 10110101 | 0 | 1010101 | 1010 | 10101 | 100110011 | 1001001 | 101101 |
Color Harmonies of #C91FB5
Complementary color
Monochromatic Colors of #C91FB5
Black with #C91FB5
Text Example
Text Example
White with #C91FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91FB5; }
p { color: rgb(201,31,181); }
H1.HeaderClassName
{
color: #C91FB5;
}
.AnyTagClassName
{
color: #C91FB5;
}
</style>
background-color css
<style>
a { background-color: #C91FB5; }
a { background-color: rgb(201,31,181); }
div.DivClassName
{
background-color: #C91FB5;
}
.BgClassName
{
background-color: #C91FB5;
}
</style>
border-color css
<style>
span { border-color: #C91FB5; }
span { border-color: rgb(201,31,181); }
td.TdClassName
{
border-color: #C91FB5;
}
.TagClassName
{
border-color: #C91FB5;
}
</style>