Shades of Electric Purple #C31CEF
Tints of Electric Purple #C31CEF
RGB
CMYK
RGB Variations
Color information
#C31CEF (or 0xC31CEF) is known color: Electric Purple. HEX triplet: C3, 1C and EF. RGB value is (195,28,239). Sum of RGB (Red+Green+Blue) = 195+28+239=462 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.21% from 462); Green value is 28 (11.33% from 255 or 6.06% from 462); Blue value is 239 (93.75% from 255 or 51.73% from 462); Max value from RGB is 239 - color contains mainly: blue. Hex color #C31CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C31CEF is #3CE310. Grayscale: #656565. Windows color (decimal): -3990289 or 15670467. OLE color: 15670467.
HSL color Cylindrical-coordinate representation of color #C31CEF: hue angle of 287.49º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C31CEF is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 28 | 239 | - |
| CMYK | 0.18 | 0.88 | 0 | 0.06 |
| HSL | 287.49º | 0.87% | 0.52% | - |
| HSV(B) | 287.49º | 0.88% | 0.94% | - |
| XYZ | 38.5 | 18.66 | 83.23 | - |
| YUV | 101.99 | 205.33 | 194.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 28 | 239 | 0.18 | 0.88 | 0 | 0.06 | 287.49 | 0.87 | 0.52 |
| Hex | C3 | 1C | EF | 12 | 58 | 0 | 6 | 11F | 57 | 34 |
| Octal | 303 | 34 | 357 | 22 | 130 | 0 | 6 | 437 | 127 | 64 |
| Binary | 11000011 | 11100 | 11101111 | 10010 | 1011000 | 0 | 110 | 100011111 | 1010111 | 110100 |
Color Harmonies of #C31CEF
Complementary color
Monochromatic Colors of #C31CEF
Black with #C31CEF
Text Example
Text Example
White with #C31CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31CEF; }
p { color: rgb(195,28,239); }
H1.HeaderClassName
{
color: #C31CEF;
}
.AnyTagClassName
{
color: #C31CEF;
}
</style>
background-color css
<style>
a { background-color: #C31CEF; }
a { background-color: rgb(195,28,239); }
div.DivClassName
{
background-color: #C31CEF;
}
.BgClassName
{
background-color: #C31CEF;
}
</style>
border-color css
<style>
span { border-color: #C31CEF; }
span { border-color: rgb(195,28,239); }
td.TdClassName
{
border-color: #C31CEF;
}
.TagClassName
{
border-color: #C31CEF;
}
</style>