Shades of Electric Purple #C104FB
Tints of Electric Purple #C104FB
RGB
CMYK
RGB Variations
Color information
#C104FB (or 0xC104FB) is known color: Electric Purple. HEX triplet: C1, 04 and FB. RGB value is (193,4,251). Sum of RGB (Red+Green+Blue) = 193+4+251=448 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.08% from 448); Green value is 4 (1.95% from 255 or 0.89% from 448); Blue value is 251 (98.44% from 255 or 56.03% from 448); Max value from RGB is 251 - color contains mainly: blue. Hex color #C104FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C104FB is #3EFB04. Grayscale: #575757. Windows color (decimal): -4127493 or 16450753. OLE color: 16450753.
HSL color Cylindrical-coordinate representation of color #C104FB: hue angle of 285.91º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C104FB is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 4 | 251 | - |
| CMYK | 0.23 | 0.98 | 0 | 0.02 |
| HSL | 285.91º | 0.97% | 0.5% | - |
| HSV(B) | 285.91º | 0.98% | 0.98% | - |
| XYZ | 39.45 | 18.39 | 92.74 | - |
| YUV | 88.67 | 219.62 | 202.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 4 | 251 | 0.23 | 0.98 | 0 | 0.02 | 285.91 | 0.97 | 0.5 |
| Hex | C1 | 4 | FB | 17 | 62 | 0 | 2 | 11E | 61 | 32 |
| Octal | 301 | 4 | 373 | 27 | 142 | 0 | 2 | 436 | 141 | 62 |
| Binary | 11000001 | 100 | 11111011 | 10111 | 1100010 | 0 | 10 | 100011110 | 1100001 | 110010 |
Color Harmonies of #C104FB
Complementary color
Monochromatic Colors of #C104FB
Black with #C104FB
Text Example
Text Example
White with #C104FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C104FB; }
p { color: rgb(193,4,251); }
H1.HeaderClassName
{
color: #C104FB;
}
.AnyTagClassName
{
color: #C104FB;
}
</style>
background-color css
<style>
a { background-color: #C104FB; }
a { background-color: rgb(193,4,251); }
div.DivClassName
{
background-color: #C104FB;
}
.BgClassName
{
background-color: #C104FB;
}
</style>
border-color css
<style>
span { border-color: #C104FB; }
span { border-color: rgb(193,4,251); }
td.TdClassName
{
border-color: #C104FB;
}
.TagClassName
{
border-color: #C104FB;
}
</style>