Shades of Electric Purple #C100FD
Tints of Electric Purple #C100FD
RGB
CMYK
RGB Variations
Color information
#C100FD (or 0xC100FD) is known color: Electric Purple. HEX triplet: C1, 00 and FD. RGB value is (193,0,253). Sum of RGB (Red+Green+Blue) = 193+0+253=446 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.27% from 446); Green value is 0 (0.39% from 255 or 0% from 446); Blue value is 253 (99.22% from 255 or 56.73% from 446); Max value from RGB is 253 - color contains mainly: blue. Hex color #C100FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C100FD is #3EFF02. Grayscale: #555555. Windows color (decimal): -4128515 or 16580801. OLE color: 16580801.
HSL color Cylindrical-coordinate representation of color #C100FD: hue angle of 285.77º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C100FD is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 0 | 253 | - |
| CMYK | 0.24 | 1 | 0 | 0.01 |
| HSL | 285.77º | 1% | 0.5% | - |
| HSV(B) | 285.77º | 1% | 0.99% | - |
| XYZ | 39.72 | 18.43 | 94.39 | - |
| YUV | 86.55 | 221.94 | 203.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 0 | 253 | 0.24 | 1 | 0 | 0.01 | 285.77 | 1 | 0.5 |
| Hex | C1 | 0 | FD | 18 | 64 | 0 | 1 | 11E | 64 | 32 |
| Octal | 301 | 0 | 375 | 30 | 144 | 0 | 1 | 436 | 144 | 62 |
| Binary | 11000001 | 0 | 11111101 | 11000 | 1100100 | 0 | 1 | 100011110 | 1100100 | 110010 |
Color Harmonies of #C100FD
Complementary color
Monochromatic Colors of #C100FD
Black with #C100FD
Text Example
Text Example
White with #C100FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C100FD; }
p { color: rgb(193,0,253); }
H1.HeaderClassName
{
color: #C100FD;
}
.AnyTagClassName
{
color: #C100FD;
}
</style>
background-color css
<style>
a { background-color: #C100FD; }
a { background-color: rgb(193,0,253); }
div.DivClassName
{
background-color: #C100FD;
}
.BgClassName
{
background-color: #C100FD;
}
</style>
border-color css
<style>
span { border-color: #C100FD; }
span { border-color: rgb(193,0,253); }
td.TdClassName
{
border-color: #C100FD;
}
.TagClassName
{
border-color: #C100FD;
}
</style>