Shades of Deep Magenta #C91BCB
Tints of Deep Magenta #C91BCB
RGB
CMYK
RGB Variations
Color information
#C91BCB (or 0xC91BCB) is known color: Deep Magenta. HEX triplet: C9, 1B and CB. RGB value is (201,27,203). Sum of RGB (Red+Green+Blue) = 201+27+203=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 27 (10.94% from 255 or 6.26% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #C91BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91BCB is #36E434. Grayscale: #626262. Windows color (decimal): -3597365 or 13310921. OLE color: 13310921.
HSL color Cylindrical-coordinate representation of color #C91BCB: hue angle of 299.32º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C91BCB is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 27 | 203 | - |
| CMYK | 0.01 | 0.87 | 0 | 0.20 |
| HSL | 299.32º | 0.77% | 0.45% | - |
| HSV(B) | 299.32º | 0.87% | 0.8% | - |
| XYZ | 35.26 | 17.51 | 58.02 | - |
| YUV | 99.09 | 186.65 | 200.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 27 | 203 | 0.01 | 0.87 | 0 | 0.20 | 299.32 | 0.77 | 0.45 |
| Hex | C9 | 1B | CB | 1 | 57 | 0 | 14 | 12B | 4D | 2D |
| Octal | 311 | 33 | 313 | 1 | 127 | 0 | 24 | 453 | 115 | 55 |
| Binary | 11001001 | 11011 | 11001011 | 1 | 1010111 | 0 | 10100 | 100101011 | 1001101 | 101101 |
Color Harmonies of #C91BCB
Complementary color
Monochromatic Colors of #C91BCB
Black with #C91BCB
Text Example
Text Example
White with #C91BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91BCB; }
p { color: rgb(201,27,203); }
H1.HeaderClassName
{
color: #C91BCB;
}
.AnyTagClassName
{
color: #C91BCB;
}
</style>
background-color css
<style>
a { background-color: #C91BCB; }
a { background-color: rgb(201,27,203); }
div.DivClassName
{
background-color: #C91BCB;
}
.BgClassName
{
background-color: #C91BCB;
}
</style>
border-color css
<style>
span { border-color: #C91BCB; }
span { border-color: rgb(201,27,203); }
td.TdClassName
{
border-color: #C91BCB;
}
.TagClassName
{
border-color: #C91BCB;
}
</style>