Shades of Electric Purple #C00FFF
Tints of Electric Purple #C00FFF
RGB
CMYK
RGB Variations
Color information
#C00FFF (or 0xC00FFF) is known color: Electric Purple. HEX triplet: C0, 0F and FF. RGB value is (192,15,255). Sum of RGB (Red+Green+Blue) = 192+15+255=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 15 (6.25% from 255 or 3.25% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #C00FFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C00FFF is #3FF000. Grayscale: #5E5E5E. Windows color (decimal): -4190209 or 16715712. OLE color: 16715712.
HSL color Cylindrical-coordinate representation of color #C00FFF: hue angle of 284.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C00FFF is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 15 | 255 | - |
| CMYK | 0.25 | 0.94 | 0 | 0 |
| HSL | 284.25º | 1% | 0.53% | - |
| HSV(B) | 284.25º | 0.94% | 1% | - |
| XYZ | 39.96 | 18.77 | 96.12 | - |
| YUV | 95.28 | 218.14 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 15 | 255 | 0.25 | 0.94 | 0 | 0 | 284.25 | 1 | 0.53 |
| Hex | C0 | F | FF | 19 | 5E | 0 | 0 | 11C | 64 | 35 |
| Octal | 300 | 17 | 377 | 31 | 136 | 0 | 0 | 434 | 144 | 65 |
| Binary | 11000000 | 1111 | 11111111 | 11001 | 1011110 | 0 | 0 | 100011100 | 1100100 | 110101 |
Color Harmonies of #C00FFF
Complementary color
Monochromatic Colors of #C00FFF
Black with #C00FFF
Text Example
Text Example
White with #C00FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00FFF; }
p { color: rgb(192,15,255); }
H1.HeaderClassName
{
color: #C00FFF;
}
.AnyTagClassName
{
color: #C00FFF;
}
</style>
background-color css
<style>
a { background-color: #C00FFF; }
a { background-color: rgb(192,15,255); }
div.DivClassName
{
background-color: #C00FFF;
}
.BgClassName
{
background-color: #C00FFF;
}
</style>
border-color css
<style>
span { border-color: #C00FFF; }
span { border-color: rgb(192,15,255); }
td.TdClassName
{
border-color: #C00FFF;
}
.TagClassName
{
border-color: #C00FFF;
}
</style>