Shades of Deep Magenta #C90CE0
Tints of Deep Magenta #C90CE0
RGB
CMYK
RGB Variations
Color information
#C90CE0 (or 0xC90CE0) is known color: Deep Magenta. HEX triplet: C9, 0C and E0. RGB value is (201,12,224). Sum of RGB (Red+Green+Blue) = 201+12+224=437 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.00% from 437); Green value is 12 (5.08% from 255 or 2.75% from 437); Blue value is 224 (87.89% from 255 or 51.26% from 437); Max value from RGB is 224 - color contains mainly: blue. Hex color #C90CE0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90CE0 is #36F31F. Grayscale: #5C5C5C. Windows color (decimal): -3601184 or 14683337. OLE color: 14683337.
HSL color Cylindrical-coordinate representation of color #C90CE0: hue angle of 293.49º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C90CE0 is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 12 | 224 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.12 |
| HSL | 293.49º | 0.9% | 0.46% | - |
| HSV(B) | 293.49º | 0.95% | 0.88% | - |
| XYZ | 37.67 | 18.06 | 72.02 | - |
| YUV | 92.68 | 202.12 | 205.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 12 | 224 | 0.10 | 0.95 | 0 | 0.12 | 293.49 | 0.9 | 0.46 |
| Hex | C9 | C | E0 | A | 5F | 0 | C | 125 | 5A | 2E |
| Octal | 311 | 14 | 340 | 12 | 137 | 0 | 14 | 445 | 132 | 56 |
| Binary | 11001001 | 1100 | 11100000 | 1010 | 1011111 | 0 | 1100 | 100100101 | 1011010 | 101110 |
Color Harmonies of #C90CE0
Complementary color
Monochromatic Colors of #C90CE0
Black with #C90CE0
Text Example
Text Example
White with #C90CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90CE0; }
p { color: rgb(201,12,224); }
H1.HeaderClassName
{
color: #C90CE0;
}
.AnyTagClassName
{
color: #C90CE0;
}
</style>
background-color css
<style>
a { background-color: #C90CE0; }
a { background-color: rgb(201,12,224); }
div.DivClassName
{
background-color: #C90CE0;
}
.BgClassName
{
background-color: #C90CE0;
}
</style>
border-color css
<style>
span { border-color: #C90CE0; }
span { border-color: rgb(201,12,224); }
td.TdClassName
{
border-color: #C90CE0;
}
.TagClassName
{
border-color: #C90CE0;
}
</style>