Shades of Electric Purple #C113F9
Tints of Electric Purple #C113F9
RGB
CMYK
RGB Variations
Color information
#C113F9 (or 0xC113F9) is known color: Electric Purple. HEX triplet: C1, 13 and F9. RGB value is (193,19,249). Sum of RGB (Red+Green+Blue) = 193+19+249=461 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.87% from 461); Green value is 19 (7.81% from 255 or 4.12% from 461); Blue value is 249 (97.66% from 255 or 54.01% from 461); Max value from RGB is 249 - color contains mainly: blue. Hex color #C113F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C113F9 is #3EEC06. Grayscale: #606060. Windows color (decimal): -4123655 or 16323521. OLE color: 16323521.
HSL color Cylindrical-coordinate representation of color #C113F9: hue angle of 285.39º degrees, saturation: 0.95, 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 #C113F9 is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 19 | 249 | - |
| CMYK | 0.22 | 0.92 | 0 | 0.02 |
| HSL | 285.39º | 0.95% | 0.53% | - |
| HSV(B) | 285.39º | 0.92% | 0.98% | - |
| XYZ | 39.32 | 18.64 | 91.15 | - |
| YUV | 97.25 | 213.65 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 19 | 249 | 0.22 | 0.92 | 0 | 0.02 | 285.39 | 0.95 | 0.53 |
| Hex | C1 | 13 | F9 | 16 | 5C | 0 | 2 | 11D | 5F | 35 |
| Octal | 301 | 23 | 371 | 26 | 134 | 0 | 2 | 435 | 137 | 65 |
| Binary | 11000001 | 10011 | 11111001 | 10110 | 1011100 | 0 | 10 | 100011101 | 1011111 | 110101 |
Color Harmonies of #C113F9
Complementary color
Monochromatic Colors of #C113F9
Black with #C113F9
Text Example
Text Example
White with #C113F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C113F9; }
p { color: rgb(193,19,249); }
H1.HeaderClassName
{
color: #C113F9;
}
.AnyTagClassName
{
color: #C113F9;
}
</style>
background-color css
<style>
a { background-color: #C113F9; }
a { background-color: rgb(193,19,249); }
div.DivClassName
{
background-color: #C113F9;
}
.BgClassName
{
background-color: #C113F9;
}
</style>
border-color css
<style>
span { border-color: #C113F9; }
span { border-color: rgb(193,19,249); }
td.TdClassName
{
border-color: #C113F9;
}
.TagClassName
{
border-color: #C113F9;
}
</style>