Shades of Deep Magenta #C91AD5
Tints of Deep Magenta #C91AD5
RGB
CMYK
RGB Variations
Color information
#C91AD5 (or 0xC91AD5) is known color: Deep Magenta. HEX triplet: C9, 1A and D5. RGB value is (201,26,213). Sum of RGB (Red+Green+Blue) = 201+26+213=440 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.68% from 440); Green value is 26 (10.55% from 255 or 5.91% from 440); Blue value is 213 (83.59% from 255 or 48.41% from 440); Max value from RGB is 213 - color contains mainly: blue. Hex color #C91AD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91AD5 is #36E52A. Grayscale: #636363. Windows color (decimal): -3597611 or 13966025. OLE color: 13966025.
HSL color Cylindrical-coordinate representation of color #C91AD5: hue angle of 296.15º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C91AD5 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 26 | 213 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.16 |
| HSL | 296.15º | 0.78% | 0.47% | - |
| HSV(B) | 296.15º | 0.88% | 0.84% | - |
| XYZ | 36.47 | 17.96 | 64.5 | - |
| YUV | 99.64 | 191.98 | 200.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 26 | 213 | 0.06 | 0.88 | 0 | 0.16 | 296.15 | 0.78 | 0.47 |
| Hex | C9 | 1A | D5 | 6 | 58 | 0 | 10 | 128 | 4E | 2F |
| Octal | 311 | 32 | 325 | 6 | 130 | 0 | 20 | 450 | 116 | 57 |
| Binary | 11001001 | 11010 | 11010101 | 110 | 1011000 | 0 | 10000 | 100101000 | 1001110 | 101111 |
Color Harmonies of #C91AD5
Complementary color
Monochromatic Colors of #C91AD5
Black with #C91AD5
Text Example
Text Example
White with #C91AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91AD5; }
p { color: rgb(201,26,213); }
H1.HeaderClassName
{
color: #C91AD5;
}
.AnyTagClassName
{
color: #C91AD5;
}
</style>
background-color css
<style>
a { background-color: #C91AD5; }
a { background-color: rgb(201,26,213); }
div.DivClassName
{
background-color: #C91AD5;
}
.BgClassName
{
background-color: #C91AD5;
}
</style>
border-color css
<style>
span { border-color: #C91AD5; }
span { border-color: rgb(201,26,213); }
td.TdClassName
{
border-color: #C91AD5;
}
.TagClassName
{
border-color: #C91AD5;
}
</style>