Shades of Electric Purple #C003FE
Tints of Electric Purple #C003FE
RGB
CMYK
RGB Variations
Color information
#C003FE (or 0xC003FE) is known color: Electric Purple. HEX triplet: C0, 03 and FE. RGB value is (192,3,254). Sum of RGB (Red+Green+Blue) = 192+3+254=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 3 (1.56% from 255 or 0.67% from 449); Blue value is 254 (99.61% from 255 or 56.57% from 449); Max value from RGB is 254 - color contains mainly: blue. Hex color #C003FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C003FE is #3FFC01. Grayscale: #575757. Windows color (decimal): -4193282 or 16647104. OLE color: 16647104.
HSL color Cylindrical-coordinate representation of color #C003FE: hue angle of 285.18º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C003FE is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 3 | 254 | - |
| CMYK | 0.24 | 0.99 | 0 | 0.00 |
| HSL | 285.18º | 0.99% | 0.5% | - |
| HSV(B) | 285.18º | 0.99% | 1% | - |
| XYZ | 39.66 | 18.43 | 95.23 | - |
| YUV | 88.13 | 221.62 | 202.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 3 | 254 | 0.24 | 0.99 | 0 | 0.00 | 285.18 | 0.99 | 0.5 |
| Hex | C0 | 3 | FE | 18 | 63 | 0 | 0 | 11D | 63 | 32 |
| Octal | 300 | 3 | 376 | 30 | 143 | 0 | 0 | 435 | 143 | 62 |
| Binary | 11000000 | 11 | 11111110 | 11000 | 1100011 | 0 | 0 | 100011101 | 1100011 | 110010 |
Color Harmonies of #C003FE
Complementary color
Monochromatic Colors of #C003FE
Black with #C003FE
Text Example
Text Example
White with #C003FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C003FE; }
p { color: rgb(192,3,254); }
H1.HeaderClassName
{
color: #C003FE;
}
.AnyTagClassName
{
color: #C003FE;
}
</style>
background-color css
<style>
a { background-color: #C003FE; }
a { background-color: rgb(192,3,254); }
div.DivClassName
{
background-color: #C003FE;
}
.BgClassName
{
background-color: #C003FE;
}
</style>
border-color css
<style>
span { border-color: #C003FE; }
span { border-color: rgb(192,3,254); }
td.TdClassName
{
border-color: #C003FE;
}
.TagClassName
{
border-color: #C003FE;
}
</style>