Shades of Electric Purple #C11CFC
Tints of Electric Purple #C11CFC
RGB
CMYK
RGB Variations
Color information
#C11CFC (or 0xC11CFC) is known color: Electric Purple. HEX triplet: C1, 1C and FC. RGB value is (193,28,252). Sum of RGB (Red+Green+Blue) = 193+28+252=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 28 (11.33% from 255 or 5.92% from 473); Blue value is 252 (98.83% from 255 or 53.28% from 473); Max value from RGB is 252 - color contains mainly: blue. Hex color #C11CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C11CFC is #3EE303. Grayscale: #666666. Windows color (decimal): -4121348 or 16522433. OLE color: 16522433.
HSL color Cylindrical-coordinate representation of color #C11CFC: hue angle of 284.2º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C11CFC is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 28 | 252 | - |
| CMYK | 0.23 | 0.89 | 0 | 0.01 |
| HSL | 284.2º | 0.97% | 0.55% | - |
| HSV(B) | 284.2º | 0.89% | 0.99% | - |
| XYZ | 39.98 | 19.2 | 93.69 | - |
| YUV | 102.87 | 212.16 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 28 | 252 | 0.23 | 0.89 | 0 | 0.01 | 284.2 | 0.97 | 0.55 |
| Hex | C1 | 1C | FC | 17 | 59 | 0 | 1 | 11C | 61 | 37 |
| Octal | 301 | 34 | 374 | 27 | 131 | 0 | 1 | 434 | 141 | 67 |
| Binary | 11000001 | 11100 | 11111100 | 10111 | 1011001 | 0 | 1 | 100011100 | 1100001 | 110111 |
Color Harmonies of #C11CFC
Complementary color
Monochromatic Colors of #C11CFC
Black with #C11CFC
Text Example
Text Example
White with #C11CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11CFC; }
p { color: rgb(193,28,252); }
H1.HeaderClassName
{
color: #C11CFC;
}
.AnyTagClassName
{
color: #C11CFC;
}
</style>
background-color css
<style>
a { background-color: #C11CFC; }
a { background-color: rgb(193,28,252); }
div.DivClassName
{
background-color: #C11CFC;
}
.BgClassName
{
background-color: #C11CFC;
}
</style>
border-color css
<style>
span { border-color: #C11CFC; }
span { border-color: rgb(193,28,252); }
td.TdClassName
{
border-color: #C11CFC;
}
.TagClassName
{
border-color: #C11CFC;
}
</style>