Shades of Electric Purple #C103EA
Tints of Electric Purple #C103EA
RGB
CMYK
RGB Variations
Color information
#C103EA (or 0xC103EA) is known color: Electric Purple. HEX triplet: C1, 03 and EA. RGB value is (193,3,234). Sum of RGB (Red+Green+Blue) = 193+3+234=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 3 (1.56% from 255 or 0.70% from 430); Blue value is 234 (91.80% from 255 or 54.42% from 430); Max value from RGB is 234 - color contains mainly: blue. Hex color #C103EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C103EA is #3EFC15. Grayscale: #555555. Windows color (decimal): -4127766 or 15336385. OLE color: 15336385.
HSL color Cylindrical-coordinate representation of color #C103EA: hue angle of 289.35º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C103EA is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 3 | 234 | - |
| CMYK | 0.18 | 0.99 | 0 | 0.08 |
| HSL | 289.35º | 0.97% | 0.46% | - |
| HSV(B) | 289.35º | 0.99% | 0.92% | - |
| XYZ | 36.88 | 17.34 | 79.25 | - |
| YUV | 86.14 | 211.45 | 204.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 3 | 234 | 0.18 | 0.99 | 0 | 0.08 | 289.35 | 0.97 | 0.46 |
| Hex | C1 | 3 | EA | 12 | 63 | 0 | 8 | 121 | 61 | 2E |
| Octal | 301 | 3 | 352 | 22 | 143 | 0 | 10 | 441 | 141 | 56 |
| Binary | 11000001 | 11 | 11101010 | 10010 | 1100011 | 0 | 1000 | 100100001 | 1100001 | 101110 |
Color Harmonies of #C103EA
Complementary color
Monochromatic Colors of #C103EA
Black with #C103EA
Text Example
Text Example
White with #C103EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C103EA; }
p { color: rgb(193,3,234); }
H1.HeaderClassName
{
color: #C103EA;
}
.AnyTagClassName
{
color: #C103EA;
}
</style>
background-color css
<style>
a { background-color: #C103EA; }
a { background-color: rgb(193,3,234); }
div.DivClassName
{
background-color: #C103EA;
}
.BgClassName
{
background-color: #C103EA;
}
</style>
border-color css
<style>
span { border-color: #C103EA; }
span { border-color: rgb(193,3,234); }
td.TdClassName
{
border-color: #C103EA;
}
.TagClassName
{
border-color: #C103EA;
}
</style>