Shades of Electric Purple #C025FD
Tints of Electric Purple #C025FD
RGB
CMYK
RGB Variations
Color information
#C025FD (or 0xC025FD) is known color: Electric Purple. HEX triplet: C0, 25 and FD. RGB value is (192,37,253). Sum of RGB (Red+Green+Blue) = 192+37+253=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 37 (14.84% from 255 or 7.68% from 482); Blue value is 253 (99.22% from 255 or 52.49% from 482); Max value from RGB is 253 - color contains mainly: blue. Hex color #C025FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C025FD is #3FDA02. Grayscale: #6B6B6B. Windows color (decimal): -4184579 or 16590272. OLE color: 16590272.
HSL color Cylindrical-coordinate representation of color #C025FD: hue angle of 283.06º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C025FD is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 37 | 253 | - |
| CMYK | 0.24 | 0.85 | 0 | 0.01 |
| HSL | 283.06º | 0.98% | 0.57% | - |
| HSV(B) | 283.06º | 0.85% | 0.99% | - |
| XYZ | 40.13 | 19.62 | 94.6 | - |
| YUV | 107.97 | 209.85 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 37 | 253 | 0.24 | 0.85 | 0 | 0.01 | 283.06 | 0.98 | 0.57 |
| Hex | C0 | 25 | FD | 18 | 55 | 0 | 1 | 11B | 62 | 39 |
| Octal | 300 | 45 | 375 | 30 | 125 | 0 | 1 | 433 | 142 | 71 |
| Binary | 11000000 | 100101 | 11111101 | 11000 | 1010101 | 0 | 1 | 100011011 | 1100010 | 111001 |
Color Harmonies of #C025FD
Complementary color
Monochromatic Colors of #C025FD
Black with #C025FD
Text Example
Text Example
White with #C025FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C025FD; }
p { color: rgb(192,37,253); }
H1.HeaderClassName
{
color: #C025FD;
}
.AnyTagClassName
{
color: #C025FD;
}
</style>
background-color css
<style>
a { background-color: #C025FD; }
a { background-color: rgb(192,37,253); }
div.DivClassName
{
background-color: #C025FD;
}
.BgClassName
{
background-color: #C025FD;
}
</style>
border-color css
<style>
span { border-color: #C025FD; }
span { border-color: rgb(192,37,253); }
td.TdClassName
{
border-color: #C025FD;
}
.TagClassName
{
border-color: #C025FD;
}
</style>