Shades of Deep Magenta #C902E0
Tints of Deep Magenta #C902E0
RGB
CMYK
RGB Variations
Color information
#C902E0 (or 0xC902E0) is known color: Deep Magenta. HEX triplet: C9, 02 and E0. RGB value is (201,2,224). Sum of RGB (Red+Green+Blue) = 201+2+224=427 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.07% from 427); Green value is 2 (1.17% from 255 or 0.47% from 427); Blue value is 224 (87.89% from 255 or 52.46% from 427); Max value from RGB is 224 - color contains mainly: blue. Hex color #C902E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C902E0 is #36FD1F. Grayscale: #565656. Windows color (decimal): -3603744 or 14680777. OLE color: 14680777.
HSL color Cylindrical-coordinate representation of color #C902E0: hue angle of 293.78º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C902E0 is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 2 | 224 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.12 |
| HSL | 293.78º | 0.98% | 0.44% | - |
| HSV(B) | 293.78º | 0.99% | 0.88% | - |
| XYZ | 37.56 | 17.84 | 71.99 | - |
| YUV | 86.81 | 205.43 | 209.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 2 | 224 | 0.10 | 0.99 | 0 | 0.12 | 293.78 | 0.98 | 0.44 |
| Hex | C9 | 2 | E0 | A | 63 | 0 | C | 126 | 62 | 2C |
| Octal | 311 | 2 | 340 | 12 | 143 | 0 | 14 | 446 | 142 | 54 |
| Binary | 11001001 | 10 | 11100000 | 1010 | 1100011 | 0 | 1100 | 100100110 | 1100010 | 101100 |
Color Harmonies of #C902E0
Complementary color
Monochromatic Colors of #C902E0
Black with #C902E0
Text Example
Text Example
White with #C902E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C902E0; }
p { color: rgb(201,2,224); }
H1.HeaderClassName
{
color: #C902E0;
}
.AnyTagClassName
{
color: #C902E0;
}
</style>
background-color css
<style>
a { background-color: #C902E0; }
a { background-color: rgb(201,2,224); }
div.DivClassName
{
background-color: #C902E0;
}
.BgClassName
{
background-color: #C902E0;
}
</style>
border-color css
<style>
span { border-color: #C902E0; }
span { border-color: rgb(201,2,224); }
td.TdClassName
{
border-color: #C902E0;
}
.TagClassName
{
border-color: #C902E0;
}
</style>