Shades of Electric Purple #C525FC
Tints of Electric Purple #C525FC
RGB
CMYK
RGB Variations
Color information
#C525FC (or 0xC525FC) is known color: Electric Purple. HEX triplet: C5, 25 and FC. RGB value is (197,37,252). Sum of RGB (Red+Green+Blue) = 197+37+252=486 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.53% from 486); Green value is 37 (14.84% from 255 or 7.61% from 486); Blue value is 252 (98.83% from 255 or 51.85% from 486); Max value from RGB is 252 - color contains mainly: blue. Hex color #C525FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C525FC is #3ADA03. Grayscale: #6C6C6C. Windows color (decimal): -3856900 or 16524741. OLE color: 16524741.
HSL color Cylindrical-coordinate representation of color #C525FC: hue angle of 284.65º degrees, saturation: 0.97, 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 #C525FC is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 37 | 252 | - |
| CMYK | 0.22 | 0.85 | 0 | 0.01 |
| HSL | 284.65º | 0.97% | 0.57% | - |
| HSV(B) | 284.65º | 0.85% | 0.99% | - |
| XYZ | 41.26 | 20.22 | 93.82 | - |
| YUV | 109.35 | 208.51 | 190.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 37 | 252 | 0.22 | 0.85 | 0 | 0.01 | 284.65 | 0.97 | 0.57 |
| Hex | C5 | 25 | FC | 16 | 55 | 0 | 1 | 11D | 61 | 39 |
| Octal | 305 | 45 | 374 | 26 | 125 | 0 | 1 | 435 | 141 | 71 |
| Binary | 11000101 | 100101 | 11111100 | 10110 | 1010101 | 0 | 1 | 100011101 | 1100001 | 111001 |
Color Harmonies of #C525FC
Complementary color
Monochromatic Colors of #C525FC
Black with #C525FC
Text Example
Text Example
White with #C525FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C525FC; }
p { color: rgb(197,37,252); }
H1.HeaderClassName
{
color: #C525FC;
}
.AnyTagClassName
{
color: #C525FC;
}
</style>
background-color css
<style>
a { background-color: #C525FC; }
a { background-color: rgb(197,37,252); }
div.DivClassName
{
background-color: #C525FC;
}
.BgClassName
{
background-color: #C525FC;
}
</style>
border-color css
<style>
span { border-color: #C525FC; }
span { border-color: rgb(197,37,252); }
td.TdClassName
{
border-color: #C525FC;
}
.TagClassName
{
border-color: #C525FC;
}
</style>