Shades of Deep Magenta #C90ECF
Tints of Deep Magenta #C90ECF
RGB
CMYK
RGB Variations
Color information
#C90ECF (or 0xC90ECF) is known color: Deep Magenta. HEX triplet: C9, 0E and CF. RGB value is (201,14,207). Sum of RGB (Red+Green+Blue) = 201+14+207=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 14 (5.86% from 255 or 3.32% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #C90ECF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90ECF is #36F130. Grayscale: #5B5B5B. Windows color (decimal): -3600689 or 13569737. OLE color: 13569737.
HSL color Cylindrical-coordinate representation of color #C90ECF: hue angle of 298.13º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C90ECF is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 14 | 207 | - |
| CMYK | 0.03 | 0.93 | 0 | 0.19 |
| HSL | 298.13º | 0.87% | 0.43% | - |
| HSV(B) | 298.13º | 0.93% | 0.81% | - |
| XYZ | 35.51 | 17.24 | 60.49 | - |
| YUV | 91.92 | 192.95 | 205.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 14 | 207 | 0.03 | 0.93 | 0 | 0.19 | 298.13 | 0.87 | 0.43 |
| Hex | C9 | E | CF | 3 | 5D | 0 | 13 | 12A | 57 | 2B |
| Octal | 311 | 16 | 317 | 3 | 135 | 0 | 23 | 452 | 127 | 53 |
| Binary | 11001001 | 1110 | 11001111 | 11 | 1011101 | 0 | 10011 | 100101010 | 1010111 | 101011 |
Color Harmonies of #C90ECF
Complementary color
Monochromatic Colors of #C90ECF
Black with #C90ECF
Text Example
Text Example
White with #C90ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90ECF; }
p { color: rgb(201,14,207); }
H1.HeaderClassName
{
color: #C90ECF;
}
.AnyTagClassName
{
color: #C90ECF;
}
</style>
background-color css
<style>
a { background-color: #C90ECF; }
a { background-color: rgb(201,14,207); }
div.DivClassName
{
background-color: #C90ECF;
}
.BgClassName
{
background-color: #C90ECF;
}
</style>
border-color css
<style>
span { border-color: #C90ECF; }
span { border-color: rgb(201,14,207); }
td.TdClassName
{
border-color: #C90ECF;
}
.TagClassName
{
border-color: #C90ECF;
}
</style>