Shades of Electric Purple #C403EA
Tints of Electric Purple #C403EA
RGB
CMYK
RGB Variations
Color information
#C403EA (or 0xC403EA) is known color: Electric Purple. HEX triplet: C4, 03 and EA. RGB value is (196,3,234). Sum of RGB (Red+Green+Blue) = 196+3+234=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 3 (1.56% from 255 or 0.69% from 433); Blue value is 234 (91.80% from 255 or 54.04% from 433); Max value from RGB is 234 - color contains mainly: blue. Hex color #C403EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C403EA is #3BFC15. Grayscale: #565656. Windows color (decimal): -3931158 or 15336388. OLE color: 15336388.
HSL color Cylindrical-coordinate representation of color #C403EA: hue angle of 290.13º 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 #C403EA is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 3 | 234 | - |
| CMYK | 0.16 | 0.99 | 0 | 0.08 |
| HSL | 290.13º | 0.97% | 0.46% | - |
| HSV(B) | 290.13º | 0.99% | 0.92% | - |
| XYZ | 37.65 | 17.74 | 79.28 | - |
| YUV | 87.04 | 210.94 | 205.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 3 | 234 | 0.16 | 0.99 | 0 | 0.08 | 290.13 | 0.97 | 0.46 |
| Hex | C4 | 3 | EA | 10 | 63 | 0 | 8 | 122 | 61 | 2E |
| Octal | 304 | 3 | 352 | 20 | 143 | 0 | 10 | 442 | 141 | 56 |
| Binary | 11000100 | 11 | 11101010 | 10000 | 1100011 | 0 | 1000 | 100100010 | 1100001 | 101110 |
Color Harmonies of #C403EA
Complementary color
Monochromatic Colors of #C403EA
Black with #C403EA
Text Example
Text Example
White with #C403EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C403EA; }
p { color: rgb(196,3,234); }
H1.HeaderClassName
{
color: #C403EA;
}
.AnyTagClassName
{
color: #C403EA;
}
</style>
background-color css
<style>
a { background-color: #C403EA; }
a { background-color: rgb(196,3,234); }
div.DivClassName
{
background-color: #C403EA;
}
.BgClassName
{
background-color: #C403EA;
}
</style>
border-color css
<style>
span { border-color: #C403EA; }
span { border-color: rgb(196,3,234); }
td.TdClassName
{
border-color: #C403EA;
}
.TagClassName
{
border-color: #C403EA;
}
</style>