Shades of Electric Purple #C11BF4
Tints of Electric Purple #C11BF4
RGB
CMYK
RGB Variations
Color information
#C11BF4 (or 0xC11BF4) is known color: Electric Purple. HEX triplet: C1, 1B and F4. RGB value is (193,27,244). Sum of RGB (Red+Green+Blue) = 193+27+244=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 27 (10.94% from 255 or 5.82% from 464); Blue value is 244 (95.70% from 255 or 52.59% from 464); Max value from RGB is 244 - color contains mainly: blue. Hex color #C11BF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C11BF4 is #3EE40B. Grayscale: #646464. Windows color (decimal): -4121612 or 15997889. OLE color: 15997889.
HSL color Cylindrical-coordinate representation of color #C11BF4: hue angle of 285.9º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C11BF4 is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 193 | 27 | 244 | - |
| CMYK | 0.21 | 0.89 | 0 | 0.04 |
| HSL | 285.9º | 0.91% | 0.53% | - |
| HSV(B) | 285.9º | 0.89% | 0.96% | - |
| XYZ | 38.71 | 18.65 | 87.15 | - |
| YUV | 101.37 | 208.5 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 27 | 244 | 0.21 | 0.89 | 0 | 0.04 | 285.9 | 0.91 | 0.53 |
| Hex | C1 | 1B | F4 | 15 | 59 | 0 | 4 | 11E | 5B | 35 |
| Octal | 301 | 33 | 364 | 25 | 131 | 0 | 4 | 436 | 133 | 65 |
| Binary | 11000001 | 11011 | 11110100 | 10101 | 1011001 | 0 | 100 | 100011110 | 1011011 | 110101 |
Color Harmonies of #C11BF4
Complementary color
Monochromatic Colors of #C11BF4
Black with #C11BF4
Text Example
Text Example
White with #C11BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11BF4; }
p { color: rgb(193,27,244); }
H1.HeaderClassName
{
color: #C11BF4;
}
.AnyTagClassName
{
color: #C11BF4;
}
</style>
background-color css
<style>
a { background-color: #C11BF4; }
a { background-color: rgb(193,27,244); }
div.DivClassName
{
background-color: #C11BF4;
}
.BgClassName
{
background-color: #C11BF4;
}
</style>
border-color css
<style>
span { border-color: #C11BF4; }
span { border-color: rgb(193,27,244); }
td.TdClassName
{
border-color: #C11BF4;
}
.TagClassName
{
border-color: #C11BF4;
}
</style>