Shades of Electric Purple #C812E9
Tints of Electric Purple #C812E9
RGB
CMYK
RGB Variations
Color information
#C812E9 (or 0xC812E9) is known color: Electric Purple. HEX triplet: C8, 12 and E9. RGB value is (200,18,233). Sum of RGB (Red+Green+Blue) = 200+18+233=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 18 (7.42% from 255 or 3.99% from 451); Blue value is 233 (91.41% from 255 or 51.66% from 451); Max value from RGB is 233 - color contains mainly: blue. Hex color #C812E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C812E9 is #37ED16. Grayscale: #606060. Windows color (decimal): -3665175 or 15274696. OLE color: 15274696.
HSL color Cylindrical-coordinate representation of color #C812E9: hue angle of 290.79º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C812E9 is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 18 | 233 | - |
| CMYK | 0.14 | 0.92 | 0 | 0.09 |
| HSL | 290.79º | 0.86% | 0.49% | - |
| HSV(B) | 290.79º | 0.92% | 0.91% | - |
| XYZ | 38.74 | 18.6 | 78.64 | - |
| YUV | 96.93 | 204.8 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 18 | 233 | 0.14 | 0.92 | 0 | 0.09 | 290.79 | 0.86 | 0.49 |
| Hex | C8 | 12 | E9 | E | 5C | 0 | 9 | 123 | 56 | 31 |
| Octal | 310 | 22 | 351 | 16 | 134 | 0 | 11 | 443 | 126 | 61 |
| Binary | 11001000 | 10010 | 11101001 | 1110 | 1011100 | 0 | 1001 | 100100011 | 1010110 | 110001 |
Color Harmonies of #C812E9
Complementary color
Monochromatic Colors of #C812E9
Black with #C812E9
Text Example
Text Example
White with #C812E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C812E9; }
p { color: rgb(200,18,233); }
H1.HeaderClassName
{
color: #C812E9;
}
.AnyTagClassName
{
color: #C812E9;
}
</style>
background-color css
<style>
a { background-color: #C812E9; }
a { background-color: rgb(200,18,233); }
div.DivClassName
{
background-color: #C812E9;
}
.BgClassName
{
background-color: #C812E9;
}
</style>
border-color css
<style>
span { border-color: #C812E9; }
span { border-color: rgb(200,18,233); }
td.TdClassName
{
border-color: #C812E9;
}
.TagClassName
{
border-color: #C812E9;
}
</style>