Shades of Electric Purple #C011F0
Tints of Electric Purple #C011F0
RGB
CMYK
RGB Variations
Color information
#C011F0 (or 0xC011F0) is known color: Electric Purple. HEX triplet: C0, 11 and F0. RGB value is (192,17,240). Sum of RGB (Red+Green+Blue) = 192+17+240=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 17 (7.03% from 255 or 3.79% from 449); Blue value is 240 (94.14% from 255 or 53.45% from 449); Max value from RGB is 240 - color contains mainly: blue. Hex color #C011F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C011F0 is #3FEE0F. Grayscale: #5E5E5E. Windows color (decimal): -4189712 or 15733184. OLE color: 15733184.
HSL color Cylindrical-coordinate representation of color #C011F0: hue angle of 287.09º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C011F0 is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 17 | 240 | - |
| CMYK | 0.20 | 0.93 | 0 | 0.06 |
| HSL | 287.09º | 0.88% | 0.5% | - |
| HSV(B) | 287.09º | 0.93% | 0.94% | - |
| XYZ | 37.67 | 17.9 | 83.91 | - |
| YUV | 94.75 | 209.98 | 197.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 17 | 240 | 0.20 | 0.93 | 0 | 0.06 | 287.09 | 0.88 | 0.5 |
| Hex | C0 | 11 | F0 | 14 | 5D | 0 | 6 | 11F | 58 | 32 |
| Octal | 300 | 21 | 360 | 24 | 135 | 0 | 6 | 437 | 130 | 62 |
| Binary | 11000000 | 10001 | 11110000 | 10100 | 1011101 | 0 | 110 | 100011111 | 1011000 | 110010 |
Color Harmonies of #C011F0
Complementary color
Monochromatic Colors of #C011F0
Black with #C011F0
Text Example
Text Example
White with #C011F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C011F0; }
p { color: rgb(192,17,240); }
H1.HeaderClassName
{
color: #C011F0;
}
.AnyTagClassName
{
color: #C011F0;
}
</style>
background-color css
<style>
a { background-color: #C011F0; }
a { background-color: rgb(192,17,240); }
div.DivClassName
{
background-color: #C011F0;
}
.BgClassName
{
background-color: #C011F0;
}
</style>
border-color css
<style>
span { border-color: #C011F0; }
span { border-color: rgb(192,17,240); }
td.TdClassName
{
border-color: #C011F0;
}
.TagClassName
{
border-color: #C011F0;
}
</style>