Shades of Deep Magenta #C902E1
Tints of Deep Magenta #C902E1
RGB
CMYK
RGB Variations
Color information
#C902E1 (or 0xC902E1) is known color: Deep Magenta. HEX triplet: C9, 02 and E1. RGB value is (201,2,225). Sum of RGB (Red+Green+Blue) = 201+2+225=428 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.96% from 428); Green value is 2 (1.17% from 255 or 0.47% from 428); Blue value is 225 (88.28% from 255 or 52.57% from 428); Max value from RGB is 225 - color contains mainly: blue. Hex color #C902E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C902E1 is #36FD1E. Grayscale: #565656. Windows color (decimal): -3603743 or 14746313. OLE color: 14746313.
HSL color Cylindrical-coordinate representation of color #C902E1: hue angle of 293.54º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C902E1 is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 2 | 225 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.12 |
| HSL | 293.54º | 0.98% | 0.45% | - |
| HSV(B) | 293.54º | 0.99% | 0.88% | - |
| XYZ | 37.7 | 17.9 | 72.7 | - |
| YUV | 86.92 | 205.93 | 209.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 2 | 225 | 0.11 | 0.99 | 0 | 0.12 | 293.54 | 0.98 | 0.45 |
| Hex | C9 | 2 | E1 | B | 63 | 0 | C | 126 | 62 | 2D |
| Octal | 311 | 2 | 341 | 13 | 143 | 0 | 14 | 446 | 142 | 55 |
| Binary | 11001001 | 10 | 11100001 | 1011 | 1100011 | 0 | 1100 | 100100110 | 1100010 | 101101 |
Color Harmonies of #C902E1
Complementary color
Monochromatic Colors of #C902E1
Black with #C902E1
Text Example
Text Example
White with #C902E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C902E1; }
p { color: rgb(201,2,225); }
H1.HeaderClassName
{
color: #C902E1;
}
.AnyTagClassName
{
color: #C902E1;
}
</style>
background-color css
<style>
a { background-color: #C902E1; }
a { background-color: rgb(201,2,225); }
div.DivClassName
{
background-color: #C902E1;
}
.BgClassName
{
background-color: #C902E1;
}
</style>
border-color css
<style>
span { border-color: #C902E1; }
span { border-color: rgb(201,2,225); }
td.TdClassName
{
border-color: #C902E1;
}
.TagClassName
{
border-color: #C902E1;
}
</style>