Shades of Electric Purple #C320E4
Tints of Electric Purple #C320E4
RGB
CMYK
RGB Variations
Color information
#C320E4 (or 0xC320E4) is known color: Electric Purple. HEX triplet: C3, 20 and E4. RGB value is (195,32,228). Sum of RGB (Red+Green+Blue) = 195+32+228=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 32 (12.89% from 255 or 7.03% from 455); Blue value is 228 (89.45% from 255 or 50.11% from 455); Max value from RGB is 228 - color contains mainly: blue. Hex color #C320E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C320E4 is #3CDF1B. Grayscale: #666666. Windows color (decimal): -3989276 or 14950595. OLE color: 14950595.
HSL color Cylindrical-coordinate representation of color #C320E4: hue angle of 289.9º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C320E4 is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 195 | 32 | 228 | - |
| CMYK | 0.14 | 0.86 | 0 | 0.11 |
| HSL | 289.9º | 0.78% | 0.51% | - |
| HSV(B) | 289.9º | 0.86% | 0.89% | - |
| XYZ | 37.03 | 18.24 | 74.97 | - |
| YUV | 103.08 | 198.5 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 32 | 228 | 0.14 | 0.86 | 0 | 0.11 | 289.9 | 0.78 | 0.51 |
| Hex | C3 | 20 | E4 | E | 56 | 0 | B | 122 | 4E | 33 |
| Octal | 303 | 40 | 344 | 16 | 126 | 0 | 13 | 442 | 116 | 63 |
| Binary | 11000011 | 100000 | 11100100 | 1110 | 1010110 | 0 | 1011 | 100100010 | 1001110 | 110011 |
Color Harmonies of #C320E4
Complementary color
Monochromatic Colors of #C320E4
Black with #C320E4
Text Example
Text Example
White with #C320E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C320E4; }
p { color: rgb(195,32,228); }
H1.HeaderClassName
{
color: #C320E4;
}
.AnyTagClassName
{
color: #C320E4;
}
</style>
background-color css
<style>
a { background-color: #C320E4; }
a { background-color: rgb(195,32,228); }
div.DivClassName
{
background-color: #C320E4;
}
.BgClassName
{
background-color: #C320E4;
}
</style>
border-color css
<style>
span { border-color: #C320E4; }
span { border-color: rgb(195,32,228); }
td.TdClassName
{
border-color: #C320E4;
}
.TagClassName
{
border-color: #C320E4;
}
</style>