Shades of Electric Purple #C81FEA
Tints of Electric Purple #C81FEA
RGB
CMYK
RGB Variations
Color information
#C81FEA (or 0xC81FEA) is known color: Electric Purple. HEX triplet: C8, 1F and EA. RGB value is (200,31,234). Sum of RGB (Red+Green+Blue) = 200+31+234=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 31 (12.5% from 255 or 6.67% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #C81FEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81FEA is #37E015. Grayscale: #686868. Windows color (decimal): -3661846 or 15343560. OLE color: 15343560.
HSL color Cylindrical-coordinate representation of color #C81FEA: hue angle of 289.95º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C81FEA is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 31 | 234 | - |
| CMYK | 0.15 | 0.87 | 0 | 0.08 |
| HSL | 289.95º | 0.83% | 0.52% | - |
| HSV(B) | 289.95º | 0.87% | 0.92% | - |
| XYZ | 39.16 | 19.2 | 79.48 | - |
| YUV | 104.67 | 200.99 | 195.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 31 | 234 | 0.15 | 0.87 | 0 | 0.08 | 289.95 | 0.83 | 0.52 |
| Hex | C8 | 1F | EA | F | 57 | 0 | 8 | 122 | 53 | 34 |
| Octal | 310 | 37 | 352 | 17 | 127 | 0 | 10 | 442 | 123 | 64 |
| Binary | 11001000 | 11111 | 11101010 | 1111 | 1010111 | 0 | 1000 | 100100010 | 1010011 | 110100 |
Color Harmonies of #C81FEA
Complementary color
Monochromatic Colors of #C81FEA
Black with #C81FEA
Text Example
Text Example
White with #C81FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81FEA; }
p { color: rgb(200,31,234); }
H1.HeaderClassName
{
color: #C81FEA;
}
.AnyTagClassName
{
color: #C81FEA;
}
</style>
background-color css
<style>
a { background-color: #C81FEA; }
a { background-color: rgb(200,31,234); }
div.DivClassName
{
background-color: #C81FEA;
}
.BgClassName
{
background-color: #C81FEA;
}
</style>
border-color css
<style>
span { border-color: #C81FEA; }
span { border-color: rgb(200,31,234); }
td.TdClassName
{
border-color: #C81FEA;
}
.TagClassName
{
border-color: #C81FEA;
}
</style>