Shades of Electric Purple #C501FB
Tints of Electric Purple #C501FB
RGB
CMYK
RGB Variations
Color information
#C501FB (or 0xC501FB) is known color: Electric Purple. HEX triplet: C5, 01 and FB. RGB value is (197,1,251). Sum of RGB (Red+Green+Blue) = 197+1+251=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 1 (0.78% from 255 or 0.22% from 449); Blue value is 251 (98.44% from 255 or 55.90% from 449); Max value from RGB is 251 - color contains mainly: blue. Hex color #C501FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C501FB is #3AFE04. Grayscale: #575757. Windows color (decimal): -3866117 or 16449989. OLE color: 16449989.
HSL color Cylindrical-coordinate representation of color #C501FB: hue angle of 287.04º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C501FB is Cyan = 0.22, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 1 | 251 | - |
| CMYK | 0.22 | 1.00 | 0 | 0.02 |
| HSL | 287.04º | 0.99% | 0.49% | - |
| HSV(B) | 287.04º | 1% | 0.98% | - |
| XYZ | 40.45 | 18.86 | 92.77 | - |
| YUV | 88.1 | 219.93 | 205.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 1 | 251 | 0.22 | 1.00 | 0 | 0.02 | 287.04 | 0.99 | 0.49 |
| Hex | C5 | 1 | FB | 16 | 64 | 0 | 2 | 11F | 63 | 31 |
| Octal | 305 | 1 | 373 | 26 | 144 | 0 | 2 | 437 | 143 | 61 |
| Binary | 11000101 | 1 | 11111011 | 10110 | 1100100 | 0 | 10 | 100011111 | 1100011 | 110001 |
Color Harmonies of #C501FB
Complementary color
Monochromatic Colors of #C501FB
Black with #C501FB
Text Example
Text Example
White with #C501FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C501FB; }
p { color: rgb(197,1,251); }
H1.HeaderClassName
{
color: #C501FB;
}
.AnyTagClassName
{
color: #C501FB;
}
</style>
background-color css
<style>
a { background-color: #C501FB; }
a { background-color: rgb(197,1,251); }
div.DivClassName
{
background-color: #C501FB;
}
.BgClassName
{
background-color: #C501FB;
}
</style>
border-color css
<style>
span { border-color: #C501FB; }
span { border-color: rgb(197,1,251); }
td.TdClassName
{
border-color: #C501FB;
}
.TagClassName
{
border-color: #C501FB;
}
</style>