Shades of Electric Purple #C100FF
Tints of Electric Purple #C100FF
RGB
CMYK
RGB Variations
Color information
#C100FF (or 0xC100FF) is known color: Electric Purple. HEX triplet: C1, 00 and FF. RGB value is (193,0,255). Sum of RGB (Red+Green+Blue) = 193+0+255=448 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.08% from 448); Green value is 0 (0.39% from 255 or 0% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #C100FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C100FF is #3EFF00. Grayscale: #555555. Windows color (decimal): -4128513 or 16711873. OLE color: 16711873.
HSL color Cylindrical-coordinate representation of color #C100FF: hue angle of 285.41º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C100FF is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 0 | 255 | - |
| CMYK | 0.24 | 1 | 0 | 0 |
| HSL | 285.41º | 1% | 0.5% | - |
| HSV(B) | 285.41º | 1% | 1% | - |
| XYZ | 40.04 | 18.56 | 96.08 | - |
| YUV | 86.78 | 222.94 | 203.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 0 | 255 | 0.24 | 1 | 0 | 0 | 285.41 | 1 | 0.5 |
| Hex | C1 | 0 | FF | 18 | 64 | 0 | 0 | 11D | 64 | 32 |
| Octal | 301 | 0 | 377 | 30 | 144 | 0 | 0 | 435 | 144 | 62 |
| Binary | 11000001 | 0 | 11111111 | 11000 | 1100100 | 0 | 0 | 100011101 | 1100100 | 110010 |
Color Harmonies of #C100FF
Complementary color
Monochromatic Colors of #C100FF
Black with #C100FF
Text Example
Text Example
White with #C100FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C100FF; }
p { color: rgb(193,0,255); }
H1.HeaderClassName
{
color: #C100FF;
}
.AnyTagClassName
{
color: #C100FF;
}
</style>
background-color css
<style>
a { background-color: #C100FF; }
a { background-color: rgb(193,0,255); }
div.DivClassName
{
background-color: #C100FF;
}
.BgClassName
{
background-color: #C100FF;
}
</style>
border-color css
<style>
span { border-color: #C100FF; }
span { border-color: rgb(193,0,255); }
td.TdClassName
{
border-color: #C100FF;
}
.TagClassName
{
border-color: #C100FF;
}
</style>