Shades of Electric Purple #C902EB
Tints of Electric Purple #C902EB
RGB
CMYK
RGB Variations
Color information
#C902EB (or 0xC902EB) is known color: Electric Purple. HEX triplet: C9, 02 and EB. RGB value is (201,2,235). Sum of RGB (Red+Green+Blue) = 201+2+235=438 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.89% from 438); Green value is 2 (1.17% from 255 or 0.46% from 438); Blue value is 235 (92.19% from 255 or 53.65% from 438); Max value from RGB is 235 - color contains mainly: blue. Hex color #C902EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C902EB is #36FD14. Grayscale: #575757. Windows color (decimal): -3603733 or 15401673. OLE color: 15401673.
HSL color Cylindrical-coordinate representation of color #C902EB: hue angle of 291.24º 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 #C902EB is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 2 | 235 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.08 |
| HSL | 291.24º | 0.98% | 0.46% | - |
| HSV(B) | 291.24º | 0.99% | 0.92% | - |
| XYZ | 39.1 | 18.46 | 80.1 | - |
| YUV | 88.06 | 210.93 | 208.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 2 | 235 | 0.14 | 0.99 | 0 | 0.08 | 291.24 | 0.98 | 0.46 |
| Hex | C9 | 2 | EB | E | 63 | 0 | 8 | 123 | 62 | 2E |
| Octal | 311 | 2 | 353 | 16 | 143 | 0 | 10 | 443 | 142 | 56 |
| Binary | 11001001 | 10 | 11101011 | 1110 | 1100011 | 0 | 1000 | 100100011 | 1100010 | 101110 |
Color Harmonies of #C902EB
Complementary color
Monochromatic Colors of #C902EB
Black with #C902EB
Text Example
Text Example
White with #C902EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C902EB; }
p { color: rgb(201,2,235); }
H1.HeaderClassName
{
color: #C902EB;
}
.AnyTagClassName
{
color: #C902EB;
}
</style>
background-color css
<style>
a { background-color: #C902EB; }
a { background-color: rgb(201,2,235); }
div.DivClassName
{
background-color: #C902EB;
}
.BgClassName
{
background-color: #C902EB;
}
</style>
border-color css
<style>
span { border-color: #C902EB; }
span { border-color: rgb(201,2,235); }
td.TdClassName
{
border-color: #C902EB;
}
.TagClassName
{
border-color: #C902EB;
}
</style>