Shades of Electric Purple #C52CFB
Tints of Electric Purple #C52CFB
RGB
CMYK
RGB Variations
Color information
#C52CFB (or 0xC52CFB) is known color: Electric Purple. HEX triplet: C5, 2C and FB. RGB value is (197,44,251). Sum of RGB (Red+Green+Blue) = 197+44+251=492 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.04% from 492); Green value is 44 (17.58% from 255 or 8.94% from 492); Blue value is 251 (98.44% from 255 or 51.02% from 492); Max value from RGB is 251 - color contains mainly: blue. Hex color #C52CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C52CFB is #3AD304. Grayscale: #707070. Windows color (decimal): -3855109 or 16460997. OLE color: 16460997.
HSL color Cylindrical-coordinate representation of color #C52CFB: hue angle of 284.35º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C52CFB is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 44 | 251 | - |
| CMYK | 0.22 | 0.82 | 0 | 0.02 |
| HSL | 284.35º | 0.96% | 0.58% | - |
| HSV(B) | 284.35º | 0.82% | 0.98% | - |
| XYZ | 41.34 | 20.64 | 93.07 | - |
| YUV | 113.35 | 205.69 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 44 | 251 | 0.22 | 0.82 | 0 | 0.02 | 284.35 | 0.96 | 0.58 |
| Hex | C5 | 2C | FB | 16 | 52 | 0 | 2 | 11C | 60 | 3A |
| Octal | 305 | 54 | 373 | 26 | 122 | 0 | 2 | 434 | 140 | 72 |
| Binary | 11000101 | 101100 | 11111011 | 10110 | 1010010 | 0 | 10 | 100011100 | 1100000 | 111010 |
Color Harmonies of #C52CFB
Complementary color
Monochromatic Colors of #C52CFB
Black with #C52CFB
Text Example
Text Example
White with #C52CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52CFB; }
p { color: rgb(197,44,251); }
H1.HeaderClassName
{
color: #C52CFB;
}
.AnyTagClassName
{
color: #C52CFB;
}
</style>
background-color css
<style>
a { background-color: #C52CFB; }
a { background-color: rgb(197,44,251); }
div.DivClassName
{
background-color: #C52CFB;
}
.BgClassName
{
background-color: #C52CFB;
}
</style>
border-color css
<style>
span { border-color: #C52CFB; }
span { border-color: rgb(197,44,251); }
td.TdClassName
{
border-color: #C52CFB;
}
.TagClassName
{
border-color: #C52CFB;
}
</style>