Shades of Electric Purple #C207F2
Tints of Electric Purple #C207F2
RGB
CMYK
RGB Variations
Color information
#C207F2 (or 0xC207F2) is known color: Electric Purple. HEX triplet: C2, 07 and F2. RGB value is (194,7,242). Sum of RGB (Red+Green+Blue) = 194+7+242=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 7 (3.12% from 255 or 1.58% from 443); Blue value is 242 (94.92% from 255 or 54.63% from 443); Max value from RGB is 242 - color contains mainly: blue. Hex color #C207F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C207F2 is #3DF80D. Grayscale: #585858. Windows color (decimal): -4061198 or 15861698. OLE color: 15861698.
HSL color Cylindrical-coordinate representation of color #C207F2: hue angle of 287.74º 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 #C207F2 is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 7 | 242 | - |
| CMYK | 0.20 | 0.97 | 0 | 0.05 |
| HSL | 287.74º | 0.94% | 0.49% | - |
| HSV(B) | 287.74º | 0.97% | 0.95% | - |
| XYZ | 38.35 | 18.03 | 85.46 | - |
| YUV | 89.7 | 213.95 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 7 | 242 | 0.20 | 0.97 | 0 | 0.05 | 287.74 | 0.94 | 0.49 |
| Hex | C2 | 7 | F2 | 14 | 61 | 0 | 5 | 120 | 5E | 31 |
| Octal | 302 | 7 | 362 | 24 | 141 | 0 | 5 | 440 | 136 | 61 |
| Binary | 11000010 | 111 | 11110010 | 10100 | 1100001 | 0 | 101 | 100100000 | 1011110 | 110001 |
Color Harmonies of #C207F2
Complementary color
Monochromatic Colors of #C207F2
Black with #C207F2
Text Example
Text Example
White with #C207F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C207F2; }
p { color: rgb(194,7,242); }
H1.HeaderClassName
{
color: #C207F2;
}
.AnyTagClassName
{
color: #C207F2;
}
</style>
background-color css
<style>
a { background-color: #C207F2; }
a { background-color: rgb(194,7,242); }
div.DivClassName
{
background-color: #C207F2;
}
.BgClassName
{
background-color: #C207F2;
}
</style>
border-color css
<style>
span { border-color: #C207F2; }
span { border-color: rgb(194,7,242); }
td.TdClassName
{
border-color: #C207F2;
}
.TagClassName
{
border-color: #C207F2;
}
</style>