Shades of Electric Purple #C812EA
Tints of Electric Purple #C812EA
RGB
CMYK
RGB Variations
Color information
#C812EA (or 0xC812EA) is known color: Electric Purple. HEX triplet: C8, 12 and EA. RGB value is (200,18,234). Sum of RGB (Red+Green+Blue) = 200+18+234=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 18 (7.42% from 255 or 3.98% from 452); Blue value is 234 (91.80% from 255 or 51.77% from 452); Max value from RGB is 234 - color contains mainly: blue. Hex color #C812EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C812EA is #37ED15. Grayscale: #606060. Windows color (decimal): -3665174 or 15340232. OLE color: 15340232.
HSL color Cylindrical-coordinate representation of color #C812EA: hue angle of 290.56º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C812EA is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 18 | 234 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.08 |
| HSL | 290.56º | 0.86% | 0.49% | - |
| HSV(B) | 290.56º | 0.92% | 0.92% | - |
| XYZ | 38.89 | 18.65 | 79.39 | - |
| YUV | 97.04 | 205.3 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 18 | 234 | 0.15 | 0.92 | 0 | 0.08 | 290.56 | 0.86 | 0.49 |
| Hex | C8 | 12 | EA | F | 5C | 0 | 8 | 123 | 56 | 31 |
| Octal | 310 | 22 | 352 | 17 | 134 | 0 | 10 | 443 | 126 | 61 |
| Binary | 11001000 | 10010 | 11101010 | 1111 | 1011100 | 0 | 1000 | 100100011 | 1010110 | 110001 |
Color Harmonies of #C812EA
Complementary color
Monochromatic Colors of #C812EA
Black with #C812EA
Text Example
Text Example
White with #C812EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C812EA; }
p { color: rgb(200,18,234); }
H1.HeaderClassName
{
color: #C812EA;
}
.AnyTagClassName
{
color: #C812EA;
}
</style>
background-color css
<style>
a { background-color: #C812EA; }
a { background-color: rgb(200,18,234); }
div.DivClassName
{
background-color: #C812EA;
}
.BgClassName
{
background-color: #C812EA;
}
</style>
border-color css
<style>
span { border-color: #C812EA; }
span { border-color: rgb(200,18,234); }
td.TdClassName
{
border-color: #C812EA;
}
.TagClassName
{
border-color: #C812EA;
}
</style>