Shades of Electric Purple #C709F1
Tints of Electric Purple #C709F1
RGB
CMYK
RGB Variations
Color information
#C709F1 (or 0xC709F1) is known color: Electric Purple. HEX triplet: C7, 09 and F1. RGB value is (199,9,241). Sum of RGB (Red+Green+Blue) = 199+9+241=449 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.32% from 449); Green value is 9 (3.91% from 255 or 2.00% from 449); Blue value is 241 (94.53% from 255 or 53.67% from 449); Max value from RGB is 241 - color contains mainly: blue. Hex color #C709F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C709F1 is #38F60E. Grayscale: #5B5B5B. Windows color (decimal): -3733007 or 15796679. OLE color: 15796679.
HSL color Cylindrical-coordinate representation of color #C709F1: hue angle of 289.14º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C709F1 is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 9 | 241 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.05 |
| HSL | 289.14º | 0.93% | 0.49% | - |
| HSV(B) | 289.14º | 0.96% | 0.95% | - |
| XYZ | 39.53 | 18.69 | 84.74 | - |
| YUV | 92.26 | 211.95 | 204.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 9 | 241 | 0.17 | 0.96 | 0 | 0.05 | 289.14 | 0.93 | 0.49 |
| Hex | C7 | 9 | F1 | 11 | 60 | 0 | 5 | 121 | 5D | 31 |
| Octal | 307 | 11 | 361 | 21 | 140 | 0 | 5 | 441 | 135 | 61 |
| Binary | 11000111 | 1001 | 11110001 | 10001 | 1100000 | 0 | 101 | 100100001 | 1011101 | 110001 |
Color Harmonies of #C709F1
Complementary color
Monochromatic Colors of #C709F1
Black with #C709F1
Text Example
Text Example
White with #C709F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C709F1; }
p { color: rgb(199,9,241); }
H1.HeaderClassName
{
color: #C709F1;
}
.AnyTagClassName
{
color: #C709F1;
}
</style>
background-color css
<style>
a { background-color: #C709F1; }
a { background-color: rgb(199,9,241); }
div.DivClassName
{
background-color: #C709F1;
}
.BgClassName
{
background-color: #C709F1;
}
</style>
border-color css
<style>
span { border-color: #C709F1; }
span { border-color: rgb(199,9,241); }
td.TdClassName
{
border-color: #C709F1;
}
.TagClassName
{
border-color: #C709F1;
}
</style>