Shades of Electric Purple #C00FFC
Tints of Electric Purple #C00FFC
RGB
CMYK
RGB Variations
Color information
#C00FFC (or 0xC00FFC) is known color: Electric Purple. HEX triplet: C0, 0F and FC. RGB value is (192,15,252). Sum of RGB (Red+Green+Blue) = 192+15+252=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 15 (6.25% from 255 or 3.27% from 459); Blue value is 252 (98.83% from 255 or 54.90% from 459); Max value from RGB is 252 - color contains mainly: blue. Hex color #C00FFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C00FFC is #3FF003. Grayscale: #5E5E5E. Windows color (decimal): -4190212 or 16519104. OLE color: 16519104.
HSL color Cylindrical-coordinate representation of color #C00FFC: hue angle of 284.81º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C00FFC is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 15 | 252 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.01 |
| HSL | 284.81º | 0.98% | 0.52% | - |
| HSV(B) | 284.81º | 0.94% | 0.99% | - |
| XYZ | 39.48 | 18.58 | 93.6 | - |
| YUV | 94.94 | 216.64 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 15 | 252 | 0.24 | 0.94 | 0 | 0.01 | 284.81 | 0.98 | 0.52 |
| Hex | C0 | F | FC | 18 | 5E | 0 | 1 | 11D | 62 | 34 |
| Octal | 300 | 17 | 374 | 30 | 136 | 0 | 1 | 435 | 142 | 64 |
| Binary | 11000000 | 1111 | 11111100 | 11000 | 1011110 | 0 | 1 | 100011101 | 1100010 | 110100 |
Color Harmonies of #C00FFC
Complementary color
Monochromatic Colors of #C00FFC
Black with #C00FFC
Text Example
Text Example
White with #C00FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00FFC; }
p { color: rgb(192,15,252); }
H1.HeaderClassName
{
color: #C00FFC;
}
.AnyTagClassName
{
color: #C00FFC;
}
</style>
background-color css
<style>
a { background-color: #C00FFC; }
a { background-color: rgb(192,15,252); }
div.DivClassName
{
background-color: #C00FFC;
}
.BgClassName
{
background-color: #C00FFC;
}
</style>
border-color css
<style>
span { border-color: #C00FFC; }
span { border-color: rgb(192,15,252); }
td.TdClassName
{
border-color: #C00FFC;
}
.TagClassName
{
border-color: #C00FFC;
}
</style>