Shades of Electric Purple #C026F4
Tints of Electric Purple #C026F4
RGB
CMYK
RGB Variations
Color information
#C026F4 (or 0xC026F4) is known color: Electric Purple. HEX triplet: C0, 26 and F4. RGB value is (192,38,244). Sum of RGB (Red+Green+Blue) = 192+38+244=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 38 (15.23% from 255 or 8.02% from 474); Blue value is 244 (95.70% from 255 or 51.48% from 474); Max value from RGB is 244 - color contains mainly: blue. Hex color #C026F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C026F4 is #3FD90B. Grayscale: #6A6A6A. Windows color (decimal): -4184332 or 16000704. OLE color: 16000704.
HSL color Cylindrical-coordinate representation of color #C026F4: hue angle of 284.85º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C026F4 is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 38 | 244 | - |
| CMYK | 0.21 | 0.84 | 0 | 0.04 |
| HSL | 284.85º | 0.9% | 0.55% | - |
| HSV(B) | 284.85º | 0.84% | 0.96% | - |
| XYZ | 38.76 | 19.12 | 87.24 | - |
| YUV | 107.53 | 205.02 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 38 | 244 | 0.21 | 0.84 | 0 | 0.04 | 284.85 | 0.9 | 0.55 |
| Hex | C0 | 26 | F4 | 15 | 54 | 0 | 4 | 11D | 5A | 37 |
| Octal | 300 | 46 | 364 | 25 | 124 | 0 | 4 | 435 | 132 | 67 |
| Binary | 11000000 | 100110 | 11110100 | 10101 | 1010100 | 0 | 100 | 100011101 | 1011010 | 110111 |
Color Harmonies of #C026F4
Complementary color
Monochromatic Colors of #C026F4
Black with #C026F4
Text Example
Text Example
White with #C026F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C026F4; }
p { color: rgb(192,38,244); }
H1.HeaderClassName
{
color: #C026F4;
}
.AnyTagClassName
{
color: #C026F4;
}
</style>
background-color css
<style>
a { background-color: #C026F4; }
a { background-color: rgb(192,38,244); }
div.DivClassName
{
background-color: #C026F4;
}
.BgClassName
{
background-color: #C026F4;
}
</style>
border-color css
<style>
span { border-color: #C026F4; }
span { border-color: rgb(192,38,244); }
td.TdClassName
{
border-color: #C026F4;
}
.TagClassName
{
border-color: #C026F4;
}
</style>