Shades of Electric Purple #C003E4
Tints of Electric Purple #C003E4
RGB
CMYK
RGB Variations
Color information
#C003E4 (or 0xC003E4) is known color: Electric Purple. HEX triplet: C0, 03 and E4. RGB value is (192,3,228). Sum of RGB (Red+Green+Blue) = 192+3+228=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 3 (1.56% from 255 or 0.71% from 423); Blue value is 228 (89.45% from 255 or 53.90% from 423); Max value from RGB is 228 - color contains mainly: blue. Hex color #C003E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C003E4 is #3FFC1B. Grayscale: #545454. Windows color (decimal): -4193308 or 14943168. OLE color: 14943168.
HSL color Cylindrical-coordinate representation of color #C003E4: hue angle of 290.4º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C003E4 is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 3 | 228 | - |
| CMYK | 0.16 | 0.99 | 0 | 0.11 |
| HSL | 290.4º | 0.97% | 0.45% | - |
| HSV(B) | 290.4º | 0.99% | 0.89% | - |
| XYZ | 35.77 | 16.87 | 74.77 | - |
| YUV | 85.16 | 208.62 | 204.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 3 | 228 | 0.16 | 0.99 | 0 | 0.11 | 290.4 | 0.97 | 0.45 |
| Hex | C0 | 3 | E4 | 10 | 63 | 0 | B | 122 | 61 | 2D |
| Octal | 300 | 3 | 344 | 20 | 143 | 0 | 13 | 442 | 141 | 55 |
| Binary | 11000000 | 11 | 11100100 | 10000 | 1100011 | 0 | 1011 | 100100010 | 1100001 | 101101 |
Color Harmonies of #C003E4
Complementary color
Monochromatic Colors of #C003E4
Black with #C003E4
Text Example
Text Example
White with #C003E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C003E4; }
p { color: rgb(192,3,228); }
H1.HeaderClassName
{
color: #C003E4;
}
.AnyTagClassName
{
color: #C003E4;
}
</style>
background-color css
<style>
a { background-color: #C003E4; }
a { background-color: rgb(192,3,228); }
div.DivClassName
{
background-color: #C003E4;
}
.BgClassName
{
background-color: #C003E4;
}
</style>
border-color css
<style>
span { border-color: #C003E4; }
span { border-color: rgb(192,3,228); }
td.TdClassName
{
border-color: #C003E4;
}
.TagClassName
{
border-color: #C003E4;
}
</style>