Shades of Electric Purple #C127FE
Tints of Electric Purple #C127FE
RGB
CMYK
RGB Variations
Color information
#C127FE (or 0xC127FE) is known color: Electric Purple. HEX triplet: C1, 27 and FE. RGB value is (193,39,254). Sum of RGB (Red+Green+Blue) = 193+39+254=486 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.71% from 486); Green value is 39 (15.62% from 255 or 8.02% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #C127FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C127FE is #3ED801. Grayscale: #6C6C6C. Windows color (decimal): -4118530 or 16656321. OLE color: 16656321.
HSL color Cylindrical-coordinate representation of color #C127FE: hue angle of 282.98º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C127FE is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 193 | 39 | 254 | - |
| CMYK | 0.24 | 0.85 | 0 | 0.00 |
| HSL | 282.98º | 0.99% | 0.57% | - |
| HSV(B) | 282.98º | 0.85% | 1% | - |
| XYZ | 40.61 | 19.94 | 95.48 | - |
| YUV | 109.56 | 209.52 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 39 | 254 | 0.24 | 0.85 | 0 | 0.00 | 282.98 | 0.99 | 0.57 |
| Hex | C1 | 27 | FE | 18 | 55 | 0 | 0 | 11B | 63 | 39 |
| Octal | 301 | 47 | 376 | 30 | 125 | 0 | 0 | 433 | 143 | 71 |
| Binary | 11000001 | 100111 | 11111110 | 11000 | 1010101 | 0 | 0 | 100011011 | 1100011 | 111001 |
Color Harmonies of #C127FE
Complementary color
Monochromatic Colors of #C127FE
Black with #C127FE
Text Example
Text Example
White with #C127FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C127FE; }
p { color: rgb(193,39,254); }
H1.HeaderClassName
{
color: #C127FE;
}
.AnyTagClassName
{
color: #C127FE;
}
</style>
background-color css
<style>
a { background-color: #C127FE; }
a { background-color: rgb(193,39,254); }
div.DivClassName
{
background-color: #C127FE;
}
.BgClassName
{
background-color: #C127FE;
}
</style>
border-color css
<style>
span { border-color: #C127FE; }
span { border-color: rgb(193,39,254); }
td.TdClassName
{
border-color: #C127FE;
}
.TagClassName
{
border-color: #C127FE;
}
</style>