Shades of Electric Purple #C119F3
Tints of Electric Purple #C119F3
RGB
CMYK
RGB Variations
Color information
#C119F3 (or 0xC119F3) is known color: Electric Purple. HEX triplet: C1, 19 and F3. RGB value is (193,25,243). Sum of RGB (Red+Green+Blue) = 193+25+243=461 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.87% from 461); Green value is 25 (10.16% from 255 or 5.42% from 461); Blue value is 243 (95.31% from 255 or 52.71% from 461); Max value from RGB is 243 - color contains mainly: blue. Hex color #C119F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C119F3 is #3EE60C. Grayscale: #636363. Windows color (decimal): -4122125 or 15931841. OLE color: 15931841.
HSL color Cylindrical-coordinate representation of color #C119F3: hue angle of 286.24º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C119F3 is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 25 | 243 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.05 |
| HSL | 286.24º | 0.9% | 0.53% | - |
| HSV(B) | 286.24º | 0.9% | 0.95% | - |
| XYZ | 38.52 | 18.5 | 86.34 | - |
| YUV | 100.08 | 208.66 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 25 | 243 | 0.21 | 0.90 | 0 | 0.05 | 286.24 | 0.9 | 0.53 |
| Hex | C1 | 19 | F3 | 15 | 5A | 0 | 5 | 11E | 5A | 35 |
| Octal | 301 | 31 | 363 | 25 | 132 | 0 | 5 | 436 | 132 | 65 |
| Binary | 11000001 | 11001 | 11110011 | 10101 | 1011010 | 0 | 101 | 100011110 | 1011010 | 110101 |
Color Harmonies of #C119F3
Complementary color
Monochromatic Colors of #C119F3
Black with #C119F3
Text Example
Text Example
White with #C119F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C119F3; }
p { color: rgb(193,25,243); }
H1.HeaderClassName
{
color: #C119F3;
}
.AnyTagClassName
{
color: #C119F3;
}
</style>
background-color css
<style>
a { background-color: #C119F3; }
a { background-color: rgb(193,25,243); }
div.DivClassName
{
background-color: #C119F3;
}
.BgClassName
{
background-color: #C119F3;
}
</style>
border-color css
<style>
span { border-color: #C119F3; }
span { border-color: rgb(193,25,243); }
td.TdClassName
{
border-color: #C119F3;
}
.TagClassName
{
border-color: #C119F3;
}
</style>