Shades of Electric Purple #C902EA
Tints of Electric Purple #C902EA
RGB
CMYK
RGB Variations
Color information
#C902EA (or 0xC902EA) is known color: Electric Purple. HEX triplet: C9, 02 and EA. RGB value is (201,2,234). Sum of RGB (Red+Green+Blue) = 201+2+234=437 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.00% from 437); Green value is 2 (1.17% from 255 or 0.46% from 437); Blue value is 234 (91.80% from 255 or 53.55% from 437); Max value from RGB is 234 - color contains mainly: blue. Hex color #C902EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C902EA is #36FD15. Grayscale: #575757. Windows color (decimal): -3603734 or 15336137. OLE color: 15336137.
HSL color Cylindrical-coordinate representation of color #C902EA: hue angle of 291.47º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C902EA is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 2 | 234 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.08 |
| HSL | 291.47º | 0.98% | 0.46% | - |
| HSV(B) | 291.47º | 0.99% | 0.92% | - |
| XYZ | 38.96 | 18.4 | 79.34 | - |
| YUV | 87.95 | 210.43 | 208.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 2 | 234 | 0.14 | 0.99 | 0 | 0.08 | 291.47 | 0.98 | 0.46 |
| Hex | C9 | 2 | EA | E | 63 | 0 | 8 | 123 | 62 | 2E |
| Octal | 311 | 2 | 352 | 16 | 143 | 0 | 10 | 443 | 142 | 56 |
| Binary | 11001001 | 10 | 11101010 | 1110 | 1100011 | 0 | 1000 | 100100011 | 1100010 | 101110 |
Color Harmonies of #C902EA
Complementary color
Monochromatic Colors of #C902EA
Black with #C902EA
Text Example
Text Example
White with #C902EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C902EA; }
p { color: rgb(201,2,234); }
H1.HeaderClassName
{
color: #C902EA;
}
.AnyTagClassName
{
color: #C902EA;
}
</style>
background-color css
<style>
a { background-color: #C902EA; }
a { background-color: rgb(201,2,234); }
div.DivClassName
{
background-color: #C902EA;
}
.BgClassName
{
background-color: #C902EA;
}
</style>
border-color css
<style>
span { border-color: #C902EA; }
span { border-color: rgb(201,2,234); }
td.TdClassName
{
border-color: #C902EA;
}
.TagClassName
{
border-color: #C902EA;
}
</style>