Shades of Electric Purple #C521F1
Tints of Electric Purple #C521F1
RGB
CMYK
RGB Variations
Color information
#C521F1 (or 0xC521F1) is known color: Electric Purple. HEX triplet: C5, 21 and F1. RGB value is (197,33,241). Sum of RGB (Red+Green+Blue) = 197+33+241=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 33 (13.28% from 255 or 7.01% from 471); Blue value is 241 (94.53% from 255 or 51.17% from 471); Max value from RGB is 241 - color contains mainly: blue. Hex color #C521F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C521F1 is #3ADE0E. Grayscale: #696969. Windows color (decimal): -3857935 or 15802821. OLE color: 15802821.
HSL color Cylindrical-coordinate representation of color #C521F1: hue angle of 287.31º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C521F1 is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 33 | 241 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.05 |
| HSL | 287.31º | 0.88% | 0.54% | - |
| HSV(B) | 287.31º | 0.86% | 0.95% | - |
| XYZ | 39.45 | 19.31 | 84.87 | - |
| YUV | 105.75 | 204.33 | 193.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 33 | 241 | 0.18 | 0.86 | 0 | 0.05 | 287.31 | 0.88 | 0.54 |
| Hex | C5 | 21 | F1 | 12 | 56 | 0 | 5 | 11F | 58 | 36 |
| Octal | 305 | 41 | 361 | 22 | 126 | 0 | 5 | 437 | 130 | 66 |
| Binary | 11000101 | 100001 | 11110001 | 10010 | 1010110 | 0 | 101 | 100011111 | 1011000 | 110110 |
Color Harmonies of #C521F1
Complementary color
Monochromatic Colors of #C521F1
Black with #C521F1
Text Example
Text Example
White with #C521F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C521F1; }
p { color: rgb(197,33,241); }
H1.HeaderClassName
{
color: #C521F1;
}
.AnyTagClassName
{
color: #C521F1;
}
</style>
background-color css
<style>
a { background-color: #C521F1; }
a { background-color: rgb(197,33,241); }
div.DivClassName
{
background-color: #C521F1;
}
.BgClassName
{
background-color: #C521F1;
}
</style>
border-color css
<style>
span { border-color: #C521F1; }
span { border-color: rgb(197,33,241); }
td.TdClassName
{
border-color: #C521F1;
}
.TagClassName
{
border-color: #C521F1;
}
</style>