Shades of Electric Purple #C025E6
Tints of Electric Purple #C025E6
RGB
CMYK
RGB Variations
Color information
#C025E6 (or 0xC025E6) is known color: Electric Purple. HEX triplet: C0, 25 and E6. RGB value is (192,37,230). Sum of RGB (Red+Green+Blue) = 192+37+230=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 37 (14.84% from 255 or 8.06% from 459); Blue value is 230 (90.23% from 255 or 50.11% from 459); Max value from RGB is 230 - color contains mainly: blue. Hex color #C025E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C025E6 is #3FDA19. Grayscale: #686868. Windows color (decimal): -4184602 or 15082944. OLE color: 15082944.
HSL color Cylindrical-coordinate representation of color #C025E6: hue angle of 288.19º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C025E6 is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 37 | 230 | - |
| CMYK | 0.17 | 0.84 | 0 | 0.10 |
| HSL | 288.19º | 0.79% | 0.52% | - |
| HSV(B) | 288.19º | 0.84% | 0.9% | - |
| XYZ | 36.68 | 18.24 | 76.45 | - |
| YUV | 105.35 | 198.35 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 37 | 230 | 0.17 | 0.84 | 0 | 0.10 | 288.19 | 0.79 | 0.52 |
| Hex | C0 | 25 | E6 | 11 | 54 | 0 | A | 120 | 4F | 34 |
| Octal | 300 | 45 | 346 | 21 | 124 | 0 | 12 | 440 | 117 | 64 |
| Binary | 11000000 | 100101 | 11100110 | 10001 | 1010100 | 0 | 1010 | 100100000 | 1001111 | 110100 |
Color Harmonies of #C025E6
Complementary color
Monochromatic Colors of #C025E6
Black with #C025E6
Text Example
Text Example
White with #C025E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C025E6; }
p { color: rgb(192,37,230); }
H1.HeaderClassName
{
color: #C025E6;
}
.AnyTagClassName
{
color: #C025E6;
}
</style>
background-color css
<style>
a { background-color: #C025E6; }
a { background-color: rgb(192,37,230); }
div.DivClassName
{
background-color: #C025E6;
}
.BgClassName
{
background-color: #C025E6;
}
</style>
border-color css
<style>
span { border-color: #C025E6; }
span { border-color: rgb(192,37,230); }
td.TdClassName
{
border-color: #C025E6;
}
.TagClassName
{
border-color: #C025E6;
}
</style>