Shades of Electric Purple #C105FC
Tints of Electric Purple #C105FC
RGB
CMYK
RGB Variations
Color information
#C105FC (or 0xC105FC) is known color: Electric Purple. HEX triplet: C1, 05 and FC. RGB value is (193,5,252). Sum of RGB (Red+Green+Blue) = 193+5+252=450 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.89% from 450); Green value is 5 (2.34% from 255 or 1.11% from 450); Blue value is 252 (98.83% from 255 or 56% from 450); Max value from RGB is 252 - color contains mainly: blue. Hex color #C105FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C105FC is #3EFA03. Grayscale: #585858. Windows color (decimal): -4127236 or 16516545. OLE color: 16516545.
HSL color Cylindrical-coordinate representation of color #C105FC: hue angle of 285.67º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C105FC is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 5 | 252 | - |
| CMYK | 0.23 | 0.98 | 0 | 0.01 |
| HSL | 285.67º | 0.98% | 0.5% | - |
| HSV(B) | 285.67º | 0.98% | 0.99% | - |
| XYZ | 39.62 | 18.47 | 93.57 | - |
| YUV | 89.37 | 219.78 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 5 | 252 | 0.23 | 0.98 | 0 | 0.01 | 285.67 | 0.98 | 0.5 |
| Hex | C1 | 5 | FC | 17 | 62 | 0 | 1 | 11E | 62 | 32 |
| Octal | 301 | 5 | 374 | 27 | 142 | 0 | 1 | 436 | 142 | 62 |
| Binary | 11000001 | 101 | 11111100 | 10111 | 1100010 | 0 | 1 | 100011110 | 1100010 | 110010 |
Color Harmonies of #C105FC
Complementary color
Monochromatic Colors of #C105FC
Black with #C105FC
Text Example
Text Example
White with #C105FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C105FC; }
p { color: rgb(193,5,252); }
H1.HeaderClassName
{
color: #C105FC;
}
.AnyTagClassName
{
color: #C105FC;
}
</style>
background-color css
<style>
a { background-color: #C105FC; }
a { background-color: rgb(193,5,252); }
div.DivClassName
{
background-color: #C105FC;
}
.BgClassName
{
background-color: #C105FC;
}
</style>
border-color css
<style>
span { border-color: #C105FC; }
span { border-color: rgb(193,5,252); }
td.TdClassName
{
border-color: #C105FC;
}
.TagClassName
{
border-color: #C105FC;
}
</style>