Shades of Electric Purple #C709FE
Tints of Electric Purple #C709FE
RGB
CMYK
RGB Variations
Color information
#C709FE (or 0xC709FE) is known color: Electric Purple. HEX triplet: C7, 09 and FE. RGB value is (199,9,254). Sum of RGB (Red+Green+Blue) = 199+9+254=462 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.07% from 462); Green value is 9 (3.91% from 255 or 1.95% from 462); Blue value is 254 (99.61% from 255 or 54.98% from 462); Max value from RGB is 254 - color contains mainly: blue. Hex color #C709FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C709FE is #38F601. Grayscale: #5C5C5C. Windows color (decimal): -3732994 or 16648647. OLE color: 16648647.
HSL color Cylindrical-coordinate representation of color #C709FE: hue angle of 286.53º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C709FE is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 199 | 9 | 254 | - |
| CMYK | 0.22 | 0.96 | 0 | 0.00 |
| HSL | 286.53º | 0.99% | 0.52% | - |
| HSV(B) | 286.53º | 0.96% | 1% | - |
| XYZ | 41.54 | 19.49 | 95.34 | - |
| YUV | 93.74 | 218.45 | 203.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 9 | 254 | 0.22 | 0.96 | 0 | 0.00 | 286.53 | 0.99 | 0.52 |
| Hex | C7 | 9 | FE | 16 | 60 | 0 | 0 | 11F | 63 | 34 |
| Octal | 307 | 11 | 376 | 26 | 140 | 0 | 0 | 437 | 143 | 64 |
| Binary | 11000111 | 1001 | 11111110 | 10110 | 1100000 | 0 | 0 | 100011111 | 1100011 | 110100 |
Color Harmonies of #C709FE
Complementary color
Monochromatic Colors of #C709FE
Black with #C709FE
Text Example
Text Example
White with #C709FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C709FE; }
p { color: rgb(199,9,254); }
H1.HeaderClassName
{
color: #C709FE;
}
.AnyTagClassName
{
color: #C709FE;
}
</style>
background-color css
<style>
a { background-color: #C709FE; }
a { background-color: rgb(199,9,254); }
div.DivClassName
{
background-color: #C709FE;
}
.BgClassName
{
background-color: #C709FE;
}
</style>
border-color css
<style>
span { border-color: #C709FE; }
span { border-color: rgb(199,9,254); }
td.TdClassName
{
border-color: #C709FE;
}
.TagClassName
{
border-color: #C709FE;
}
</style>