Shades of Deep Magenta #C90FC7
Tints of Deep Magenta #C90FC7
RGB
CMYK
RGB Variations
Color information
#C90FC7 (or 0xC90FC7) is known color: Deep Magenta. HEX triplet: C9, 0F and C7. RGB value is (201,15,199). Sum of RGB (Red+Green+Blue) = 201+15+199=415 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.43% from 415); Green value is 15 (6.25% from 255 or 3.61% from 415); Blue value is 199 (78.12% from 255 or 47.95% from 415); Max value from RGB is 201 - color contains mainly: red. Hex color #C90FC7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90FC7 is #36F038. Grayscale: #5B5B5B. Windows color (decimal): -3600441 or 13045705. OLE color: 13045705.
HSL color Cylindrical-coordinate representation of color #C90FC7: hue angle of 300.65º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C90FC7 is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 15 | 199 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.21 |
| HSL | 300.65º | 0.86% | 0.42% | - |
| HSV(B) | 300.65º | 0.93% | 0.79% | - |
| XYZ | 34.57 | 16.88 | 55.47 | - |
| YUV | 91.59 | 188.62 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 15 | 199 | 0 | 0.93 | 0.01 | 0.21 | 300.65 | 0.86 | 0.42 |
| Hex | C9 | F | C7 | 0 | 5D | 1 | 15 | 12D | 56 | 2A |
| Octal | 311 | 17 | 307 | 0 | 135 | 1 | 25 | 455 | 126 | 52 |
| Binary | 11001001 | 1111 | 11000111 | 0 | 1011101 | 1 | 10101 | 100101101 | 1010110 | 101010 |
Color Harmonies of #C90FC7
Complementary color
Monochromatic Colors of #C90FC7
Black with #C90FC7
Text Example
Text Example
White with #C90FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90FC7; }
p { color: rgb(201,15,199); }
H1.HeaderClassName
{
color: #C90FC7;
}
.AnyTagClassName
{
color: #C90FC7;
}
</style>
background-color css
<style>
a { background-color: #C90FC7; }
a { background-color: rgb(201,15,199); }
div.DivClassName
{
background-color: #C90FC7;
}
.BgClassName
{
background-color: #C90FC7;
}
</style>
border-color css
<style>
span { border-color: #C90FC7; }
span { border-color: rgb(201,15,199); }
td.TdClassName
{
border-color: #C90FC7;
}
.TagClassName
{
border-color: #C90FC7;
}
</style>