Shades of Electric Purple #C80CEA
Tints of Electric Purple #C80CEA
RGB
CMYK
RGB Variations
Color information
#C80CEA (or 0xC80CEA) is known color: Electric Purple. HEX triplet: C8, 0C and EA. RGB value is (200,12,234). Sum of RGB (Red+Green+Blue) = 200+12+234=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 12 (5.08% from 255 or 2.69% from 446); Blue value is 234 (91.80% from 255 or 52.47% from 446); Max value from RGB is 234 - color contains mainly: blue. Hex color #C80CEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C80CEA is #37F315. Grayscale: #5C5C5C. Windows color (decimal): -3666710 or 15338696. OLE color: 15338696.
HSL color Cylindrical-coordinate representation of color #C80CEA: hue angle of 290.81º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80CEA is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 12 | 234 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.08 |
| HSL | 290.81º | 0.9% | 0.48% | - |
| HSV(B) | 290.81º | 0.95% | 0.92% | - |
| XYZ | 38.8 | 18.48 | 79.36 | - |
| YUV | 93.52 | 207.28 | 203.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 12 | 234 | 0.15 | 0.95 | 0 | 0.08 | 290.81 | 0.9 | 0.48 |
| Hex | C8 | C | EA | F | 5F | 0 | 8 | 123 | 5A | 30 |
| Octal | 310 | 14 | 352 | 17 | 137 | 0 | 10 | 443 | 132 | 60 |
| Binary | 11001000 | 1100 | 11101010 | 1111 | 1011111 | 0 | 1000 | 100100011 | 1011010 | 110000 |
Color Harmonies of #C80CEA
Complementary color
Monochromatic Colors of #C80CEA
Black with #C80CEA
Text Example
Text Example
White with #C80CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80CEA; }
p { color: rgb(200,12,234); }
H1.HeaderClassName
{
color: #C80CEA;
}
.AnyTagClassName
{
color: #C80CEA;
}
</style>
background-color css
<style>
a { background-color: #C80CEA; }
a { background-color: rgb(200,12,234); }
div.DivClassName
{
background-color: #C80CEA;
}
.BgClassName
{
background-color: #C80CEA;
}
</style>
border-color css
<style>
span { border-color: #C80CEA; }
span { border-color: rgb(200,12,234); }
td.TdClassName
{
border-color: #C80CEA;
}
.TagClassName
{
border-color: #C80CEA;
}
</style>