Shades of Electric Purple #C914EA
Tints of Electric Purple #C914EA
RGB
CMYK
RGB Variations
Color information
#C914EA (or 0xC914EA) is known color: Electric Purple. HEX triplet: C9, 14 and EA. RGB value is (201,20,234). Sum of RGB (Red+Green+Blue) = 201+20+234=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 20 (8.20% from 255 or 4.40% from 455); Blue value is 234 (91.80% from 255 or 51.43% from 455); Max value from RGB is 234 - color contains mainly: blue. Hex color #C914EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C914EA is #36EB15. Grayscale: #616161. Windows color (decimal): -3599126 or 15340745. OLE color: 15340745.
HSL color Cylindrical-coordinate representation of color #C914EA: hue angle of 290.75º 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 #C914EA is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 20 | 234 | - |
| CMYK | 0.14 | 0.91 | 0 | 0.08 |
| HSL | 290.75º | 0.84% | 0.5% | - |
| HSV(B) | 290.75º | 0.91% | 0.92% | - |
| XYZ | 39.19 | 18.86 | 79.42 | - |
| YUV | 98.52 | 204.47 | 201.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 20 | 234 | 0.14 | 0.91 | 0 | 0.08 | 290.75 | 0.84 | 0.5 |
| Hex | C9 | 14 | EA | E | 5B | 0 | 8 | 123 | 54 | 32 |
| Octal | 311 | 24 | 352 | 16 | 133 | 0 | 10 | 443 | 124 | 62 |
| Binary | 11001001 | 10100 | 11101010 | 1110 | 1011011 | 0 | 1000 | 100100011 | 1010100 | 110010 |
Color Harmonies of #C914EA
Complementary color
Monochromatic Colors of #C914EA
Black with #C914EA
Text Example
Text Example
White with #C914EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C914EA; }
p { color: rgb(201,20,234); }
H1.HeaderClassName
{
color: #C914EA;
}
.AnyTagClassName
{
color: #C914EA;
}
</style>
background-color css
<style>
a { background-color: #C914EA; }
a { background-color: rgb(201,20,234); }
div.DivClassName
{
background-color: #C914EA;
}
.BgClassName
{
background-color: #C914EA;
}
</style>
border-color css
<style>
span { border-color: #C914EA; }
span { border-color: rgb(201,20,234); }
td.TdClassName
{
border-color: #C914EA;
}
.TagClassName
{
border-color: #C914EA;
}
</style>