Shades of Electric Purple #C31EEB
Tints of Electric Purple #C31EEB
RGB
CMYK
RGB Variations
Color information
#C31EEB (or 0xC31EEB) is known color: Electric Purple. HEX triplet: C3, 1E and EB. RGB value is (195,30,235). Sum of RGB (Red+Green+Blue) = 195+30+235=460 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.39% from 460); Green value is 30 (12.11% from 255 or 6.52% from 460); Blue value is 235 (92.19% from 255 or 51.09% from 460); Max value from RGB is 235 - color contains mainly: blue. Hex color #C31EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C31EEB is #3CE114. Grayscale: #666666. Windows color (decimal): -3989781 or 15408835. OLE color: 15408835.
HSL color Cylindrical-coordinate representation of color #C31EEB: hue angle of 288.29º degrees, saturation: 0.84, 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 #C31EEB is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 30 | 235 | - |
| CMYK | 0.17 | 0.87 | 0 | 0.08 |
| HSL | 288.29º | 0.84% | 0.52% | - |
| HSV(B) | 288.29º | 0.87% | 0.92% | - |
| XYZ | 37.97 | 18.53 | 80.17 | - |
| YUV | 102.71 | 202.66 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 30 | 235 | 0.17 | 0.87 | 0 | 0.08 | 288.29 | 0.84 | 0.52 |
| Hex | C3 | 1E | EB | 11 | 57 | 0 | 8 | 120 | 54 | 34 |
| Octal | 303 | 36 | 353 | 21 | 127 | 0 | 10 | 440 | 124 | 64 |
| Binary | 11000011 | 11110 | 11101011 | 10001 | 1010111 | 0 | 1000 | 100100000 | 1010100 | 110100 |
Color Harmonies of #C31EEB
Complementary color
Monochromatic Colors of #C31EEB
Black with #C31EEB
Text Example
Text Example
White with #C31EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31EEB; }
p { color: rgb(195,30,235); }
H1.HeaderClassName
{
color: #C31EEB;
}
.AnyTagClassName
{
color: #C31EEB;
}
</style>
background-color css
<style>
a { background-color: #C31EEB; }
a { background-color: rgb(195,30,235); }
div.DivClassName
{
background-color: #C31EEB;
}
.BgClassName
{
background-color: #C31EEB;
}
</style>
border-color css
<style>
span { border-color: #C31EEB; }
span { border-color: rgb(195,30,235); }
td.TdClassName
{
border-color: #C31EEB;
}
.TagClassName
{
border-color: #C31EEB;
}
</style>