Shades of Electric Purple #C010F8
Tints of Electric Purple #C010F8
RGB
CMYK
RGB Variations
Color information
#C010F8 (or 0xC010F8) is known color: Electric Purple. HEX triplet: C0, 10 and F8. RGB value is (192,16,248). Sum of RGB (Red+Green+Blue) = 192+16+248=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 16 (6.64% from 255 or 3.51% from 456); Blue value is 248 (97.27% from 255 or 54.39% from 456); Max value from RGB is 248 - color contains mainly: blue. Hex color #C010F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C010F8 is #3FEF07. Grayscale: #5E5E5E. Windows color (decimal): -4189960 or 16257216. OLE color: 16257216.
HSL color Cylindrical-coordinate representation of color #C010F8: hue angle of 285.52º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C010F8 is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 16 | 248 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.03 |
| HSL | 285.52º | 0.94% | 0.52% | - |
| HSV(B) | 285.52º | 0.94% | 0.97% | - |
| XYZ | 38.87 | 18.35 | 90.3 | - |
| YUV | 95.07 | 214.31 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 248 | 0.23 | 0.94 | 0 | 0.03 | 285.52 | 0.94 | 0.52 |
| Hex | C0 | 10 | F8 | 17 | 5E | 0 | 3 | 11E | 5E | 34 |
| Octal | 300 | 20 | 370 | 27 | 136 | 0 | 3 | 436 | 136 | 64 |
| Binary | 11000000 | 10000 | 11111000 | 10111 | 1011110 | 0 | 11 | 100011110 | 1011110 | 110100 |
Color Harmonies of #C010F8
Complementary color
Monochromatic Colors of #C010F8
Black with #C010F8
Text Example
Text Example
White with #C010F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C010F8; }
p { color: rgb(192,16,248); }
H1.HeaderClassName
{
color: #C010F8;
}
.AnyTagClassName
{
color: #C010F8;
}
</style>
background-color css
<style>
a { background-color: #C010F8; }
a { background-color: rgb(192,16,248); }
div.DivClassName
{
background-color: #C010F8;
}
.BgClassName
{
background-color: #C010F8;
}
</style>
border-color css
<style>
span { border-color: #C010F8; }
span { border-color: rgb(192,16,248); }
td.TdClassName
{
border-color: #C010F8;
}
.TagClassName
{
border-color: #C010F8;
}
</style>