Shades of Electric Purple #C007F2
Tints of Electric Purple #C007F2
RGB
CMYK
RGB Variations
Color information
#C007F2 (or 0xC007F2) is known color: Electric Purple. HEX triplet: C0, 07 and F2. RGB value is (192,7,242). Sum of RGB (Red+Green+Blue) = 192+7+242=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 7 (3.12% from 255 or 1.59% from 441); Blue value is 242 (94.92% from 255 or 54.88% from 441); Max value from RGB is 242 - color contains mainly: blue. Hex color #C007F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C007F2 is #3FF80D. Grayscale: #585858. Windows color (decimal): -4192270 or 15861696. OLE color: 15861696.
HSL color Cylindrical-coordinate representation of color #C007F2: hue angle of 287.23º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C007F2 is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 7 | 242 | - |
| CMYK | 0.21 | 0.97 | 0 | 0.05 |
| HSL | 287.23º | 0.94% | 0.49% | - |
| HSV(B) | 287.23º | 0.97% | 0.95% | - |
| XYZ | 37.84 | 17.77 | 85.44 | - |
| YUV | 89.11 | 214.29 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 7 | 242 | 0.21 | 0.97 | 0 | 0.05 | 287.23 | 0.94 | 0.49 |
| Hex | C0 | 7 | F2 | 15 | 61 | 0 | 5 | 11F | 5E | 31 |
| Octal | 300 | 7 | 362 | 25 | 141 | 0 | 5 | 437 | 136 | 61 |
| Binary | 11000000 | 111 | 11110010 | 10101 | 1100001 | 0 | 101 | 100011111 | 1011110 | 110001 |
Color Harmonies of #C007F2
Complementary color
Monochromatic Colors of #C007F2
Black with #C007F2
Text Example
Text Example
White with #C007F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C007F2; }
p { color: rgb(192,7,242); }
H1.HeaderClassName
{
color: #C007F2;
}
.AnyTagClassName
{
color: #C007F2;
}
</style>
background-color css
<style>
a { background-color: #C007F2; }
a { background-color: rgb(192,7,242); }
div.DivClassName
{
background-color: #C007F2;
}
.BgClassName
{
background-color: #C007F2;
}
</style>
border-color css
<style>
span { border-color: #C007F2; }
span { border-color: rgb(192,7,242); }
td.TdClassName
{
border-color: #C007F2;
}
.TagClassName
{
border-color: #C007F2;
}
</style>