Shades of Electric Purple #C120F8
Tints of Electric Purple #C120F8
RGB
CMYK
RGB Variations
Color information
#C120F8 (or 0xC120F8) is known color: Electric Purple. HEX triplet: C1, 20 and F8. RGB value is (193,32,248). Sum of RGB (Red+Green+Blue) = 193+32+248=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 32 (12.89% from 255 or 6.77% from 473); Blue value is 248 (97.27% from 255 or 52.43% from 473); Max value from RGB is 248 - color contains mainly: blue. Hex color #C120F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C120F8 is #3EDF07. Grayscale: #686868. Windows color (decimal): -4120328 or 16261313. OLE color: 16261313.
HSL color Cylindrical-coordinate representation of color #C120F8: hue angle of 284.72º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C120F8 is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 193 | 32 | 248 | - |
| CMYK | 0.22 | 0.87 | 0 | 0.03 |
| HSL | 284.72º | 0.94% | 0.55% | - |
| HSV(B) | 284.72º | 0.87% | 0.97% | - |
| XYZ | 39.45 | 19.15 | 90.42 | - |
| YUV | 104.76 | 208.84 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 32 | 248 | 0.22 | 0.87 | 0 | 0.03 | 284.72 | 0.94 | 0.55 |
| Hex | C1 | 20 | F8 | 16 | 57 | 0 | 3 | 11D | 5E | 37 |
| Octal | 301 | 40 | 370 | 26 | 127 | 0 | 3 | 435 | 136 | 67 |
| Binary | 11000001 | 100000 | 11111000 | 10110 | 1010111 | 0 | 11 | 100011101 | 1011110 | 110111 |
Color Harmonies of #C120F8
Complementary color
Monochromatic Colors of #C120F8
Black with #C120F8
Text Example
Text Example
White with #C120F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C120F8; }
p { color: rgb(193,32,248); }
H1.HeaderClassName
{
color: #C120F8;
}
.AnyTagClassName
{
color: #C120F8;
}
</style>
background-color css
<style>
a { background-color: #C120F8; }
a { background-color: rgb(193,32,248); }
div.DivClassName
{
background-color: #C120F8;
}
.BgClassName
{
background-color: #C120F8;
}
</style>
border-color css
<style>
span { border-color: #C120F8; }
span { border-color: rgb(193,32,248); }
td.TdClassName
{
border-color: #C120F8;
}
.TagClassName
{
border-color: #C120F8;
}
</style>