Shades of Electric Purple #C103F9
Tints of Electric Purple #C103F9
RGB
CMYK
RGB Variations
Color information
#C103F9 (or 0xC103F9) is known color: Electric Purple. HEX triplet: C1, 03 and F9. RGB value is (193,3,249). Sum of RGB (Red+Green+Blue) = 193+3+249=445 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.37% from 445); Green value is 3 (1.56% from 255 or 0.67% from 445); Blue value is 249 (97.66% from 255 or 55.96% from 445); Max value from RGB is 249 - color contains mainly: blue. Hex color #C103F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C103F9 is #3EFC06. Grayscale: #575757. Windows color (decimal): -4127751 or 16319425. OLE color: 16319425.
HSL color Cylindrical-coordinate representation of color #C103F9: hue angle of 286.34º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C103F9 is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 3 | 249 | - |
| CMYK | 0.22 | 0.99 | 0 | 0.02 |
| HSL | 286.34º | 0.98% | 0.49% | - |
| HSV(B) | 286.34º | 0.99% | 0.98% | - |
| XYZ | 39.12 | 18.24 | 91.08 | - |
| YUV | 87.85 | 218.95 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 3 | 249 | 0.22 | 0.99 | 0 | 0.02 | 286.34 | 0.98 | 0.49 |
| Hex | C1 | 3 | F9 | 16 | 63 | 0 | 2 | 11E | 62 | 31 |
| Octal | 301 | 3 | 371 | 26 | 143 | 0 | 2 | 436 | 142 | 61 |
| Binary | 11000001 | 11 | 11111001 | 10110 | 1100011 | 0 | 10 | 100011110 | 1100010 | 110001 |
Color Harmonies of #C103F9
Complementary color
Monochromatic Colors of #C103F9
Black with #C103F9
Text Example
Text Example
White with #C103F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C103F9; }
p { color: rgb(193,3,249); }
H1.HeaderClassName
{
color: #C103F9;
}
.AnyTagClassName
{
color: #C103F9;
}
</style>
background-color css
<style>
a { background-color: #C103F9; }
a { background-color: rgb(193,3,249); }
div.DivClassName
{
background-color: #C103F9;
}
.BgClassName
{
background-color: #C103F9;
}
</style>
border-color css
<style>
span { border-color: #C103F9; }
span { border-color: rgb(193,3,249); }
td.TdClassName
{
border-color: #C103F9;
}
.TagClassName
{
border-color: #C103F9;
}
</style>