Shades of Electric Purple #C10FEF
Tints of Electric Purple #C10FEF
RGB
CMYK
RGB Variations
Color information
#C10FEF (or 0xC10FEF) is known color: Electric Purple. HEX triplet: C1, 0F and EF. RGB value is (193,15,239). Sum of RGB (Red+Green+Blue) = 193+15+239=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 15 (6.25% from 255 or 3.36% from 447); Blue value is 239 (93.75% from 255 or 53.47% from 447); Max value from RGB is 239 - color contains mainly: blue. Hex color #C10FEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C10FEF is #3EF010. Grayscale: #5D5D5D. Windows color (decimal): -4124689 or 15667137. OLE color: 15667137.
HSL color Cylindrical-coordinate representation of color #C10FEF: hue angle of 287.68º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C10FEF is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 15 | 239 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.06 |
| HSL | 287.68º | 0.88% | 0.5% | - |
| HSV(B) | 287.68º | 0.94% | 0.94% | - |
| XYZ | 37.74 | 17.91 | 83.13 | - |
| YUV | 93.76 | 209.97 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 15 | 239 | 0.19 | 0.94 | 0 | 0.06 | 287.68 | 0.88 | 0.5 |
| Hex | C1 | F | EF | 13 | 5E | 0 | 6 | 120 | 58 | 32 |
| Octal | 301 | 17 | 357 | 23 | 136 | 0 | 6 | 440 | 130 | 62 |
| Binary | 11000001 | 1111 | 11101111 | 10011 | 1011110 | 0 | 110 | 100100000 | 1011000 | 110010 |
Color Harmonies of #C10FEF
Complementary color
Monochromatic Colors of #C10FEF
Black with #C10FEF
Text Example
Text Example
White with #C10FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10FEF; }
p { color: rgb(193,15,239); }
H1.HeaderClassName
{
color: #C10FEF;
}
.AnyTagClassName
{
color: #C10FEF;
}
</style>
background-color css
<style>
a { background-color: #C10FEF; }
a { background-color: rgb(193,15,239); }
div.DivClassName
{
background-color: #C10FEF;
}
.BgClassName
{
background-color: #C10FEF;
}
</style>
border-color css
<style>
span { border-color: #C10FEF; }
span { border-color: rgb(193,15,239); }
td.TdClassName
{
border-color: #C10FEF;
}
.TagClassName
{
border-color: #C10FEF;
}
</style>