Shades of Electric Purple #C003FC
Tints of Electric Purple #C003FC
RGB
CMYK
RGB Variations
Color information
#C003FC (or 0xC003FC) is known color: Electric Purple. HEX triplet: C0, 03 and FC. RGB value is (192,3,252). Sum of RGB (Red+Green+Blue) = 192+3+252=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 3 (1.56% from 255 or 0.67% from 447); Blue value is 252 (98.83% from 255 or 56.38% from 447); Max value from RGB is 252 - color contains mainly: blue. Hex color #C003FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C003FC is #3FFC03. Grayscale: #575757. Windows color (decimal): -4193284 or 16516032. OLE color: 16516032.
HSL color Cylindrical-coordinate representation of color #C003FC: hue angle of 285.54º 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 #C003FC is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 3 | 252 | - |
| CMYK | 0.24 | 0.99 | 0 | 0.01 |
| HSL | 285.54º | 0.98% | 0.5% | - |
| HSV(B) | 285.54º | 0.99% | 0.99% | - |
| XYZ | 39.34 | 18.3 | 93.55 | - |
| YUV | 87.9 | 220.62 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 3 | 252 | 0.24 | 0.99 | 0 | 0.01 | 285.54 | 0.98 | 0.5 |
| Hex | C0 | 3 | FC | 18 | 63 | 0 | 1 | 11E | 62 | 32 |
| Octal | 300 | 3 | 374 | 30 | 143 | 0 | 1 | 436 | 142 | 62 |
| Binary | 11000000 | 11 | 11111100 | 11000 | 1100011 | 0 | 1 | 100011110 | 1100010 | 110010 |
Color Harmonies of #C003FC
Complementary color
Monochromatic Colors of #C003FC
Black with #C003FC
Text Example
Text Example
White with #C003FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C003FC; }
p { color: rgb(192,3,252); }
H1.HeaderClassName
{
color: #C003FC;
}
.AnyTagClassName
{
color: #C003FC;
}
</style>
background-color css
<style>
a { background-color: #C003FC; }
a { background-color: rgb(192,3,252); }
div.DivClassName
{
background-color: #C003FC;
}
.BgClassName
{
background-color: #C003FC;
}
</style>
border-color css
<style>
span { border-color: #C003FC; }
span { border-color: rgb(192,3,252); }
td.TdClassName
{
border-color: #C003FC;
}
.TagClassName
{
border-color: #C003FC;
}
</style>