Shades of Electric Purple #C525FB
Tints of Electric Purple #C525FB
RGB
CMYK
RGB Variations
Color information
#C525FB (or 0xC525FB) is known color: Electric Purple. HEX triplet: C5, 25 and FB. RGB value is (197,37,251). Sum of RGB (Red+Green+Blue) = 197+37+251=485 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.62% from 485); Green value is 37 (14.84% from 255 or 7.63% from 485); Blue value is 251 (98.44% from 255 or 51.75% from 485); Max value from RGB is 251 - color contains mainly: blue. Hex color #C525FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C525FB is #3ADA04. Grayscale: #6C6C6C. Windows color (decimal): -3856901 or 16459205. OLE color: 16459205.
HSL color Cylindrical-coordinate representation of color #C525FB: hue angle of 284.86º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C525FB is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 37 | 251 | - |
| CMYK | 0.22 | 0.85 | 0 | 0.02 |
| HSL | 284.86º | 0.96% | 0.56% | - |
| HSV(B) | 284.86º | 0.85% | 0.98% | - |
| XYZ | 41.1 | 20.16 | 92.99 | - |
| YUV | 109.24 | 208.01 | 190.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 37 | 251 | 0.22 | 0.85 | 0 | 0.02 | 284.86 | 0.96 | 0.56 |
| Hex | C5 | 25 | FB | 16 | 55 | 0 | 2 | 11D | 60 | 38 |
| Octal | 305 | 45 | 373 | 26 | 125 | 0 | 2 | 435 | 140 | 70 |
| Binary | 11000101 | 100101 | 11111011 | 10110 | 1010101 | 0 | 10 | 100011101 | 1100000 | 111000 |
Color Harmonies of #C525FB
Complementary color
Monochromatic Colors of #C525FB
Black with #C525FB
Text Example
Text Example
White with #C525FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C525FB; }
p { color: rgb(197,37,251); }
H1.HeaderClassName
{
color: #C525FB;
}
.AnyTagClassName
{
color: #C525FB;
}
</style>
background-color css
<style>
a { background-color: #C525FB; }
a { background-color: rgb(197,37,251); }
div.DivClassName
{
background-color: #C525FB;
}
.BgClassName
{
background-color: #C525FB;
}
</style>
border-color css
<style>
span { border-color: #C525FB; }
span { border-color: rgb(197,37,251); }
td.TdClassName
{
border-color: #C525FB;
}
.TagClassName
{
border-color: #C525FB;
}
</style>