Shades of Electric Purple #C121FE
Tints of Electric Purple #C121FE
RGB
CMYK
RGB Variations
Color information
#C121FE (or 0xC121FE) is known color: Electric Purple. HEX triplet: C1, 21 and FE. RGB value is (193,33,254). Sum of RGB (Red+Green+Blue) = 193+33+254=480 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.21% from 480); Green value is 33 (13.28% from 255 or 6.88% from 480); Blue value is 254 (99.61% from 255 or 52.92% from 480); Max value from RGB is 254 - color contains mainly: blue. Hex color #C121FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C121FE is #3EDE01. Grayscale: #696969. Windows color (decimal): -4120066 or 16654785. OLE color: 16654785.
HSL color Cylindrical-coordinate representation of color #C121FE: hue angle of 283.44º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C121FE is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 193 | 33 | 254 | - |
| CMYK | 0.24 | 0.87 | 0 | 0.00 |
| HSL | 283.44º | 0.99% | 0.56% | - |
| HSV(B) | 283.44º | 0.87% | 1% | - |
| XYZ | 40.43 | 19.58 | 95.41 | - |
| YUV | 106.03 | 211.51 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 33 | 254 | 0.24 | 0.87 | 0 | 0.00 | 283.44 | 0.99 | 0.56 |
| Hex | C1 | 21 | FE | 18 | 57 | 0 | 0 | 11B | 63 | 38 |
| Octal | 301 | 41 | 376 | 30 | 127 | 0 | 0 | 433 | 143 | 70 |
| Binary | 11000001 | 100001 | 11111110 | 11000 | 1010111 | 0 | 0 | 100011011 | 1100011 | 111000 |
Color Harmonies of #C121FE
Complementary color
Monochromatic Colors of #C121FE
Black with #C121FE
Text Example
Text Example
White with #C121FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C121FE; }
p { color: rgb(193,33,254); }
H1.HeaderClassName
{
color: #C121FE;
}
.AnyTagClassName
{
color: #C121FE;
}
</style>
background-color css
<style>
a { background-color: #C121FE; }
a { background-color: rgb(193,33,254); }
div.DivClassName
{
background-color: #C121FE;
}
.BgClassName
{
background-color: #C121FE;
}
</style>
border-color css
<style>
span { border-color: #C121FE; }
span { border-color: rgb(193,33,254); }
td.TdClassName
{
border-color: #C121FE;
}
.TagClassName
{
border-color: #C121FE;
}
</style>