Shades of Electric Purple #C31CE9
Tints of Electric Purple #C31CE9
RGB
CMYK
RGB Variations
Color information
#C31CE9 (or 0xC31CE9) is known color: Electric Purple. HEX triplet: C3, 1C and E9. RGB value is (195,28,233). Sum of RGB (Red+Green+Blue) = 195+28+233=456 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.76% from 456); Green value is 28 (11.33% from 255 or 6.14% from 456); Blue value is 233 (91.41% from 255 or 51.10% from 456); Max value from RGB is 233 - color contains mainly: blue. Hex color #C31CE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C31CE9 is #3CE316. Grayscale: #646464. Windows color (decimal): -3990295 or 15277251. OLE color: 15277251.
HSL color Cylindrical-coordinate representation of color #C31CE9: hue angle of 288.88º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C31CE9 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 195 | 28 | 233 | - |
| CMYK | 0.16 | 0.88 | 0 | 0.09 |
| HSL | 288.88º | 0.82% | 0.51% | - |
| HSV(B) | 288.88º | 0.88% | 0.91% | - |
| XYZ | 37.63 | 18.32 | 78.64 | - |
| YUV | 101.3 | 202.33 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 28 | 233 | 0.16 | 0.88 | 0 | 0.09 | 288.88 | 0.82 | 0.51 |
| Hex | C3 | 1C | E9 | 10 | 58 | 0 | 9 | 121 | 52 | 33 |
| Octal | 303 | 34 | 351 | 20 | 130 | 0 | 11 | 441 | 122 | 63 |
| Binary | 11000011 | 11100 | 11101001 | 10000 | 1011000 | 0 | 1001 | 100100001 | 1010010 | 110011 |
Color Harmonies of #C31CE9
Complementary color
Monochromatic Colors of #C31CE9
Black with #C31CE9
Text Example
Text Example
White with #C31CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31CE9; }
p { color: rgb(195,28,233); }
H1.HeaderClassName
{
color: #C31CE9;
}
.AnyTagClassName
{
color: #C31CE9;
}
</style>
background-color css
<style>
a { background-color: #C31CE9; }
a { background-color: rgb(195,28,233); }
div.DivClassName
{
background-color: #C31CE9;
}
.BgClassName
{
background-color: #C31CE9;
}
</style>
border-color css
<style>
span { border-color: #C31CE9; }
span { border-color: rgb(195,28,233); }
td.TdClassName
{
border-color: #C31CE9;
}
.TagClassName
{
border-color: #C31CE9;
}
</style>