Shades of Deep Magenta #C90CCD
Tints of Deep Magenta #C90CCD
RGB
CMYK
RGB Variations
Color information
#C90CCD (or 0xC90CCD) is known color: Deep Magenta. HEX triplet: C9, 0C and CD. RGB value is (201,12,205). Sum of RGB (Red+Green+Blue) = 201+12+205=418 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.09% from 418); Green value is 12 (5.08% from 255 or 2.87% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #C90CCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90CCD is #36F332. Grayscale: #595959. Windows color (decimal): -3601203 or 13438153. OLE color: 13438153.
HSL color Cylindrical-coordinate representation of color #C90CCD: hue angle of 298.76º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C90CCD is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 12 | 205 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.20 |
| HSL | 298.76º | 0.89% | 0.43% | - |
| HSV(B) | 298.76º | 0.94% | 0.8% | - |
| XYZ | 35.24 | 17.09 | 59.2 | - |
| YUV | 90.51 | 192.62 | 206.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 12 | 205 | 0.02 | 0.94 | 0 | 0.20 | 298.76 | 0.89 | 0.43 |
| Hex | C9 | C | CD | 2 | 5E | 0 | 14 | 12B | 59 | 2B |
| Octal | 311 | 14 | 315 | 2 | 136 | 0 | 24 | 453 | 131 | 53 |
| Binary | 11001001 | 1100 | 11001101 | 10 | 1011110 | 0 | 10100 | 100101011 | 1011001 | 101011 |
Color Harmonies of #C90CCD
Complementary color
Monochromatic Colors of #C90CCD
Black with #C90CCD
Text Example
Text Example
White with #C90CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90CCD; }
p { color: rgb(201,12,205); }
H1.HeaderClassName
{
color: #C90CCD;
}
.AnyTagClassName
{
color: #C90CCD;
}
</style>
background-color css
<style>
a { background-color: #C90CCD; }
a { background-color: rgb(201,12,205); }
div.DivClassName
{
background-color: #C90CCD;
}
.BgClassName
{
background-color: #C90CCD;
}
</style>
border-color css
<style>
span { border-color: #C90CCD; }
span { border-color: rgb(201,12,205); }
td.TdClassName
{
border-color: #C90CCD;
}
.TagClassName
{
border-color: #C90CCD;
}
</style>