Shades of Electric Purple #C005FB
Tints of Electric Purple #C005FB
RGB
CMYK
RGB Variations
Color information
#C005FB (or 0xC005FB) is known color: Electric Purple. HEX triplet: C0, 05 and FB. RGB value is (192,5,251). Sum of RGB (Red+Green+Blue) = 192+5+251=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 5 (2.34% from 255 or 1.12% 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 #C005FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C005FB is #3FFA04. Grayscale: #585858. Windows color (decimal): -4192773 or 16451008. OLE color: 16451008.
HSL color Cylindrical-coordinate representation of color #C005FB: hue angle of 285.61º 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 #C005FB is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 5 | 251 | - |
| CMYK | 0.24 | 0.98 | 0 | 0.02 |
| HSL | 285.61º | 0.97% | 0.5% | - |
| HSV(B) | 285.61º | 0.98% | 0.98% | - |
| XYZ | 39.21 | 18.28 | 92.73 | - |
| YUV | 88.96 | 219.45 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 5 | 251 | 0.24 | 0.98 | 0 | 0.02 | 285.61 | 0.97 | 0.5 |
| Hex | C0 | 5 | FB | 18 | 62 | 0 | 2 | 11E | 61 | 32 |
| Octal | 300 | 5 | 373 | 30 | 142 | 0 | 2 | 436 | 141 | 62 |
| Binary | 11000000 | 101 | 11111011 | 11000 | 1100010 | 0 | 10 | 100011110 | 1100001 | 110010 |
Color Harmonies of #C005FB
Complementary color
Monochromatic Colors of #C005FB
Black with #C005FB
Text Example
Text Example
White with #C005FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C005FB; }
p { color: rgb(192,5,251); }
H1.HeaderClassName
{
color: #C005FB;
}
.AnyTagClassName
{
color: #C005FB;
}
</style>
background-color css
<style>
a { background-color: #C005FB; }
a { background-color: rgb(192,5,251); }
div.DivClassName
{
background-color: #C005FB;
}
.BgClassName
{
background-color: #C005FB;
}
</style>
border-color css
<style>
span { border-color: #C005FB; }
span { border-color: rgb(192,5,251); }
td.TdClassName
{
border-color: #C005FB;
}
.TagClassName
{
border-color: #C005FB;
}
</style>