Shades of Electric Purple #C025F0
Tints of Electric Purple #C025F0
RGB
CMYK
RGB Variations
Color information
#C025F0 (or 0xC025F0) is known color: Electric Purple. HEX triplet: C0, 25 and F0. RGB value is (192,37,240). Sum of RGB (Red+Green+Blue) = 192+37+240=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 37 (14.84% from 255 or 7.89% from 469); Blue value is 240 (94.14% from 255 or 51.17% from 469); Max value from RGB is 240 - color contains mainly: blue. Hex color #C025F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C025F0 is #3FDA0F. Grayscale: #696969. Windows color (decimal): -4184592 or 15738304. OLE color: 15738304.
HSL color Cylindrical-coordinate representation of color #C025F0: hue angle of 285.81º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C025F0 is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 37 | 240 | - |
| CMYK | 0.20 | 0.85 | 0 | 0.06 |
| HSL | 285.81º | 0.87% | 0.54% | - |
| HSV(B) | 285.81º | 0.85% | 0.94% | - |
| XYZ | 38.13 | 18.82 | 84.06 | - |
| YUV | 106.49 | 203.35 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 37 | 240 | 0.20 | 0.85 | 0 | 0.06 | 285.81 | 0.87 | 0.54 |
| Hex | C0 | 25 | F0 | 14 | 55 | 0 | 6 | 11E | 57 | 36 |
| Octal | 300 | 45 | 360 | 24 | 125 | 0 | 6 | 436 | 127 | 66 |
| Binary | 11000000 | 100101 | 11110000 | 10100 | 1010101 | 0 | 110 | 100011110 | 1010111 | 110110 |
Color Harmonies of #C025F0
Complementary color
Monochromatic Colors of #C025F0
Black with #C025F0
Text Example
Text Example
White with #C025F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C025F0; }
p { color: rgb(192,37,240); }
H1.HeaderClassName
{
color: #C025F0;
}
.AnyTagClassName
{
color: #C025F0;
}
</style>
background-color css
<style>
a { background-color: #C025F0; }
a { background-color: rgb(192,37,240); }
div.DivClassName
{
background-color: #C025F0;
}
.BgClassName
{
background-color: #C025F0;
}
</style>
border-color css
<style>
span { border-color: #C025F0; }
span { border-color: rgb(192,37,240); }
td.TdClassName
{
border-color: #C025F0;
}
.TagClassName
{
border-color: #C025F0;
}
</style>