Shades of Deep Magenta #C91CCC
Tints of Deep Magenta #C91CCC
RGB
CMYK
RGB Variations
Color information
#C91CCC (or 0xC91CCC) is known color: Deep Magenta. HEX triplet: C9, 1C and CC. RGB value is (201,28,204). Sum of RGB (Red+Green+Blue) = 201+28+204=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 28 (11.33% from 255 or 6.47% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #C91CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91CCC is #36E333. Grayscale: #636363. Windows color (decimal): -3597108 or 13376713. OLE color: 13376713.
HSL color Cylindrical-coordinate representation of color #C91CCC: hue angle of 298.98º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C91CCC is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 28 | 204 | - |
| CMYK | 0.01 | 0.86 | 0 | 0.2 |
| HSL | 298.98º | 0.76% | 0.45% | - |
| HSV(B) | 298.98º | 0.86% | 0.8% | - |
| XYZ | 35.4 | 17.61 | 58.66 | - |
| YUV | 99.79 | 186.81 | 200.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 28 | 204 | 0.01 | 0.86 | 0 | 0.2 | 298.98 | 0.76 | 0.45 |
| Hex | C9 | 1C | CC | 1 | 56 | 0 | 14 | 12B | 4C | 2D |
| Octal | 311 | 34 | 314 | 1 | 126 | 0 | 24 | 453 | 114 | 55 |
| Binary | 11001001 | 11100 | 11001100 | 1 | 1010110 | 0 | 10100 | 100101011 | 1001100 | 101101 |
Color Harmonies of #C91CCC
Complementary color
Monochromatic Colors of #C91CCC
Black with #C91CCC
Text Example
Text Example
White with #C91CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91CCC; }
p { color: rgb(201,28,204); }
H1.HeaderClassName
{
color: #C91CCC;
}
.AnyTagClassName
{
color: #C91CCC;
}
</style>
background-color css
<style>
a { background-color: #C91CCC; }
a { background-color: rgb(201,28,204); }
div.DivClassName
{
background-color: #C91CCC;
}
.BgClassName
{
background-color: #C91CCC;
}
</style>
border-color css
<style>
span { border-color: #C91CCC; }
span { border-color: rgb(201,28,204); }
td.TdClassName
{
border-color: #C91CCC;
}
.TagClassName
{
border-color: #C91CCC;
}
</style>