Shades of Electric Purple #C311FC
Tints of Electric Purple #C311FC
RGB
CMYK
RGB Variations
Color information
#C311FC (or 0xC311FC) is known color: Electric Purple. HEX triplet: C3, 11 and FC. RGB value is (195,17,252). Sum of RGB (Red+Green+Blue) = 195+17+252=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 17 (7.03% from 255 or 3.66% from 464); Blue value is 252 (98.83% from 255 or 54.31% from 464); Max value from RGB is 252 - color contains mainly: blue. Hex color #C311FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C311FC is #3CEE03. Grayscale: #606060. Windows color (decimal): -3993092 or 16519619. OLE color: 16519619.
HSL color Cylindrical-coordinate representation of color #C311FC: hue angle of 285.45º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C311FC is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 17 | 252 | - |
| CMYK | 0.23 | 0.93 | 0 | 0.01 |
| HSL | 285.45º | 0.98% | 0.53% | - |
| HSV(B) | 285.45º | 0.93% | 0.99% | - |
| XYZ | 40.28 | 19.03 | 93.65 | - |
| YUV | 97.01 | 215.47 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 17 | 252 | 0.23 | 0.93 | 0 | 0.01 | 285.45 | 0.98 | 0.53 |
| Hex | C3 | 11 | FC | 17 | 5D | 0 | 1 | 11D | 62 | 35 |
| Octal | 303 | 21 | 374 | 27 | 135 | 0 | 1 | 435 | 142 | 65 |
| Binary | 11000011 | 10001 | 11111100 | 10111 | 1011101 | 0 | 1 | 100011101 | 1100010 | 110101 |
Color Harmonies of #C311FC
Complementary color
Monochromatic Colors of #C311FC
Black with #C311FC
Text Example
Text Example
White with #C311FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C311FC; }
p { color: rgb(195,17,252); }
H1.HeaderClassName
{
color: #C311FC;
}
.AnyTagClassName
{
color: #C311FC;
}
</style>
background-color css
<style>
a { background-color: #C311FC; }
a { background-color: rgb(195,17,252); }
div.DivClassName
{
background-color: #C311FC;
}
.BgClassName
{
background-color: #C311FC;
}
</style>
border-color css
<style>
span { border-color: #C311FC; }
span { border-color: rgb(195,17,252); }
td.TdClassName
{
border-color: #C311FC;
}
.TagClassName
{
border-color: #C311FC;
}
</style>