Shades of Electric Purple #C52BFC
Tints of Electric Purple #C52BFC
RGB
CMYK
RGB Variations
Color information
#C52BFC (or 0xC52BFC) is known color: Electric Purple. HEX triplet: C5, 2B and FC. RGB value is (197,43,252). Sum of RGB (Red+Green+Blue) = 197+43+252=492 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.04% from 492); Green value is 43 (17.19% from 255 or 8.74% from 492); Blue value is 252 (98.83% from 255 or 51.22% from 492); Max value from RGB is 252 - color contains mainly: blue. Hex color #C52BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C52BFC is #3AD403. Grayscale: #707070. Windows color (decimal): -3855364 or 16526277. OLE color: 16526277.
HSL color Cylindrical-coordinate representation of color #C52BFC: hue angle of 284.21º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C52BFC is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 43 | 252 | - |
| CMYK | 0.22 | 0.83 | 0 | 0.01 |
| HSL | 284.21º | 0.97% | 0.58% | - |
| HSV(B) | 284.21º | 0.83% | 0.99% | - |
| XYZ | 41.46 | 20.63 | 93.89 | - |
| YUV | 112.87 | 206.52 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 43 | 252 | 0.22 | 0.83 | 0 | 0.01 | 284.21 | 0.97 | 0.58 |
| Hex | C5 | 2B | FC | 16 | 53 | 0 | 1 | 11C | 61 | 3A |
| Octal | 305 | 53 | 374 | 26 | 123 | 0 | 1 | 434 | 141 | 72 |
| Binary | 11000101 | 101011 | 11111100 | 10110 | 1010011 | 0 | 1 | 100011100 | 1100001 | 111010 |
Color Harmonies of #C52BFC
Complementary color
Monochromatic Colors of #C52BFC
Black with #C52BFC
Text Example
Text Example
White with #C52BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52BFC; }
p { color: rgb(197,43,252); }
H1.HeaderClassName
{
color: #C52BFC;
}
.AnyTagClassName
{
color: #C52BFC;
}
</style>
background-color css
<style>
a { background-color: #C52BFC; }
a { background-color: rgb(197,43,252); }
div.DivClassName
{
background-color: #C52BFC;
}
.BgClassName
{
background-color: #C52BFC;
}
</style>
border-color css
<style>
span { border-color: #C52BFC; }
span { border-color: rgb(197,43,252); }
td.TdClassName
{
border-color: #C52BFC;
}
.TagClassName
{
border-color: #C52BFC;
}
</style>