Shades of Electric Purple #C007F9
Tints of Electric Purple #C007F9
RGB
CMYK
RGB Variations
Color information
#C007F9 (or 0xC007F9) is known color: Electric Purple. HEX triplet: C0, 07 and F9. RGB value is (192,7,249). Sum of RGB (Red+Green+Blue) = 192+7+249=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 7 (3.12% from 255 or 1.56% from 448); Blue value is 249 (97.66% from 255 or 55.58% from 448); Max value from RGB is 249 - color contains mainly: blue. Hex color #C007F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C007F9 is #3FF806. Grayscale: #595959. Windows color (decimal): -4192263 or 16320448. OLE color: 16320448.
HSL color Cylindrical-coordinate representation of color #C007F9: hue angle of 285.87º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C007F9 is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 7 | 249 | - |
| CMYK | 0.23 | 0.97 | 0 | 0.02 |
| HSL | 285.87º | 0.95% | 0.5% | - |
| HSV(B) | 285.87º | 0.97% | 0.98% | - |
| XYZ | 38.91 | 18.2 | 91.08 | - |
| YUV | 89.9 | 217.79 | 200.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 7 | 249 | 0.23 | 0.97 | 0 | 0.02 | 285.87 | 0.95 | 0.5 |
| Hex | C0 | 7 | F9 | 17 | 61 | 0 | 2 | 11E | 5F | 32 |
| Octal | 300 | 7 | 371 | 27 | 141 | 0 | 2 | 436 | 137 | 62 |
| Binary | 11000000 | 111 | 11111001 | 10111 | 1100001 | 0 | 10 | 100011110 | 1011111 | 110010 |
Color Harmonies of #C007F9
Complementary color
Monochromatic Colors of #C007F9
Black with #C007F9
Text Example
Text Example
White with #C007F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C007F9; }
p { color: rgb(192,7,249); }
H1.HeaderClassName
{
color: #C007F9;
}
.AnyTagClassName
{
color: #C007F9;
}
</style>
background-color css
<style>
a { background-color: #C007F9; }
a { background-color: rgb(192,7,249); }
div.DivClassName
{
background-color: #C007F9;
}
.BgClassName
{
background-color: #C007F9;
}
</style>
border-color css
<style>
span { border-color: #C007F9; }
span { border-color: rgb(192,7,249); }
td.TdClassName
{
border-color: #C007F9;
}
.TagClassName
{
border-color: #C007F9;
}
</style>