Shades of Deep Magenta #C91FB3
Tints of Deep Magenta #C91FB3
RGB
CMYK
RGB Variations
Color information
#C91FB3 (or 0xC91FB3) is known color: Deep Magenta. HEX triplet: C9, 1F and B3. RGB value is (201,31,179). Sum of RGB (Red+Green+Blue) = 201+31+179=411 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.91% from 411); Green value is 31 (12.5% from 255 or 7.54% from 411); Blue value is 179 (70.31% from 255 or 43.55% from 411); Max value from RGB is 201 - color contains mainly: red. Hex color #C91FB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91FB3 is #36E04C. Grayscale: #626262. Windows color (decimal): -3596365 or 11739081. OLE color: 11739081.
HSL color Cylindrical-coordinate representation of color #C91FB3: hue angle of 307.76º 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 #C91FB3 is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 31 | 179 | - |
| CMYK | 0 | 0.85 | 0.11 | 0.21 |
| HSL | 307.76º | 0.73% | 0.45% | - |
| HSV(B) | 307.76º | 0.85% | 0.79% | - |
| XYZ | 32.71 | 16.65 | 44.14 | - |
| YUV | 98.7 | 173.32 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 31 | 179 | 0 | 0.85 | 0.11 | 0.21 | 307.76 | 0.73 | 0.45 |
| Hex | C9 | 1F | B3 | 0 | 55 | B | 15 | 134 | 49 | 2D |
| Octal | 311 | 37 | 263 | 0 | 125 | 13 | 25 | 464 | 111 | 55 |
| Binary | 11001001 | 11111 | 10110011 | 0 | 1010101 | 1011 | 10101 | 100110100 | 1001001 | 101101 |
Color Harmonies of #C91FB3
Complementary color
Monochromatic Colors of #C91FB3
Black with #C91FB3
Text Example
Text Example
White with #C91FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91FB3; }
p { color: rgb(201,31,179); }
H1.HeaderClassName
{
color: #C91FB3;
}
.AnyTagClassName
{
color: #C91FB3;
}
</style>
background-color css
<style>
a { background-color: #C91FB3; }
a { background-color: rgb(201,31,179); }
div.DivClassName
{
background-color: #C91FB3;
}
.BgClassName
{
background-color: #C91FB3;
}
</style>
border-color css
<style>
span { border-color: #C91FB3; }
span { border-color: rgb(201,31,179); }
td.TdClassName
{
border-color: #C91FB3;
}
.TagClassName
{
border-color: #C91FB3;
}
</style>