Shades of Electric Purple #C002FC
Tints of Electric Purple #C002FC
RGB
CMYK
RGB Variations
Color information
#C002FC (or 0xC002FC) is known color: Electric Purple. HEX triplet: C0, 02 and FC. RGB value is (192,2,252). Sum of RGB (Red+Green+Blue) = 192+2+252=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 2 (1.17% from 255 or 0.45% from 446); Blue value is 252 (98.83% from 255 or 56.50% from 446); Max value from RGB is 252 - color contains mainly: blue. Hex color #C002FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C002FC is #3FFD03. Grayscale: #565656. Windows color (decimal): -4193540 or 16515776. OLE color: 16515776.
HSL color Cylindrical-coordinate representation of color #C002FC: hue angle of 285.6º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C002FC is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 2 | 252 | - |
| CMYK | 0.24 | 0.99 | 0 | 0.01 |
| HSL | 285.6º | 0.98% | 0.5% | - |
| HSV(B) | 285.6º | 0.99% | 0.99% | - |
| XYZ | 39.33 | 18.28 | 93.55 | - |
| YUV | 87.31 | 220.95 | 202.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 2 | 252 | 0.24 | 0.99 | 0 | 0.01 | 285.6 | 0.98 | 0.5 |
| Hex | C0 | 2 | FC | 18 | 63 | 0 | 1 | 11E | 62 | 32 |
| Octal | 300 | 2 | 374 | 30 | 143 | 0 | 1 | 436 | 142 | 62 |
| Binary | 11000000 | 10 | 11111100 | 11000 | 1100011 | 0 | 1 | 100011110 | 1100010 | 110010 |
Color Harmonies of #C002FC
Complementary color
Monochromatic Colors of #C002FC
Black with #C002FC
Text Example
Text Example
White with #C002FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C002FC; }
p { color: rgb(192,2,252); }
H1.HeaderClassName
{
color: #C002FC;
}
.AnyTagClassName
{
color: #C002FC;
}
</style>
background-color css
<style>
a { background-color: #C002FC; }
a { background-color: rgb(192,2,252); }
div.DivClassName
{
background-color: #C002FC;
}
.BgClassName
{
background-color: #C002FC;
}
</style>
border-color css
<style>
span { border-color: #C002FC; }
span { border-color: rgb(192,2,252); }
td.TdClassName
{
border-color: #C002FC;
}
.TagClassName
{
border-color: #C002FC;
}
</style>