Shades of Electric Purple #C103FE
Tints of Electric Purple #C103FE
RGB
CMYK
RGB Variations
Color information
#C103FE (or 0xC103FE) is known color: Electric Purple. HEX triplet: C1, 03 and FE. RGB value is (193,3,254). Sum of RGB (Red+Green+Blue) = 193+3+254=450 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.89% from 450); Green value is 3 (1.56% from 255 or 0.67% from 450); Blue value is 254 (99.61% from 255 or 56.44% from 450); Max value from RGB is 254 - color contains mainly: blue. Hex color #C103FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C103FE is #3EFC01. Grayscale: #575757. Windows color (decimal): -4127746 or 16647105. OLE color: 16647105.
HSL color Cylindrical-coordinate representation of color #C103FE: hue angle of 285.42º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C103FE is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 193 | 3 | 254 | - |
| CMYK | 0.24 | 0.99 | 0 | 0.00 |
| HSL | 285.42º | 0.99% | 0.5% | - |
| HSV(B) | 285.42º | 0.99% | 1% | - |
| XYZ | 39.91 | 18.56 | 95.24 | - |
| YUV | 88.42 | 221.45 | 202.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 3 | 254 | 0.24 | 0.99 | 0 | 0.00 | 285.42 | 0.99 | 0.5 |
| Hex | C1 | 3 | FE | 18 | 63 | 0 | 0 | 11D | 63 | 32 |
| Octal | 301 | 3 | 376 | 30 | 143 | 0 | 0 | 435 | 143 | 62 |
| Binary | 11000001 | 11 | 11111110 | 11000 | 1100011 | 0 | 0 | 100011101 | 1100011 | 110010 |
Color Harmonies of #C103FE
Complementary color
Monochromatic Colors of #C103FE
Black with #C103FE
Text Example
Text Example
White with #C103FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C103FE; }
p { color: rgb(193,3,254); }
H1.HeaderClassName
{
color: #C103FE;
}
.AnyTagClassName
{
color: #C103FE;
}
</style>
background-color css
<style>
a { background-color: #C103FE; }
a { background-color: rgb(193,3,254); }
div.DivClassName
{
background-color: #C103FE;
}
.BgClassName
{
background-color: #C103FE;
}
</style>
border-color css
<style>
span { border-color: #C103FE; }
span { border-color: rgb(193,3,254); }
td.TdClassName
{
border-color: #C103FE;
}
.TagClassName
{
border-color: #C103FE;
}
</style>