Shades of Electric Purple #C31CEA
Tints of Electric Purple #C31CEA
RGB
CMYK
RGB Variations
Color information
#C31CEA (or 0xC31CEA) is known color: Electric Purple. HEX triplet: C3, 1C and EA. RGB value is (195,28,234). Sum of RGB (Red+Green+Blue) = 195+28+234=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 28 (11.33% from 255 or 6.13% from 457); Blue value is 234 (91.80% from 255 or 51.20% from 457); Max value from RGB is 234 - color contains mainly: blue. Hex color #C31CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C31CEA is #3CE315. Grayscale: #646464. Windows color (decimal): -3990294 or 15342787. OLE color: 15342787.
HSL color Cylindrical-coordinate representation of color #C31CEA: hue angle of 288.64º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C31CEA is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 28 | 234 | - |
| CMYK | 0.17 | 0.88 | 0 | 0.08 |
| HSL | 288.64º | 0.83% | 0.51% | - |
| HSV(B) | 288.64º | 0.88% | 0.92% | - |
| XYZ | 37.77 | 18.37 | 79.4 | - |
| YUV | 101.42 | 202.83 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 28 | 234 | 0.17 | 0.88 | 0 | 0.08 | 288.64 | 0.83 | 0.51 |
| Hex | C3 | 1C | EA | 11 | 58 | 0 | 8 | 121 | 53 | 33 |
| Octal | 303 | 34 | 352 | 21 | 130 | 0 | 10 | 441 | 123 | 63 |
| Binary | 11000011 | 11100 | 11101010 | 10001 | 1011000 | 0 | 1000 | 100100001 | 1010011 | 110011 |
Color Harmonies of #C31CEA
Complementary color
Monochromatic Colors of #C31CEA
Black with #C31CEA
Text Example
Text Example
White with #C31CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31CEA; }
p { color: rgb(195,28,234); }
H1.HeaderClassName
{
color: #C31CEA;
}
.AnyTagClassName
{
color: #C31CEA;
}
</style>
background-color css
<style>
a { background-color: #C31CEA; }
a { background-color: rgb(195,28,234); }
div.DivClassName
{
background-color: #C31CEA;
}
.BgClassName
{
background-color: #C31CEA;
}
</style>
border-color css
<style>
span { border-color: #C31CEA; }
span { border-color: rgb(195,28,234); }
td.TdClassName
{
border-color: #C31CEA;
}
.TagClassName
{
border-color: #C31CEA;
}
</style>