Shades of Electric Purple #C31FEA
Tints of Electric Purple #C31FEA
RGB
CMYK
RGB Variations
Color information
#C31FEA (or 0xC31FEA) is known color: Electric Purple. HEX triplet: C3, 1F and EA. RGB value is (195,31,234). Sum of RGB (Red+Green+Blue) = 195+31+234=460 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.39% from 460); Green value is 31 (12.5% from 255 or 6.74% from 460); Blue value is 234 (91.80% from 255 or 50.87% from 460); Max value from RGB is 234 - color contains mainly: blue. Hex color #C31FEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C31FEA is #3CE015. Grayscale: #666666. Windows color (decimal): -3989526 or 15343555. OLE color: 15343555.
HSL color Cylindrical-coordinate representation of color #C31FEA: hue angle of 288.47º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C31FEA is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 31 | 234 | - |
| CMYK | 0.17 | 0.87 | 0 | 0.08 |
| HSL | 288.47º | 0.83% | 0.52% | - |
| HSV(B) | 288.47º | 0.87% | 0.92% | - |
| XYZ | 37.85 | 18.52 | 79.42 | - |
| YUV | 103.18 | 201.83 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 31 | 234 | 0.17 | 0.87 | 0 | 0.08 | 288.47 | 0.83 | 0.52 |
| Hex | C3 | 1F | EA | 11 | 57 | 0 | 8 | 120 | 53 | 34 |
| Octal | 303 | 37 | 352 | 21 | 127 | 0 | 10 | 440 | 123 | 64 |
| Binary | 11000011 | 11111 | 11101010 | 10001 | 1010111 | 0 | 1000 | 100100000 | 1010011 | 110100 |
Color Harmonies of #C31FEA
Complementary color
Monochromatic Colors of #C31FEA
Black with #C31FEA
Text Example
Text Example
White with #C31FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31FEA; }
p { color: rgb(195,31,234); }
H1.HeaderClassName
{
color: #C31FEA;
}
.AnyTagClassName
{
color: #C31FEA;
}
</style>
background-color css
<style>
a { background-color: #C31FEA; }
a { background-color: rgb(195,31,234); }
div.DivClassName
{
background-color: #C31FEA;
}
.BgClassName
{
background-color: #C31FEA;
}
</style>
border-color css
<style>
span { border-color: #C31FEA; }
span { border-color: rgb(195,31,234); }
td.TdClassName
{
border-color: #C31FEA;
}
.TagClassName
{
border-color: #C31FEA;
}
</style>