Shades of Electric Purple #C122FB
Tints of Electric Purple #C122FB
RGB
CMYK
RGB Variations
Color information
#C122FB (or 0xC122FB) is known color: Electric Purple. HEX triplet: C1, 22 and FB. RGB value is (193,34,251). Sum of RGB (Red+Green+Blue) = 193+34+251=478 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.38% from 478); Green value is 34 (13.67% from 255 or 7.11% from 478); Blue value is 251 (98.44% from 255 or 52.51% from 478); Max value from RGB is 251 - color contains mainly: blue. Hex color #C122FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C122FB is #3EDD04. Grayscale: #696969. Windows color (decimal): -4119813 or 16458433. OLE color: 16458433.
HSL color Cylindrical-coordinate representation of color #C122FB: hue angle of 283.96º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C122FB is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 34 | 251 | - |
| CMYK | 0.23 | 0.86 | 0 | 0.02 |
| HSL | 283.96º | 0.96% | 0.56% | - |
| HSV(B) | 283.96º | 0.86% | 0.98% | - |
| XYZ | 39.98 | 19.45 | 92.91 | - |
| YUV | 106.28 | 209.68 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 34 | 251 | 0.23 | 0.86 | 0 | 0.02 | 283.96 | 0.96 | 0.56 |
| Hex | C1 | 22 | FB | 17 | 56 | 0 | 2 | 11C | 60 | 38 |
| Octal | 301 | 42 | 373 | 27 | 126 | 0 | 2 | 434 | 140 | 70 |
| Binary | 11000001 | 100010 | 11111011 | 10111 | 1010110 | 0 | 10 | 100011100 | 1100000 | 111000 |
Color Harmonies of #C122FB
Complementary color
Monochromatic Colors of #C122FB
Black with #C122FB
Text Example
Text Example
White with #C122FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C122FB; }
p { color: rgb(193,34,251); }
H1.HeaderClassName
{
color: #C122FB;
}
.AnyTagClassName
{
color: #C122FB;
}
</style>
background-color css
<style>
a { background-color: #C122FB; }
a { background-color: rgb(193,34,251); }
div.DivClassName
{
background-color: #C122FB;
}
.BgClassName
{
background-color: #C122FB;
}
</style>
border-color css
<style>
span { border-color: #C122FB; }
span { border-color: rgb(193,34,251); }
td.TdClassName
{
border-color: #C122FB;
}
.TagClassName
{
border-color: #C122FB;
}
</style>