Shades of Electric Purple #C100F7
Tints of Electric Purple #C100F7
RGB
CMYK
RGB Variations
Color information
#C100F7 (or 0xC100F7) is known color: Electric Purple. HEX triplet: C1, 00 and F7. RGB value is (193,0,247). Sum of RGB (Red+Green+Blue) = 193+0+247=440 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.86% from 440); Green value is 0 (0.39% from 255 or 0% from 440); Blue value is 247 (96.88% from 255 or 56.14% from 440); Max value from RGB is 247 - color contains mainly: blue. Hex color #C100F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C100F7 is #3EFF08. Grayscale: #555555. Windows color (decimal): -4128521 or 16187585. OLE color: 16187585.
HSL color Cylindrical-coordinate representation of color #C100F7: hue angle of 286.88º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C100F7 is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 193 | 0 | 247 | - |
| CMYK | 0.22 | 1 | 0 | 0.03 |
| HSL | 286.88º | 1% | 0.48% | - |
| HSV(B) | 286.88º | 1% | 0.97% | - |
| XYZ | 38.78 | 18.05 | 89.44 | - |
| YUV | 85.87 | 218.94 | 204.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 0 | 247 | 0.22 | 1 | 0 | 0.03 | 286.88 | 1 | 0.48 |
| Hex | C1 | 0 | F7 | 16 | 64 | 0 | 3 | 11F | 64 | 30 |
| Octal | 301 | 0 | 367 | 26 | 144 | 0 | 3 | 437 | 144 | 60 |
| Binary | 11000001 | 0 | 11110111 | 10110 | 1100100 | 0 | 11 | 100011111 | 1100100 | 110000 |
Color Harmonies of #C100F7
Complementary color
Monochromatic Colors of #C100F7
Black with #C100F7
Text Example
Text Example
White with #C100F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C100F7; }
p { color: rgb(193,0,247); }
H1.HeaderClassName
{
color: #C100F7;
}
.AnyTagClassName
{
color: #C100F7;
}
</style>
background-color css
<style>
a { background-color: #C100F7; }
a { background-color: rgb(193,0,247); }
div.DivClassName
{
background-color: #C100F7;
}
.BgClassName
{
background-color: #C100F7;
}
</style>
border-color css
<style>
span { border-color: #C100F7; }
span { border-color: rgb(193,0,247); }
td.TdClassName
{
border-color: #C100F7;
}
.TagClassName
{
border-color: #C100F7;
}
</style>