Shades of Electric Purple #C102EA
Tints of Electric Purple #C102EA
RGB
CMYK
RGB Variations
Color information
#C102EA (or 0xC102EA) is known color: Electric Purple. HEX triplet: C1, 02 and EA. RGB value is (193,2,234). Sum of RGB (Red+Green+Blue) = 193+2+234=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 2 (1.17% from 255 or 0.47% from 429); Blue value is 234 (91.80% from 255 or 54.55% from 429); Max value from RGB is 234 - color contains mainly: blue. Hex color #C102EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C102EA is #3EFD15. Grayscale: #545454. Windows color (decimal): -4128022 or 15336129. OLE color: 15336129.
HSL color Cylindrical-coordinate representation of color #C102EA: hue angle of 289.4º degrees, saturation: 0.98, 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 #C102EA is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 2 | 234 | - |
| CMYK | 0.18 | 0.99 | 0 | 0.08 |
| HSL | 289.4º | 0.98% | 0.46% | - |
| HSV(B) | 289.4º | 0.99% | 0.92% | - |
| XYZ | 36.87 | 17.32 | 79.24 | - |
| YUV | 85.56 | 211.78 | 204.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 2 | 234 | 0.18 | 0.99 | 0 | 0.08 | 289.4 | 0.98 | 0.46 |
| Hex | C1 | 2 | EA | 12 | 63 | 0 | 8 | 121 | 62 | 2E |
| Octal | 301 | 2 | 352 | 22 | 143 | 0 | 10 | 441 | 142 | 56 |
| Binary | 11000001 | 10 | 11101010 | 10010 | 1100011 | 0 | 1000 | 100100001 | 1100010 | 101110 |
Color Harmonies of #C102EA
Complementary color
Monochromatic Colors of #C102EA
Black with #C102EA
Text Example
Text Example
White with #C102EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C102EA; }
p { color: rgb(193,2,234); }
H1.HeaderClassName
{
color: #C102EA;
}
.AnyTagClassName
{
color: #C102EA;
}
</style>
background-color css
<style>
a { background-color: #C102EA; }
a { background-color: rgb(193,2,234); }
div.DivClassName
{
background-color: #C102EA;
}
.BgClassName
{
background-color: #C102EA;
}
</style>
border-color css
<style>
span { border-color: #C102EA; }
span { border-color: rgb(193,2,234); }
td.TdClassName
{
border-color: #C102EA;
}
.TagClassName
{
border-color: #C102EA;
}
</style>