Shades of Electric Purple #C113F2
Tints of Electric Purple #C113F2
RGB
CMYK
RGB Variations
Color information
#C113F2 (or 0xC113F2) is known color: Electric Purple. HEX triplet: C1, 13 and F2. RGB value is (193,19,242). Sum of RGB (Red+Green+Blue) = 193+19+242=454 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.51% from 454); Green value is 19 (7.81% from 255 or 4.19% from 454); Blue value is 242 (94.92% from 255 or 53.30% from 454); Max value from RGB is 242 - color contains mainly: blue. Hex color #C113F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C113F2 is #3EEC0D. Grayscale: #5F5F5F. Windows color (decimal): -4123662 or 15864769. OLE color: 15864769.
HSL color Cylindrical-coordinate representation of color #C113F2: hue angle of 286.82º 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 #C113F2 is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 19 | 242 | - |
| CMYK | 0.20 | 0.92 | 0 | 0.05 |
| HSL | 286.82º | 0.9% | 0.51% | - |
| HSV(B) | 286.82º | 0.92% | 0.95% | - |
| XYZ | 38.25 | 18.21 | 85.5 | - |
| YUV | 96.45 | 210.15 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 19 | 242 | 0.20 | 0.92 | 0 | 0.05 | 286.82 | 0.9 | 0.51 |
| Hex | C1 | 13 | F2 | 14 | 5C | 0 | 5 | 11F | 5A | 33 |
| Octal | 301 | 23 | 362 | 24 | 134 | 0 | 5 | 437 | 132 | 63 |
| Binary | 11000001 | 10011 | 11110010 | 10100 | 1011100 | 0 | 101 | 100011111 | 1011010 | 110011 |
Color Harmonies of #C113F2
Complementary color
Monochromatic Colors of #C113F2
Black with #C113F2
Text Example
Text Example
White with #C113F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C113F2; }
p { color: rgb(193,19,242); }
H1.HeaderClassName
{
color: #C113F2;
}
.AnyTagClassName
{
color: #C113F2;
}
</style>
background-color css
<style>
a { background-color: #C113F2; }
a { background-color: rgb(193,19,242); }
div.DivClassName
{
background-color: #C113F2;
}
.BgClassName
{
background-color: #C113F2;
}
</style>
border-color css
<style>
span { border-color: #C113F2; }
span { border-color: rgb(193,19,242); }
td.TdClassName
{
border-color: #C113F2;
}
.TagClassName
{
border-color: #C113F2;
}
</style>