Shades of Deep Magenta #C91CCD
Tints of Deep Magenta #C91CCD
RGB
CMYK
RGB Variations
Color information
#C91CCD (or 0xC91CCD) is known color: Deep Magenta. HEX triplet: C9, 1C and CD. RGB value is (201,28,205). Sum of RGB (Red+Green+Blue) = 201+28+205=434 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.31% from 434); Green value is 28 (11.33% from 255 or 6.45% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #C91CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91CCD is #36E332. Grayscale: #636363. Windows color (decimal): -3597107 or 13442249. OLE color: 13442249.
HSL color Cylindrical-coordinate representation of color #C91CCD: hue angle of 298.64º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C91CCD is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 28 | 205 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.20 |
| HSL | 298.64º | 0.76% | 0.46% | - |
| HSV(B) | 298.64º | 0.86% | 0.8% | - |
| XYZ | 35.52 | 17.66 | 59.29 | - |
| YUV | 99.91 | 187.31 | 200.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 28 | 205 | 0.02 | 0.86 | 0 | 0.20 | 298.64 | 0.76 | 0.46 |
| Hex | C9 | 1C | CD | 2 | 56 | 0 | 14 | 12B | 4C | 2E |
| Octal | 311 | 34 | 315 | 2 | 126 | 0 | 24 | 453 | 114 | 56 |
| Binary | 11001001 | 11100 | 11001101 | 10 | 1010110 | 0 | 10100 | 100101011 | 1001100 | 101110 |
Color Harmonies of #C91CCD
Complementary color
Monochromatic Colors of #C91CCD
Black with #C91CCD
Text Example
Text Example
White with #C91CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91CCD; }
p { color: rgb(201,28,205); }
H1.HeaderClassName
{
color: #C91CCD;
}
.AnyTagClassName
{
color: #C91CCD;
}
</style>
background-color css
<style>
a { background-color: #C91CCD; }
a { background-color: rgb(201,28,205); }
div.DivClassName
{
background-color: #C91CCD;
}
.BgClassName
{
background-color: #C91CCD;
}
</style>
border-color css
<style>
span { border-color: #C91CCD; }
span { border-color: rgb(201,28,205); }
td.TdClassName
{
border-color: #C91CCD;
}
.TagClassName
{
border-color: #C91CCD;
}
</style>