Shades of Electric Purple #C105F8
Tints of Electric Purple #C105F8
RGB
CMYK
RGB Variations
Color information
#C105F8 (or 0xC105F8) is known color: Electric Purple. HEX triplet: C1, 05 and F8. RGB value is (193,5,248). Sum of RGB (Red+Green+Blue) = 193+5+248=446 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.27% from 446); Green value is 5 (2.34% from 255 or 1.12% from 446); Blue value is 248 (97.27% from 255 or 55.61% from 446); Max value from RGB is 248 - color contains mainly: blue. Hex color #C105F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C105F8 is #3EFA07. Grayscale: #585858. Windows color (decimal): -4127240 or 16254401. OLE color: 16254401.
HSL color Cylindrical-coordinate representation of color #C105F8: hue angle of 286.42º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C105F8 is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 193 | 5 | 248 | - |
| CMYK | 0.22 | 0.98 | 0 | 0.03 |
| HSL | 286.42º | 0.96% | 0.5% | - |
| HSV(B) | 286.42º | 0.98% | 0.97% | - |
| XYZ | 38.99 | 18.22 | 90.27 | - |
| YUV | 88.91 | 217.78 | 202.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 5 | 248 | 0.22 | 0.98 | 0 | 0.03 | 286.42 | 0.96 | 0.5 |
| Hex | C1 | 5 | F8 | 16 | 62 | 0 | 3 | 11E | 60 | 32 |
| Octal | 301 | 5 | 370 | 26 | 142 | 0 | 3 | 436 | 140 | 62 |
| Binary | 11000001 | 101 | 11111000 | 10110 | 1100010 | 0 | 11 | 100011110 | 1100000 | 110010 |
Color Harmonies of #C105F8
Complementary color
Monochromatic Colors of #C105F8
Black with #C105F8
Text Example
Text Example
White with #C105F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C105F8; }
p { color: rgb(193,5,248); }
H1.HeaderClassName
{
color: #C105F8;
}
.AnyTagClassName
{
color: #C105F8;
}
</style>
background-color css
<style>
a { background-color: #C105F8; }
a { background-color: rgb(193,5,248); }
div.DivClassName
{
background-color: #C105F8;
}
.BgClassName
{
background-color: #C105F8;
}
</style>
border-color css
<style>
span { border-color: #C105F8; }
span { border-color: rgb(193,5,248); }
td.TdClassName
{
border-color: #C105F8;
}
.TagClassName
{
border-color: #C105F8;
}
</style>