Shades of Electric Purple #C105FE
Tints of Electric Purple #C105FE
RGB
CMYK
RGB Variations
Color information
#C105FE (or 0xC105FE) is known color: Electric Purple. HEX triplet: C1, 05 and FE. RGB value is (193,5,254). Sum of RGB (Red+Green+Blue) = 193+5+254=452 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.70% from 452); Green value is 5 (2.34% from 255 or 1.11% from 452); Blue value is 254 (99.61% from 255 or 56.19% from 452); Max value from RGB is 254 - color contains mainly: blue. Hex color #C105FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C105FE is #3EFA01. Grayscale: #585858. Windows color (decimal): -4127234 or 16647617. OLE color: 16647617.
HSL color Cylindrical-coordinate representation of color #C105FE: hue angle of 285.3º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C105FE is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 193 | 5 | 254 | - |
| CMYK | 0.24 | 0.98 | 0 | 0.00 |
| HSL | 285.3º | 0.99% | 0.51% | - |
| HSV(B) | 285.3º | 0.98% | 1% | - |
| XYZ | 39.94 | 18.6 | 95.25 | - |
| YUV | 89.6 | 220.78 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 5 | 254 | 0.24 | 0.98 | 0 | 0.00 | 285.3 | 0.99 | 0.51 |
| Hex | C1 | 5 | FE | 18 | 62 | 0 | 0 | 11D | 63 | 33 |
| Octal | 301 | 5 | 376 | 30 | 142 | 0 | 0 | 435 | 143 | 63 |
| Binary | 11000001 | 101 | 11111110 | 11000 | 1100010 | 0 | 0 | 100011101 | 1100011 | 110011 |
Color Harmonies of #C105FE
Complementary color
Monochromatic Colors of #C105FE
Black with #C105FE
Text Example
Text Example
White with #C105FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C105FE; }
p { color: rgb(193,5,254); }
H1.HeaderClassName
{
color: #C105FE;
}
.AnyTagClassName
{
color: #C105FE;
}
</style>
background-color css
<style>
a { background-color: #C105FE; }
a { background-color: rgb(193,5,254); }
div.DivClassName
{
background-color: #C105FE;
}
.BgClassName
{
background-color: #C105FE;
}
</style>
border-color css
<style>
span { border-color: #C105FE; }
span { border-color: rgb(193,5,254); }
td.TdClassName
{
border-color: #C105FE;
}
.TagClassName
{
border-color: #C105FE;
}
</style>