Shades of Electric Purple #C704F2
Tints of Electric Purple #C704F2
RGB
CMYK
RGB Variations
Color information
#C704F2 (or 0xC704F2) is known color: Electric Purple. HEX triplet: C7, 04 and F2. RGB value is (199,4,242). Sum of RGB (Red+Green+Blue) = 199+4+242=445 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.72% from 445); Green value is 4 (1.95% from 255 or 0.90% from 445); Blue value is 242 (94.92% from 255 or 54.38% from 445); Max value from RGB is 242 - color contains mainly: blue. Hex color #C704F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C704F2 is #38FB0D. Grayscale: #585858. Windows color (decimal): -3734286 or 15860935. OLE color: 15860935.
HSL color Cylindrical-coordinate representation of color #C704F2: hue angle of 289.16º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C704F2 is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 4 | 242 | - |
| CMYK | 0.18 | 0.98 | 0 | 0.05 |
| HSL | 289.16º | 0.97% | 0.48% | - |
| HSV(B) | 289.16º | 0.98% | 0.95% | - |
| XYZ | 39.62 | 18.64 | 85.51 | - |
| YUV | 89.44 | 214.1 | 206.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 4 | 242 | 0.18 | 0.98 | 0 | 0.05 | 289.16 | 0.97 | 0.48 |
| Hex | C7 | 4 | F2 | 12 | 62 | 0 | 5 | 121 | 61 | 30 |
| Octal | 307 | 4 | 362 | 22 | 142 | 0 | 5 | 441 | 141 | 60 |
| Binary | 11000111 | 100 | 11110010 | 10010 | 1100010 | 0 | 101 | 100100001 | 1100001 | 110000 |
Color Harmonies of #C704F2
Complementary color
Monochromatic Colors of #C704F2
Black with #C704F2
Text Example
Text Example
White with #C704F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C704F2; }
p { color: rgb(199,4,242); }
H1.HeaderClassName
{
color: #C704F2;
}
.AnyTagClassName
{
color: #C704F2;
}
</style>
background-color css
<style>
a { background-color: #C704F2; }
a { background-color: rgb(199,4,242); }
div.DivClassName
{
background-color: #C704F2;
}
.BgClassName
{
background-color: #C704F2;
}
</style>
border-color css
<style>
span { border-color: #C704F2; }
span { border-color: rgb(199,4,242); }
td.TdClassName
{
border-color: #C704F2;
}
.TagClassName
{
border-color: #C704F2;
}
</style>