Shades of Deep Magenta #C91EB3
Tints of Deep Magenta #C91EB3
RGB
CMYK
RGB Variations
Color information
#C91EB3 (or 0xC91EB3) is known color: Deep Magenta. HEX triplet: C9, 1E and B3. RGB value is (201,30,179). Sum of RGB (Red+Green+Blue) = 201+30+179=410 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.02% from 410); Green value is 30 (12.11% from 255 or 7.32% from 410); Blue value is 179 (70.31% from 255 or 43.66% from 410); Max value from RGB is 201 - color contains mainly: red. Hex color #C91EB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91EB3 is #36E14C. Grayscale: #616161. Windows color (decimal): -3596621 or 11738825. OLE color: 11738825.
HSL color Cylindrical-coordinate representation of color #C91EB3: hue angle of 307.72º degrees, saturation: 0.74, 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 #C91EB3 is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 30 | 179 | - |
| CMYK | 0 | 0.85 | 0.11 | 0.21 |
| HSL | 307.72º | 0.74% | 0.45% | - |
| HSV(B) | 307.72º | 0.85% | 0.79% | - |
| XYZ | 32.69 | 16.6 | 44.13 | - |
| YUV | 98.12 | 173.65 | 201.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 30 | 179 | 0 | 0.85 | 0.11 | 0.21 | 307.72 | 0.74 | 0.45 |
| Hex | C9 | 1E | B3 | 0 | 55 | B | 15 | 134 | 4A | 2D |
| Octal | 311 | 36 | 263 | 0 | 125 | 13 | 25 | 464 | 112 | 55 |
| Binary | 11001001 | 11110 | 10110011 | 0 | 1010101 | 1011 | 10101 | 100110100 | 1001010 | 101101 |
Color Harmonies of #C91EB3
Complementary color
Monochromatic Colors of #C91EB3
Black with #C91EB3
Text Example
Text Example
White with #C91EB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91EB3; }
p { color: rgb(201,30,179); }
H1.HeaderClassName
{
color: #C91EB3;
}
.AnyTagClassName
{
color: #C91EB3;
}
</style>
background-color css
<style>
a { background-color: #C91EB3; }
a { background-color: rgb(201,30,179); }
div.DivClassName
{
background-color: #C91EB3;
}
.BgClassName
{
background-color: #C91EB3;
}
</style>
border-color css
<style>
span { border-color: #C91EB3; }
span { border-color: rgb(201,30,179); }
td.TdClassName
{
border-color: #C91EB3;
}
.TagClassName
{
border-color: #C91EB3;
}
</style>