Shades of Electric Purple #C620F1
Tints of Electric Purple #C620F1
RGB
CMYK
RGB Variations
Color information
#C620F1 (or 0xC620F1) is known color: Electric Purple. HEX triplet: C6, 20 and F1. RGB value is (198,32,241). Sum of RGB (Red+Green+Blue) = 198+32+241=471 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.04% from 471); Green value is 32 (12.89% from 255 or 6.79% 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 #C620F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C620F1 is #39DF0E. Grayscale: #686868. Windows color (decimal): -3792655 or 15802566. OLE color: 15802566.
HSL color Cylindrical-coordinate representation of color #C620F1: hue angle of 287.66º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C620F1 is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 32 | 241 | - |
| CMYK | 0.18 | 0.87 | 0 | 0.05 |
| HSL | 287.66º | 0.88% | 0.54% | - |
| HSV(B) | 287.66º | 0.87% | 0.95% | - |
| XYZ | 39.68 | 19.39 | 84.87 | - |
| YUV | 105.46 | 204.5 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 32 | 241 | 0.18 | 0.87 | 0 | 0.05 | 287.66 | 0.88 | 0.54 |
| Hex | C6 | 20 | F1 | 12 | 57 | 0 | 5 | 120 | 58 | 36 |
| Octal | 306 | 40 | 361 | 22 | 127 | 0 | 5 | 440 | 130 | 66 |
| Binary | 11000110 | 100000 | 11110001 | 10010 | 1010111 | 0 | 101 | 100100000 | 1011000 | 110110 |
Color Harmonies of #C620F1
Complementary color
Monochromatic Colors of #C620F1
Black with #C620F1
Text Example
Text Example
White with #C620F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C620F1; }
p { color: rgb(198,32,241); }
H1.HeaderClassName
{
color: #C620F1;
}
.AnyTagClassName
{
color: #C620F1;
}
</style>
background-color css
<style>
a { background-color: #C620F1; }
a { background-color: rgb(198,32,241); }
div.DivClassName
{
background-color: #C620F1;
}
.BgClassName
{
background-color: #C620F1;
}
</style>
border-color css
<style>
span { border-color: #C620F1; }
span { border-color: rgb(198,32,241); }
td.TdClassName
{
border-color: #C620F1;
}
.TagClassName
{
border-color: #C620F1;
}
</style>