Shades of Electric Purple #C700FC
Tints of Electric Purple #C700FC
RGB
CMYK
RGB Variations
Color information
#C700FC (or 0xC700FC) is known color: Electric Purple. HEX triplet: C7, 00 and FC. RGB value is (199,0,252). Sum of RGB (Red+Green+Blue) = 199+0+252=451 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.12% from 451); Green value is 0 (0.39% from 255 or 0% from 451); Blue value is 252 (98.83% from 255 or 55.88% from 451); Max value from RGB is 252 - color contains mainly: blue. Hex color #C700FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C700FC is #38FF03. Grayscale: #575757. Windows color (decimal): -3735300 or 16515271. OLE color: 16515271.
HSL color Cylindrical-coordinate representation of color #C700FC: hue angle of 287.38º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C700FC is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 0 | 252 | - |
| CMYK | 0.21 | 1 | 0 | 0.01 |
| HSL | 287.38º | 1% | 0.49% | - |
| HSV(B) | 287.38º | 1% | 0.99% | - |
| XYZ | 41.12 | 19.17 | 93.63 | - |
| YUV | 88.23 | 220.43 | 207.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 0 | 252 | 0.21 | 1 | 0 | 0.01 | 287.38 | 1 | 0.49 |
| Hex | C7 | 0 | FC | 15 | 64 | 0 | 1 | 11F | 64 | 31 |
| Octal | 307 | 0 | 374 | 25 | 144 | 0 | 1 | 437 | 144 | 61 |
| Binary | 11000111 | 0 | 11111100 | 10101 | 1100100 | 0 | 1 | 100011111 | 1100100 | 110001 |
Color Harmonies of #C700FC
Complementary color
Monochromatic Colors of #C700FC
Black with #C700FC
Text Example
Text Example
White with #C700FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C700FC; }
p { color: rgb(199,0,252); }
H1.HeaderClassName
{
color: #C700FC;
}
.AnyTagClassName
{
color: #C700FC;
}
</style>
background-color css
<style>
a { background-color: #C700FC; }
a { background-color: rgb(199,0,252); }
div.DivClassName
{
background-color: #C700FC;
}
.BgClassName
{
background-color: #C700FC;
}
</style>
border-color css
<style>
span { border-color: #C700FC; }
span { border-color: rgb(199,0,252); }
td.TdClassName
{
border-color: #C700FC;
}
.TagClassName
{
border-color: #C700FC;
}
</style>