Shades of Electric Purple #C31BEA
Tints of Electric Purple #C31BEA
RGB
CMYK
RGB Variations
Color information
#C31BEA (or 0xC31BEA) is known color: Electric Purple. HEX triplet: C3, 1B and EA. RGB value is (195,27,234). Sum of RGB (Red+Green+Blue) = 195+27+234=456 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.76% from 456); Green value is 27 (10.94% from 255 or 5.92% from 456); Blue value is 234 (91.80% from 255 or 51.32% from 456); Max value from RGB is 234 - color contains mainly: blue. Hex color #C31BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C31BEA is #3CE415. Grayscale: #646464. Windows color (decimal): -3990550 or 15342531. OLE color: 15342531.
HSL color Cylindrical-coordinate representation of color #C31BEA: hue angle of 288.7º 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 #C31BEA is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 27 | 234 | - |
| CMYK | 0.17 | 0.88 | 0 | 0.08 |
| HSL | 288.7º | 0.83% | 0.51% | - |
| HSV(B) | 288.7º | 0.88% | 0.92% | - |
| XYZ | 37.75 | 18.33 | 79.39 | - |
| YUV | 100.83 | 203.16 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 27 | 234 | 0.17 | 0.88 | 0 | 0.08 | 288.7 | 0.83 | 0.51 |
| Hex | C3 | 1B | EA | 11 | 58 | 0 | 8 | 121 | 53 | 33 |
| Octal | 303 | 33 | 352 | 21 | 130 | 0 | 10 | 441 | 123 | 63 |
| Binary | 11000011 | 11011 | 11101010 | 10001 | 1011000 | 0 | 1000 | 100100001 | 1010011 | 110011 |
Color Harmonies of #C31BEA
Complementary color
Monochromatic Colors of #C31BEA
Black with #C31BEA
Text Example
Text Example
White with #C31BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31BEA; }
p { color: rgb(195,27,234); }
H1.HeaderClassName
{
color: #C31BEA;
}
.AnyTagClassName
{
color: #C31BEA;
}
</style>
background-color css
<style>
a { background-color: #C31BEA; }
a { background-color: rgb(195,27,234); }
div.DivClassName
{
background-color: #C31BEA;
}
.BgClassName
{
background-color: #C31BEA;
}
</style>
border-color css
<style>
span { border-color: #C31BEA; }
span { border-color: rgb(195,27,234); }
td.TdClassName
{
border-color: #C31BEA;
}
.TagClassName
{
border-color: #C31BEA;
}
</style>