Shades of Electric Purple #C103FD
Tints of Electric Purple #C103FD
RGB
CMYK
RGB Variations
Color information
#C103FD (or 0xC103FD) is known color: Electric Purple. HEX triplet: C1, 03 and FD. RGB value is (193,3,253). Sum of RGB (Red+Green+Blue) = 193+3+253=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 3 (1.56% from 255 or 0.67% from 449); Blue value is 253 (99.22% from 255 or 56.35% from 449); Max value from RGB is 253 - color contains mainly: blue. Hex color #C103FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C103FD is #3EFC02. Grayscale: #575757. Windows color (decimal): -4127747 or 16581569. OLE color: 16581569.
HSL color Cylindrical-coordinate representation of color #C103FD: hue angle of 285.6º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C103FD is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 3 | 253 | - |
| CMYK | 0.24 | 0.99 | 0 | 0.01 |
| HSL | 285.6º | 0.98% | 0.5% | - |
| HSV(B) | 285.6º | 0.99% | 0.99% | - |
| XYZ | 39.75 | 18.49 | 94.4 | - |
| YUV | 88.31 | 220.95 | 202.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 3 | 253 | 0.24 | 0.99 | 0 | 0.01 | 285.6 | 0.98 | 0.5 |
| Hex | C1 | 3 | FD | 18 | 63 | 0 | 1 | 11E | 62 | 32 |
| Octal | 301 | 3 | 375 | 30 | 143 | 0 | 1 | 436 | 142 | 62 |
| Binary | 11000001 | 11 | 11111101 | 11000 | 1100011 | 0 | 1 | 100011110 | 1100010 | 110010 |
Color Harmonies of #C103FD
Complementary color
Monochromatic Colors of #C103FD
Black with #C103FD
Text Example
Text Example
White with #C103FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C103FD; }
p { color: rgb(193,3,253); }
H1.HeaderClassName
{
color: #C103FD;
}
.AnyTagClassName
{
color: #C103FD;
}
</style>
background-color css
<style>
a { background-color: #C103FD; }
a { background-color: rgb(193,3,253); }
div.DivClassName
{
background-color: #C103FD;
}
.BgClassName
{
background-color: #C103FD;
}
</style>
border-color css
<style>
span { border-color: #C103FD; }
span { border-color: rgb(193,3,253); }
td.TdClassName
{
border-color: #C103FD;
}
.TagClassName
{
border-color: #C103FD;
}
</style>