Shades of Electric Purple #C803EA
Tints of Electric Purple #C803EA
RGB
CMYK
RGB Variations
Color information
#C803EA (or 0xC803EA) is known color: Electric Purple. HEX triplet: C8, 03 and EA. RGB value is (200,3,234). Sum of RGB (Red+Green+Blue) = 200+3+234=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 3 (1.56% from 255 or 0.69% from 437); Blue value is 234 (91.80% from 255 or 53.55% from 437); Max value from RGB is 234 - color contains mainly: blue. Hex color #C803EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C803EA is #37FC15. Grayscale: #575757. Windows color (decimal): -3669014 or 15336392. OLE color: 15336392.
HSL color Cylindrical-coordinate representation of color #C803EA: hue angle of 291.17º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C803EA is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 3 | 234 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.08 |
| HSL | 291.17º | 0.97% | 0.46% | - |
| HSV(B) | 291.17º | 0.99% | 0.92% | - |
| XYZ | 38.7 | 18.29 | 79.33 | - |
| YUV | 88.24 | 210.27 | 207.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 3 | 234 | 0.15 | 0.99 | 0 | 0.08 | 291.17 | 0.97 | 0.46 |
| Hex | C8 | 3 | EA | F | 63 | 0 | 8 | 123 | 61 | 2E |
| Octal | 310 | 3 | 352 | 17 | 143 | 0 | 10 | 443 | 141 | 56 |
| Binary | 11001000 | 11 | 11101010 | 1111 | 1100011 | 0 | 1000 | 100100011 | 1100001 | 101110 |
Color Harmonies of #C803EA
Complementary color
Monochromatic Colors of #C803EA
Black with #C803EA
Text Example
Text Example
White with #C803EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C803EA; }
p { color: rgb(200,3,234); }
H1.HeaderClassName
{
color: #C803EA;
}
.AnyTagClassName
{
color: #C803EA;
}
</style>
background-color css
<style>
a { background-color: #C803EA; }
a { background-color: rgb(200,3,234); }
div.DivClassName
{
background-color: #C803EA;
}
.BgClassName
{
background-color: #C803EA;
}
</style>
border-color css
<style>
span { border-color: #C803EA; }
span { border-color: rgb(200,3,234); }
td.TdClassName
{
border-color: #C803EA;
}
.TagClassName
{
border-color: #C803EA;
}
</style>