Shades of Electric Purple #C009FE
Tints of Electric Purple #C009FE
RGB
CMYK
RGB Variations
Color information
#C009FE (or 0xC009FE) is known color: Electric Purple. HEX triplet: C0, 09 and FE. RGB value is (192,9,254). Sum of RGB (Red+Green+Blue) = 192+9+254=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 9 (3.91% from 255 or 1.98% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #C009FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C009FE is #3FF601. Grayscale: #5A5A5A. Windows color (decimal): -4191746 or 16648640. OLE color: 16648640.
HSL color Cylindrical-coordinate representation of color #C009FE: hue angle of 284.82º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C009FE is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 9 | 254 | - |
| CMYK | 0.24 | 0.96 | 0 | 0.00 |
| HSL | 284.82º | 0.99% | 0.52% | - |
| HSV(B) | 284.82º | 0.96% | 1% | - |
| XYZ | 39.73 | 18.56 | 95.25 | - |
| YUV | 91.65 | 219.63 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 9 | 254 | 0.24 | 0.96 | 0 | 0.00 | 284.82 | 0.99 | 0.52 |
| Hex | C0 | 9 | FE | 18 | 60 | 0 | 0 | 11D | 63 | 34 |
| Octal | 300 | 11 | 376 | 30 | 140 | 0 | 0 | 435 | 143 | 64 |
| Binary | 11000000 | 1001 | 11111110 | 11000 | 1100000 | 0 | 0 | 100011101 | 1100011 | 110100 |
Color Harmonies of #C009FE
Complementary color
Monochromatic Colors of #C009FE
Black with #C009FE
Text Example
Text Example
White with #C009FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C009FE; }
p { color: rgb(192,9,254); }
H1.HeaderClassName
{
color: #C009FE;
}
.AnyTagClassName
{
color: #C009FE;
}
</style>
background-color css
<style>
a { background-color: #C009FE; }
a { background-color: rgb(192,9,254); }
div.DivClassName
{
background-color: #C009FE;
}
.BgClassName
{
background-color: #C009FE;
}
</style>
border-color css
<style>
span { border-color: #C009FE; }
span { border-color: rgb(192,9,254); }
td.TdClassName
{
border-color: #C009FE;
}
.TagClassName
{
border-color: #C009FE;
}
</style>