Shades of Electric Purple #C100FC
Tints of Electric Purple #C100FC
RGB
CMYK
RGB Variations
Color information
#C100FC (or 0xC100FC) is known color: Electric Purple. HEX triplet: C1, 00 and FC. RGB value is (193,0,252). Sum of RGB (Red+Green+Blue) = 193+0+252=445 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.37% from 445); Green value is 0 (0.39% from 255 or 0% from 445); Blue value is 252 (98.83% from 255 or 56.63% from 445); Max value from RGB is 252 - color contains mainly: blue. Hex color #C100FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C100FC is #3EFF03. Grayscale: #555555. Windows color (decimal): -4128516 or 16515265. OLE color: 16515265.
HSL color Cylindrical-coordinate representation of color #C100FC: hue angle of 285.95º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C100FC is Cyan = 0.23, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 0 | 252 | - |
| CMYK | 0.23 | 1 | 0 | 0.01 |
| HSL | 285.95º | 1% | 0.49% | - |
| HSV(B) | 285.95º | 1% | 0.99% | - |
| XYZ | 39.56 | 18.37 | 93.56 | - |
| YUV | 86.44 | 221.44 | 204.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 0 | 252 | 0.23 | 1 | 0 | 0.01 | 285.95 | 1 | 0.49 |
| Hex | C1 | 0 | FC | 17 | 64 | 0 | 1 | 11E | 64 | 31 |
| Octal | 301 | 0 | 374 | 27 | 144 | 0 | 1 | 436 | 144 | 61 |
| Binary | 11000001 | 0 | 11111100 | 10111 | 1100100 | 0 | 1 | 100011110 | 1100100 | 110001 |
Color Harmonies of #C100FC
Complementary color
Monochromatic Colors of #C100FC
Black with #C100FC
Text Example
Text Example
White with #C100FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C100FC; }
p { color: rgb(193,0,252); }
H1.HeaderClassName
{
color: #C100FC;
}
.AnyTagClassName
{
color: #C100FC;
}
</style>
background-color css
<style>
a { background-color: #C100FC; }
a { background-color: rgb(193,0,252); }
div.DivClassName
{
background-color: #C100FC;
}
.BgClassName
{
background-color: #C100FC;
}
</style>
border-color css
<style>
span { border-color: #C100FC; }
span { border-color: rgb(193,0,252); }
td.TdClassName
{
border-color: #C100FC;
}
.TagClassName
{
border-color: #C100FC;
}
</style>