Shades of Electric Purple #C709FB
Tints of Electric Purple #C709FB
RGB
CMYK
RGB Variations
Color information
#C709FB (or 0xC709FB) is known color: Electric Purple. HEX triplet: C7, 09 and FB. RGB value is (199,9,251). Sum of RGB (Red+Green+Blue) = 199+9+251=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 9 (3.91% from 255 or 1.96% from 459); Blue value is 251 (98.44% from 255 or 54.68% from 459); Max value from RGB is 251 - color contains mainly: blue. Hex color #C709FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C709FB is #38F604. Grayscale: #5C5C5C. Windows color (decimal): -3732997 or 16452039. OLE color: 16452039.
HSL color Cylindrical-coordinate representation of color #C709FB: hue angle of 287.11º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C709FB is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 9 | 251 | - |
| CMYK | 0.21 | 0.96 | 0 | 0.02 |
| HSL | 287.11º | 0.97% | 0.51% | - |
| HSV(B) | 287.11º | 0.96% | 0.98% | - |
| XYZ | 41.06 | 19.3 | 92.83 | - |
| YUV | 93.4 | 216.95 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 9 | 251 | 0.21 | 0.96 | 0 | 0.02 | 287.11 | 0.97 | 0.51 |
| Hex | C7 | 9 | FB | 15 | 60 | 0 | 2 | 11F | 61 | 33 |
| Octal | 307 | 11 | 373 | 25 | 140 | 0 | 2 | 437 | 141 | 63 |
| Binary | 11000111 | 1001 | 11111011 | 10101 | 1100000 | 0 | 10 | 100011111 | 1100001 | 110011 |
Color Harmonies of #C709FB
Complementary color
Monochromatic Colors of #C709FB
Black with #C709FB
Text Example
Text Example
White with #C709FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C709FB; }
p { color: rgb(199,9,251); }
H1.HeaderClassName
{
color: #C709FB;
}
.AnyTagClassName
{
color: #C709FB;
}
</style>
background-color css
<style>
a { background-color: #C709FB; }
a { background-color: rgb(199,9,251); }
div.DivClassName
{
background-color: #C709FB;
}
.BgClassName
{
background-color: #C709FB;
}
</style>
border-color css
<style>
span { border-color: #C709FB; }
span { border-color: rgb(199,9,251); }
td.TdClassName
{
border-color: #C709FB;
}
.TagClassName
{
border-color: #C709FB;
}
</style>