Shades of Electric Purple #C31CEC
Tints of Electric Purple #C31CEC
RGB
CMYK
RGB Variations
Color information
#C31CEC (or 0xC31CEC) is known color: Electric Purple. HEX triplet: C3, 1C and EC. RGB value is (195,28,236). Sum of RGB (Red+Green+Blue) = 195+28+236=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 28 (11.33% from 255 or 6.10% from 459); Blue value is 236 (92.58% from 255 or 51.42% from 459); Max value from RGB is 236 - color contains mainly: blue. Hex color #C31CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C31CEC is #3CE313. Grayscale: #646464. Windows color (decimal): -3990292 or 15473859. OLE color: 15473859.
HSL color Cylindrical-coordinate representation of color #C31CEC: hue angle of 288.17º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C31CEC is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 28 | 236 | - |
| CMYK | 0.17 | 0.88 | 0 | 0.07 |
| HSL | 288.17º | 0.85% | 0.52% | - |
| HSV(B) | 288.17º | 0.88% | 0.93% | - |
| XYZ | 38.06 | 18.49 | 80.92 | - |
| YUV | 101.65 | 203.83 | 194.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 28 | 236 | 0.17 | 0.88 | 0 | 0.07 | 288.17 | 0.85 | 0.52 |
| Hex | C3 | 1C | EC | 11 | 58 | 0 | 7 | 120 | 55 | 34 |
| Octal | 303 | 34 | 354 | 21 | 130 | 0 | 7 | 440 | 125 | 64 |
| Binary | 11000011 | 11100 | 11101100 | 10001 | 1011000 | 0 | 111 | 100100000 | 1010101 | 110100 |
Color Harmonies of #C31CEC
Complementary color
Monochromatic Colors of #C31CEC
Black with #C31CEC
Text Example
Text Example
White with #C31CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31CEC; }
p { color: rgb(195,28,236); }
H1.HeaderClassName
{
color: #C31CEC;
}
.AnyTagClassName
{
color: #C31CEC;
}
</style>
background-color css
<style>
a { background-color: #C31CEC; }
a { background-color: rgb(195,28,236); }
div.DivClassName
{
background-color: #C31CEC;
}
.BgClassName
{
background-color: #C31CEC;
}
</style>
border-color css
<style>
span { border-color: #C31CEC; }
span { border-color: rgb(195,28,236); }
td.TdClassName
{
border-color: #C31CEC;
}
.TagClassName
{
border-color: #C31CEC;
}
</style>