Shades of Electric Purple #C311EB
Tints of Electric Purple #C311EB
RGB
CMYK
RGB Variations
Color information
#C311EB (or 0xC311EB) is known color: Electric Purple. HEX triplet: C3, 11 and EB. RGB value is (195,17,235). Sum of RGB (Red+Green+Blue) = 195+17+235=447 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.62% from 447); Green value is 17 (7.03% from 255 or 3.80% from 447); Blue value is 235 (92.19% from 255 or 52.57% from 447); Max value from RGB is 235 - color contains mainly: blue. Hex color #C311EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C311EB is #3CEE14. Grayscale: #5E5E5E. Windows color (decimal): -3993109 or 15405507. OLE color: 15405507.
HSL color Cylindrical-coordinate representation of color #C311EB: hue angle of 288.99º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C311EB is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 17 | 235 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.08 |
| HSL | 288.99º | 0.87% | 0.49% | - |
| HSV(B) | 288.99º | 0.93% | 0.92% | - |
| XYZ | 37.7 | 18 | 80.08 | - |
| YUV | 95.07 | 206.97 | 199.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 17 | 235 | 0.17 | 0.93 | 0 | 0.08 | 288.99 | 0.87 | 0.49 |
| Hex | C3 | 11 | EB | 11 | 5D | 0 | 8 | 121 | 57 | 31 |
| Octal | 303 | 21 | 353 | 21 | 135 | 0 | 10 | 441 | 127 | 61 |
| Binary | 11000011 | 10001 | 11101011 | 10001 | 1011101 | 0 | 1000 | 100100001 | 1010111 | 110001 |
Color Harmonies of #C311EB
Complementary color
Monochromatic Colors of #C311EB
Black with #C311EB
Text Example
Text Example
White with #C311EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C311EB; }
p { color: rgb(195,17,235); }
H1.HeaderClassName
{
color: #C311EB;
}
.AnyTagClassName
{
color: #C311EB;
}
</style>
background-color css
<style>
a { background-color: #C311EB; }
a { background-color: rgb(195,17,235); }
div.DivClassName
{
background-color: #C311EB;
}
.BgClassName
{
background-color: #C311EB;
}
</style>
border-color css
<style>
span { border-color: #C311EB; }
span { border-color: rgb(195,17,235); }
td.TdClassName
{
border-color: #C311EB;
}
.TagClassName
{
border-color: #C311EB;
}
</style>