Shades of Electric Purple #C010F1
Tints of Electric Purple #C010F1
RGB
CMYK
RGB Variations
Color information
#C010F1 (or 0xC010F1) is known color: Electric Purple. HEX triplet: C0, 10 and F1. RGB value is (192,16,241). Sum of RGB (Red+Green+Blue) = 192+16+241=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 16 (6.64% from 255 or 3.56% from 449); Blue value is 241 (94.53% from 255 or 53.67% from 449); Max value from RGB is 241 - color contains mainly: blue. Hex color #C010F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C010F1 is #3FEF0E. Grayscale: #5D5D5D. Windows color (decimal): -4189967 or 15798464. OLE color: 15798464.
HSL color Cylindrical-coordinate representation of color #C010F1: hue angle of 286.93º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C010F1 is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 16 | 241 | - |
| CMYK | 0.20 | 0.93 | 0 | 0.05 |
| HSL | 286.93º | 0.89% | 0.5% | - |
| HSV(B) | 286.93º | 0.93% | 0.95% | - |
| XYZ | 37.8 | 17.93 | 84.69 | - |
| YUV | 94.27 | 210.81 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 241 | 0.20 | 0.93 | 0 | 0.05 | 286.93 | 0.89 | 0.5 |
| Hex | C0 | 10 | F1 | 14 | 5D | 0 | 5 | 11F | 59 | 32 |
| Octal | 300 | 20 | 361 | 24 | 135 | 0 | 5 | 437 | 131 | 62 |
| Binary | 11000000 | 10000 | 11110001 | 10100 | 1011101 | 0 | 101 | 100011111 | 1011001 | 110010 |
Color Harmonies of #C010F1
Complementary color
Monochromatic Colors of #C010F1
Black with #C010F1
Text Example
Text Example
White with #C010F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C010F1; }
p { color: rgb(192,16,241); }
H1.HeaderClassName
{
color: #C010F1;
}
.AnyTagClassName
{
color: #C010F1;
}
</style>
background-color css
<style>
a { background-color: #C010F1; }
a { background-color: rgb(192,16,241); }
div.DivClassName
{
background-color: #C010F1;
}
.BgClassName
{
background-color: #C010F1;
}
</style>
border-color css
<style>
span { border-color: #C010F1; }
span { border-color: rgb(192,16,241); }
td.TdClassName
{
border-color: #C010F1;
}
.TagClassName
{
border-color: #C010F1;
}
</style>