Shades of Electric Purple #C52FFB
Tints of Electric Purple #C52FFB
RGB
CMYK
RGB Variations
Color information
#C52FFB (or 0xC52FFB) is known color: Electric Purple. HEX triplet: C5, 2F and FB. RGB value is (197,47,251). Sum of RGB (Red+Green+Blue) = 197+47+251=495 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.80% from 495); Green value is 47 (18.75% from 255 or 9.49% from 495); Blue value is 251 (98.44% from 255 or 50.71% from 495); Max value from RGB is 251 - color contains mainly: blue. Hex color #C52FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C52FFB is #3AD004. Grayscale: #727272. Windows color (decimal): -3854341 or 16461765. OLE color: 16461765.
HSL color Cylindrical-coordinate representation of color #C52FFB: hue angle of 284.12º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C52FFB is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 47 | 251 | - |
| CMYK | 0.22 | 0.81 | 0 | 0.02 |
| HSL | 284.12º | 0.96% | 0.58% | - |
| HSV(B) | 284.12º | 0.81% | 0.98% | - |
| XYZ | 41.46 | 20.87 | 93.11 | - |
| YUV | 115.11 | 204.7 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 47 | 251 | 0.22 | 0.81 | 0 | 0.02 | 284.12 | 0.96 | 0.58 |
| Hex | C5 | 2F | FB | 16 | 51 | 0 | 2 | 11C | 60 | 3A |
| Octal | 305 | 57 | 373 | 26 | 121 | 0 | 2 | 434 | 140 | 72 |
| Binary | 11000101 | 101111 | 11111011 | 10110 | 1010001 | 0 | 10 | 100011100 | 1100000 | 111010 |
Color Harmonies of #C52FFB
Complementary color
Monochromatic Colors of #C52FFB
Black with #C52FFB
Text Example
Text Example
White with #C52FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52FFB; }
p { color: rgb(197,47,251); }
H1.HeaderClassName
{
color: #C52FFB;
}
.AnyTagClassName
{
color: #C52FFB;
}
</style>
background-color css
<style>
a { background-color: #C52FFB; }
a { background-color: rgb(197,47,251); }
div.DivClassName
{
background-color: #C52FFB;
}
.BgClassName
{
background-color: #C52FFB;
}
</style>
border-color css
<style>
span { border-color: #C52FFB; }
span { border-color: rgb(197,47,251); }
td.TdClassName
{
border-color: #C52FFB;
}
.TagClassName
{
border-color: #C52FFB;
}
</style>