Shades of Electric Purple #C113FC
Tints of Electric Purple #C113FC
RGB
CMYK
RGB Variations
Color information
#C113FC (or 0xC113FC) is known color: Electric Purple. HEX triplet: C1, 13 and FC. RGB value is (193,19,252). Sum of RGB (Red+Green+Blue) = 193+19+252=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 19 (7.81% from 255 or 4.09% 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 #C113FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C113FC is #3EEC03. Grayscale: #606060. Windows color (decimal): -4123652 or 16520129. OLE color: 16520129.
HSL color Cylindrical-coordinate representation of color #C113FC: hue angle of 284.81º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C113FC is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 19 | 252 | - |
| CMYK | 0.23 | 0.92 | 0 | 0.01 |
| HSL | 284.81º | 0.97% | 0.53% | - |
| HSV(B) | 284.81º | 0.92% | 0.99% | - |
| XYZ | 39.8 | 18.83 | 93.63 | - |
| YUV | 97.59 | 215.15 | 196.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 19 | 252 | 0.23 | 0.92 | 0 | 0.01 | 284.81 | 0.97 | 0.53 |
| Hex | C1 | 13 | FC | 17 | 5C | 0 | 1 | 11D | 61 | 35 |
| Octal | 301 | 23 | 374 | 27 | 134 | 0 | 1 | 435 | 141 | 65 |
| Binary | 11000001 | 10011 | 11111100 | 10111 | 1011100 | 0 | 1 | 100011101 | 1100001 | 110101 |
Color Harmonies of #C113FC
Complementary color
Monochromatic Colors of #C113FC
Black with #C113FC
Text Example
Text Example
White with #C113FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C113FC; }
p { color: rgb(193,19,252); }
H1.HeaderClassName
{
color: #C113FC;
}
.AnyTagClassName
{
color: #C113FC;
}
</style>
background-color css
<style>
a { background-color: #C113FC; }
a { background-color: rgb(193,19,252); }
div.DivClassName
{
background-color: #C113FC;
}
.BgClassName
{
background-color: #C113FC;
}
</style>
border-color css
<style>
span { border-color: #C113FC; }
span { border-color: rgb(193,19,252); }
td.TdClassName
{
border-color: #C113FC;
}
.TagClassName
{
border-color: #C113FC;
}
</style>