Shades of Deep Magenta #C90FCC
Tints of Deep Magenta #C90FCC
RGB
CMYK
RGB Variations
Color information
#C90FCC (or 0xC90FCC) is known color: Deep Magenta. HEX triplet: C9, 0F and CC. RGB value is (201,15,204). Sum of RGB (Red+Green+Blue) = 201+15+204=420 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.86% from 420); Green value is 15 (6.25% from 255 or 3.57% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #C90FCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90FCC is #36F033. Grayscale: #5B5B5B. Windows color (decimal): -3600436 or 13373385. OLE color: 13373385.
HSL color Cylindrical-coordinate representation of color #C90FCC: hue angle of 299.05º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C90FCC is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 15 | 204 | - |
| CMYK | 0.01 | 0.93 | 0 | 0.2 |
| HSL | 299.05º | 0.86% | 0.43% | - |
| HSV(B) | 299.05º | 0.93% | 0.8% | - |
| XYZ | 35.16 | 17.12 | 58.58 | - |
| YUV | 92.16 | 191.12 | 205.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 15 | 204 | 0.01 | 0.93 | 0 | 0.2 | 299.05 | 0.86 | 0.43 |
| Hex | C9 | F | CC | 1 | 5D | 0 | 14 | 12B | 56 | 2B |
| Octal | 311 | 17 | 314 | 1 | 135 | 0 | 24 | 453 | 126 | 53 |
| Binary | 11001001 | 1111 | 11001100 | 1 | 1011101 | 0 | 10100 | 100101011 | 1010110 | 101011 |
Color Harmonies of #C90FCC
Complementary color
Monochromatic Colors of #C90FCC
Black with #C90FCC
Text Example
Text Example
White with #C90FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90FCC; }
p { color: rgb(201,15,204); }
H1.HeaderClassName
{
color: #C90FCC;
}
.AnyTagClassName
{
color: #C90FCC;
}
</style>
background-color css
<style>
a { background-color: #C90FCC; }
a { background-color: rgb(201,15,204); }
div.DivClassName
{
background-color: #C90FCC;
}
.BgClassName
{
background-color: #C90FCC;
}
</style>
border-color css
<style>
span { border-color: #C90FCC; }
span { border-color: rgb(201,15,204); }
td.TdClassName
{
border-color: #C90FCC;
}
.TagClassName
{
border-color: #C90FCC;
}
</style>