Shades of Electric Purple #C001FB
Tints of Electric Purple #C001FB
RGB
CMYK
RGB Variations
Color information
#C001FB (or 0xC001FB) is known color: Electric Purple. HEX triplet: C0, 01 and FB. RGB value is (192,1,251). Sum of RGB (Red+Green+Blue) = 192+1+251=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 1 (0.78% from 255 or 0.23% from 444); Blue value is 251 (98.44% from 255 or 56.53% from 444); Max value from RGB is 251 - color contains mainly: blue. Hex color #C001FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C001FB is #3FFE04. Grayscale: #555555. Windows color (decimal): -4193797 or 16449984. OLE color: 16449984.
HSL color Cylindrical-coordinate representation of color #C001FB: hue angle of 285.84º 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 #C001FB is Cyan = 0.24, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 1 | 251 | - |
| CMYK | 0.24 | 1.00 | 0 | 0.02 |
| HSL | 285.84º | 0.99% | 0.49% | - |
| HSV(B) | 285.84º | 1% | 0.98% | - |
| XYZ | 39.16 | 18.19 | 92.71 | - |
| YUV | 86.61 | 220.78 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 1 | 251 | 0.24 | 1.00 | 0 | 0.02 | 285.84 | 0.99 | 0.49 |
| Hex | C0 | 1 | FB | 18 | 64 | 0 | 2 | 11E | 63 | 31 |
| Octal | 300 | 1 | 373 | 30 | 144 | 0 | 2 | 436 | 143 | 61 |
| Binary | 11000000 | 1 | 11111011 | 11000 | 1100100 | 0 | 10 | 100011110 | 1100011 | 110001 |
Color Harmonies of #C001FB
Complementary color
Monochromatic Colors of #C001FB
Black with #C001FB
Text Example
Text Example
White with #C001FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C001FB; }
p { color: rgb(192,1,251); }
H1.HeaderClassName
{
color: #C001FB;
}
.AnyTagClassName
{
color: #C001FB;
}
</style>
background-color css
<style>
a { background-color: #C001FB; }
a { background-color: rgb(192,1,251); }
div.DivClassName
{
background-color: #C001FB;
}
.BgClassName
{
background-color: #C001FB;
}
</style>
border-color css
<style>
span { border-color: #C001FB; }
span { border-color: rgb(192,1,251); }
td.TdClassName
{
border-color: #C001FB;
}
.TagClassName
{
border-color: #C001FB;
}
</style>