Shades of Electric Purple #C113FB
Tints of Electric Purple #C113FB
RGB
CMYK
RGB Variations
Color information
#C113FB (or 0xC113FB) is known color: Electric Purple. HEX triplet: C1, 13 and FB. RGB value is (193,19,251). Sum of RGB (Red+Green+Blue) = 193+19+251=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 19 (7.81% from 255 or 4.10% from 463); Blue value is 251 (98.44% from 255 or 54.21% from 463); Max value from RGB is 251 - color contains mainly: blue. Hex color #C113FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C113FB is #3EEC04. Grayscale: #606060. Windows color (decimal): -4123653 or 16454593. OLE color: 16454593.
HSL color Cylindrical-coordinate representation of color #C113FB: hue angle of 285º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C113FB is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 19 | 251 | - |
| CMYK | 0.23 | 0.92 | 0 | 0.02 |
| HSL | 285º | 0.97% | 0.53% | - |
| HSV(B) | 285º | 0.92% | 0.98% | - |
| XYZ | 39.64 | 18.77 | 92.8 | - |
| YUV | 97.47 | 214.65 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 19 | 251 | 0.23 | 0.92 | 0 | 0.02 | 285 | 0.97 | 0.53 |
| Hex | C1 | 13 | FB | 17 | 5C | 0 | 2 | 11D | 61 | 35 |
| Octal | 301 | 23 | 373 | 27 | 134 | 0 | 2 | 435 | 141 | 65 |
| Binary | 11000001 | 10011 | 11111011 | 10111 | 1011100 | 0 | 10 | 100011101 | 1100001 | 110101 |
Color Harmonies of #C113FB
Complementary color
Monochromatic Colors of #C113FB
Black with #C113FB
Text Example
Text Example
White with #C113FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C113FB; }
p { color: rgb(193,19,251); }
H1.HeaderClassName
{
color: #C113FB;
}
.AnyTagClassName
{
color: #C113FB;
}
</style>
background-color css
<style>
a { background-color: #C113FB; }
a { background-color: rgb(193,19,251); }
div.DivClassName
{
background-color: #C113FB;
}
.BgClassName
{
background-color: #C113FB;
}
</style>
border-color css
<style>
span { border-color: #C113FB; }
span { border-color: rgb(193,19,251); }
td.TdClassName
{
border-color: #C113FB;
}
.TagClassName
{
border-color: #C113FB;
}
</style>