Shades of Electric Purple #C915EA
Tints of Electric Purple #C915EA
RGB
CMYK
RGB Variations
Color information
#C915EA (or 0xC915EA) is known color: Electric Purple. HEX triplet: C9, 15 and EA. RGB value is (201,21,234). Sum of RGB (Red+Green+Blue) = 201+21+234=456 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.08% from 456); Green value is 21 (8.59% from 255 or 4.61% from 456); Blue value is 234 (91.80% from 255 or 51.32% from 456); Max value from RGB is 234 - color contains mainly: blue. Hex color #C915EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C915EA is #36EA15. Grayscale: #626262. Windows color (decimal): -3598870 or 15341001. OLE color: 15341001.
HSL color Cylindrical-coordinate representation of color #C915EA: hue angle of 290.7º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C915EA is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 21 | 234 | - |
| CMYK | 0.14 | 0.91 | 0 | 0.08 |
| HSL | 290.7º | 0.84% | 0.5% | - |
| HSV(B) | 290.7º | 0.91% | 0.92% | - |
| XYZ | 39.21 | 18.89 | 79.42 | - |
| YUV | 99.1 | 204.13 | 200.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 21 | 234 | 0.14 | 0.91 | 0 | 0.08 | 290.7 | 0.84 | 0.5 |
| Hex | C9 | 15 | EA | E | 5B | 0 | 8 | 123 | 54 | 32 |
| Octal | 311 | 25 | 352 | 16 | 133 | 0 | 10 | 443 | 124 | 62 |
| Binary | 11001001 | 10101 | 11101010 | 1110 | 1011011 | 0 | 1000 | 100100011 | 1010100 | 110010 |
Color Harmonies of #C915EA
Complementary color
Monochromatic Colors of #C915EA
Black with #C915EA
Text Example
Text Example
White with #C915EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C915EA; }
p { color: rgb(201,21,234); }
H1.HeaderClassName
{
color: #C915EA;
}
.AnyTagClassName
{
color: #C915EA;
}
</style>
background-color css
<style>
a { background-color: #C915EA; }
a { background-color: rgb(201,21,234); }
div.DivClassName
{
background-color: #C915EA;
}
.BgClassName
{
background-color: #C915EA;
}
</style>
border-color css
<style>
span { border-color: #C915EA; }
span { border-color: rgb(201,21,234); }
td.TdClassName
{
border-color: #C915EA;
}
.TagClassName
{
border-color: #C915EA;
}
</style>