Shades of Electric Purple #C123F8
Tints of Electric Purple #C123F8
RGB
CMYK
RGB Variations
Color information
#C123F8 (or 0xC123F8) is known color: Electric Purple. HEX triplet: C1, 23 and F8. RGB value is (193,35,248). Sum of RGB (Red+Green+Blue) = 193+35+248=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 35 (14.06% from 255 or 7.35% from 476); Blue value is 248 (97.27% from 255 or 52.10% from 476); Max value from RGB is 248 - color contains mainly: blue. Hex color #C123F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C123F8 is #3EDC07. Grayscale: #696969. Windows color (decimal): -4119560 or 16262081. OLE color: 16262081.
HSL color Cylindrical-coordinate representation of color #C123F8: hue angle of 284.51º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C123F8 is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 193 | 35 | 248 | - |
| CMYK | 0.22 | 0.86 | 0 | 0.03 |
| HSL | 284.51º | 0.94% | 0.55% | - |
| HSV(B) | 284.51º | 0.86% | 0.97% | - |
| XYZ | 39.54 | 19.32 | 90.45 | - |
| YUV | 106.52 | 207.85 | 189.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 35 | 248 | 0.22 | 0.86 | 0 | 0.03 | 284.51 | 0.94 | 0.55 |
| Hex | C1 | 23 | F8 | 16 | 56 | 0 | 3 | 11D | 5E | 37 |
| Octal | 301 | 43 | 370 | 26 | 126 | 0 | 3 | 435 | 136 | 67 |
| Binary | 11000001 | 100011 | 11111000 | 10110 | 1010110 | 0 | 11 | 100011101 | 1011110 | 110111 |
Color Harmonies of #C123F8
Complementary color
Monochromatic Colors of #C123F8
Black with #C123F8
Text Example
Text Example
White with #C123F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C123F8; }
p { color: rgb(193,35,248); }
H1.HeaderClassName
{
color: #C123F8;
}
.AnyTagClassName
{
color: #C123F8;
}
</style>
background-color css
<style>
a { background-color: #C123F8; }
a { background-color: rgb(193,35,248); }
div.DivClassName
{
background-color: #C123F8;
}
.BgClassName
{
background-color: #C123F8;
}
</style>
border-color css
<style>
span { border-color: #C123F8; }
span { border-color: rgb(193,35,248); }
td.TdClassName
{
border-color: #C123F8;
}
.TagClassName
{
border-color: #C123F8;
}
</style>