Shades of Electric Purple #C103FB
Tints of Electric Purple #C103FB
RGB
CMYK
RGB Variations
Color information
#C103FB (or 0xC103FB) is known color: Electric Purple. HEX triplet: C1, 03 and FB. RGB value is (193,3,251). Sum of RGB (Red+Green+Blue) = 193+3+251=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 3 (1.56% from 255 or 0.67% from 447); Blue value is 251 (98.44% from 255 or 56.15% from 447); Max value from RGB is 251 - color contains mainly: blue. Hex color #C103FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C103FB is #3EFC04. Grayscale: #575757. Windows color (decimal): -4127749 or 16450497. OLE color: 16450497.
HSL color Cylindrical-coordinate representation of color #C103FB: hue angle of 285.97º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C103FB is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 3 | 251 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.02 |
| HSL | 285.97º | 0.98% | 0.5% | - |
| HSV(B) | 285.97º | 0.99% | 0.98% | - |
| XYZ | 39.44 | 18.37 | 92.73 | - |
| YUV | 88.08 | 219.95 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 3 | 251 | 0.23 | 0.99 | 0 | 0.02 | 285.97 | 0.98 | 0.5 |
| Hex | C1 | 3 | FB | 17 | 63 | 0 | 2 | 11E | 62 | 32 |
| Octal | 301 | 3 | 373 | 27 | 143 | 0 | 2 | 436 | 142 | 62 |
| Binary | 11000001 | 11 | 11111011 | 10111 | 1100011 | 0 | 10 | 100011110 | 1100010 | 110010 |
Color Harmonies of #C103FB
Complementary color
Monochromatic Colors of #C103FB
Black with #C103FB
Text Example
Text Example
White with #C103FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C103FB; }
p { color: rgb(193,3,251); }
H1.HeaderClassName
{
color: #C103FB;
}
.AnyTagClassName
{
color: #C103FB;
}
</style>
background-color css
<style>
a { background-color: #C103FB; }
a { background-color: rgb(193,3,251); }
div.DivClassName
{
background-color: #C103FB;
}
.BgClassName
{
background-color: #C103FB;
}
</style>
border-color css
<style>
span { border-color: #C103FB; }
span { border-color: rgb(193,3,251); }
td.TdClassName
{
border-color: #C103FB;
}
.TagClassName
{
border-color: #C103FB;
}
</style>