Shades of Electric Purple #C10FFF
Tints of Electric Purple #C10FFF
RGB
CMYK
RGB Variations
Color information
#C10FFF (or 0xC10FFF) is known color: Electric Purple. HEX triplet: C1, 0F and FF. RGB value is (193,15,255). Sum of RGB (Red+Green+Blue) = 193+15+255=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 15 (6.25% from 255 or 3.24% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #C10FFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C10FFF is #3EF000. Grayscale: #5E5E5E. Windows color (decimal): -4124673 or 16715713. OLE color: 16715713.
HSL color Cylindrical-coordinate representation of color #C10FFF: hue angle of 284.5º 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 #C10FFF is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 15 | 255 | - |
| CMYK | 0.24 | 0.94 | 0 | 0 |
| HSL | 284.5º | 1% | 0.53% | - |
| HSV(B) | 284.5º | 0.94% | 1% | - |
| XYZ | 40.21 | 18.9 | 96.14 | - |
| YUV | 95.58 | 217.97 | 197.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 15 | 255 | 0.24 | 0.94 | 0 | 0 | 284.5 | 1 | 0.53 |
| Hex | C1 | F | FF | 18 | 5E | 0 | 0 | 11C | 64 | 35 |
| Octal | 301 | 17 | 377 | 30 | 136 | 0 | 0 | 434 | 144 | 65 |
| Binary | 11000001 | 1111 | 11111111 | 11000 | 1011110 | 0 | 0 | 100011100 | 1100100 | 110101 |
Color Harmonies of #C10FFF
Complementary color
Monochromatic Colors of #C10FFF
Black with #C10FFF
Text Example
Text Example
White with #C10FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10FFF; }
p { color: rgb(193,15,255); }
H1.HeaderClassName
{
color: #C10FFF;
}
.AnyTagClassName
{
color: #C10FFF;
}
</style>
background-color css
<style>
a { background-color: #C10FFF; }
a { background-color: rgb(193,15,255); }
div.DivClassName
{
background-color: #C10FFF;
}
.BgClassName
{
background-color: #C10FFF;
}
</style>
border-color css
<style>
span { border-color: #C10FFF; }
span { border-color: rgb(193,15,255); }
td.TdClassName
{
border-color: #C10FFF;
}
.TagClassName
{
border-color: #C10FFF;
}
</style>