Shades of Deep Magenta #C91AD4
Tints of Deep Magenta #C91AD4
RGB
CMYK
RGB Variations
Color information
#C91AD4 (or 0xC91AD4) is known color: Deep Magenta. HEX triplet: C9, 1A and D4. RGB value is (201,26,212). Sum of RGB (Red+Green+Blue) = 201+26+212=439 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.79% from 439); Green value is 26 (10.55% from 255 or 5.92% from 439); Blue value is 212 (83.20% from 255 or 48.29% from 439); Max value from RGB is 212 - color contains mainly: blue. Hex color #C91AD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91AD4 is #36E52B. Grayscale: #626262. Windows color (decimal): -3597612 or 13900489. OLE color: 13900489.
HSL color Cylindrical-coordinate representation of color #C91AD4: hue angle of 296.45º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C91AD4 is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 201 | 26 | 212 | - |
| CMYK | 0.05 | 0.88 | 0 | 0.17 |
| HSL | 296.45º | 0.78% | 0.47% | - |
| HSV(B) | 296.45º | 0.88% | 0.83% | - |
| XYZ | 36.34 | 17.91 | 63.83 | - |
| YUV | 99.53 | 191.48 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 26 | 212 | 0.05 | 0.88 | 0 | 0.17 | 296.45 | 0.78 | 0.47 |
| Hex | C9 | 1A | D4 | 5 | 58 | 0 | 11 | 128 | 4E | 2F |
| Octal | 311 | 32 | 324 | 5 | 130 | 0 | 21 | 450 | 116 | 57 |
| Binary | 11001001 | 11010 | 11010100 | 101 | 1011000 | 0 | 10001 | 100101000 | 1001110 | 101111 |
Color Harmonies of #C91AD4
Complementary color
Monochromatic Colors of #C91AD4
Black with #C91AD4
Text Example
Text Example
White with #C91AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91AD4; }
p { color: rgb(201,26,212); }
H1.HeaderClassName
{
color: #C91AD4;
}
.AnyTagClassName
{
color: #C91AD4;
}
</style>
background-color css
<style>
a { background-color: #C91AD4; }
a { background-color: rgb(201,26,212); }
div.DivClassName
{
background-color: #C91AD4;
}
.BgClassName
{
background-color: #C91AD4;
}
</style>
border-color css
<style>
span { border-color: #C91AD4; }
span { border-color: rgb(201,26,212); }
td.TdClassName
{
border-color: #C91AD4;
}
.TagClassName
{
border-color: #C91AD4;
}
</style>