Shades of Electric Purple #C113F3
Tints of Electric Purple #C113F3
RGB
CMYK
RGB Variations
Color information
#C113F3 (or 0xC113F3) is known color: Electric Purple. HEX triplet: C1, 13 and F3. RGB value is (193,19,243). Sum of RGB (Red+Green+Blue) = 193+19+243=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 19 (7.81% from 255 or 4.18% from 455); Blue value is 243 (95.31% from 255 or 53.41% from 455); Max value from RGB is 243 - color contains mainly: blue. Hex color #C113F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C113F3 is #3EEC0C. Grayscale: #5F5F5F. Windows color (decimal): -4123661 or 15930305. OLE color: 15930305.
HSL color Cylindrical-coordinate representation of color #C113F3: hue angle of 286.61º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C113F3 is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 19 | 243 | - |
| CMYK | 0.21 | 0.92 | 0 | 0.05 |
| HSL | 286.61º | 0.9% | 0.51% | - |
| HSV(B) | 286.61º | 0.92% | 0.95% | - |
| XYZ | 38.4 | 18.27 | 86.3 | - |
| YUV | 96.56 | 210.65 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 19 | 243 | 0.21 | 0.92 | 0 | 0.05 | 286.61 | 0.9 | 0.51 |
| Hex | C1 | 13 | F3 | 15 | 5C | 0 | 5 | 11F | 5A | 33 |
| Octal | 301 | 23 | 363 | 25 | 134 | 0 | 5 | 437 | 132 | 63 |
| Binary | 11000001 | 10011 | 11110011 | 10101 | 1011100 | 0 | 101 | 100011111 | 1011010 | 110011 |
Color Harmonies of #C113F3
Complementary color
Monochromatic Colors of #C113F3
Black with #C113F3
Text Example
Text Example
White with #C113F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C113F3; }
p { color: rgb(193,19,243); }
H1.HeaderClassName
{
color: #C113F3;
}
.AnyTagClassName
{
color: #C113F3;
}
</style>
background-color css
<style>
a { background-color: #C113F3; }
a { background-color: rgb(193,19,243); }
div.DivClassName
{
background-color: #C113F3;
}
.BgClassName
{
background-color: #C113F3;
}
</style>
border-color css
<style>
span { border-color: #C113F3; }
span { border-color: rgb(193,19,243); }
td.TdClassName
{
border-color: #C113F3;
}
.TagClassName
{
border-color: #C113F3;
}
</style>