Shades of Deep Magenta #C91CC9
Tints of Deep Magenta #C91CC9
RGB
CMYK
RGB Variations
Color information
#C91CC9 (or 0xC91CC9) is known color: Deep Magenta. HEX triplet: C9, 1C and C9. RGB value is (201,28,201). Sum of RGB (Red+Green+Blue) = 201+28+201=430 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.74% from 430); Green value is 28 (11.33% from 255 or 6.51% from 430); Blue value is 201 (78.91% from 255 or 46.74% from 430); Max value from RGB is 201 - color contains mainly: red, blue. Hex color #C91CC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91CC9 is #36E336. Grayscale: #626262. Windows color (decimal): -3597111 or 13180105. OLE color: 13180105.
HSL color Cylindrical-coordinate representation of color #C91CC9: hue angle of 300º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C91CC9 is Cyan = 0, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 28 | 201 | - |
| CMYK | 0 | 0.86 | 0 | 0.21 |
| HSL | 300º | 0.76% | 0.45% | - |
| HSV(B) | 300º | 0.86% | 0.79% | - |
| XYZ | 35.05 | 17.47 | 56.78 | - |
| YUV | 99.45 | 185.31 | 200.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 28 | 201 | 0 | 0.86 | 0 | 0.21 | 300 | 0.76 | 0.45 |
| Hex | C9 | 1C | C9 | 0 | 56 | 0 | 15 | 12C | 4C | 2D |
| Octal | 311 | 34 | 311 | 0 | 126 | 0 | 25 | 454 | 114 | 55 |
| Binary | 11001001 | 11100 | 11001001 | 0 | 1010110 | 0 | 10101 | 100101100 | 1001100 | 101101 |
Color Harmonies of #C91CC9
Complementary color
Monochromatic Colors of #C91CC9
Black with #C91CC9
Text Example
Text Example
White with #C91CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91CC9; }
p { color: rgb(201,28,201); }
H1.HeaderClassName
{
color: #C91CC9;
}
.AnyTagClassName
{
color: #C91CC9;
}
</style>
background-color css
<style>
a { background-color: #C91CC9; }
a { background-color: rgb(201,28,201); }
div.DivClassName
{
background-color: #C91CC9;
}
.BgClassName
{
background-color: #C91CC9;
}
</style>
border-color css
<style>
span { border-color: #C91CC9; }
span { border-color: rgb(201,28,201); }
td.TdClassName
{
border-color: #C91CC9;
}
.TagClassName
{
border-color: #C91CC9;
}
</style>