Shades of Electric Purple #C207F9
Tints of Electric Purple #C207F9
RGB
CMYK
RGB Variations
Color information
#C207F9 (or 0xC207F9) is known color: Electric Purple. HEX triplet: C2, 07 and F9. RGB value is (194,7,249). Sum of RGB (Red+Green+Blue) = 194+7+249=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 7 (3.12% from 255 or 1.56% from 450); Blue value is 249 (97.66% from 255 or 55.33% from 450); Max value from RGB is 249 - color contains mainly: blue. Hex color #C207F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C207F9 is #3DF806. Grayscale: #595959. Windows color (decimal): -4061191 or 16320450. OLE color: 16320450.
HSL color Cylindrical-coordinate representation of color #C207F9: hue angle of 286.36º 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 #C207F9 is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 7 | 249 | - |
| CMYK | 0.22 | 0.97 | 0 | 0.02 |
| HSL | 286.36º | 0.95% | 0.5% | - |
| HSV(B) | 286.36º | 0.97% | 0.98% | - |
| XYZ | 39.42 | 18.46 | 91.11 | - |
| YUV | 90.5 | 217.45 | 201.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 7 | 249 | 0.22 | 0.97 | 0 | 0.02 | 286.36 | 0.95 | 0.5 |
| Hex | C2 | 7 | F9 | 16 | 61 | 0 | 2 | 11E | 5F | 32 |
| Octal | 302 | 7 | 371 | 26 | 141 | 0 | 2 | 436 | 137 | 62 |
| Binary | 11000010 | 111 | 11111001 | 10110 | 1100001 | 0 | 10 | 100011110 | 1011111 | 110010 |
Color Harmonies of #C207F9
Complementary color
Monochromatic Colors of #C207F9
Black with #C207F9
Text Example
Text Example
White with #C207F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C207F9; }
p { color: rgb(194,7,249); }
H1.HeaderClassName
{
color: #C207F9;
}
.AnyTagClassName
{
color: #C207F9;
}
</style>
background-color css
<style>
a { background-color: #C207F9; }
a { background-color: rgb(194,7,249); }
div.DivClassName
{
background-color: #C207F9;
}
.BgClassName
{
background-color: #C207F9;
}
</style>
border-color css
<style>
span { border-color: #C207F9; }
span { border-color: rgb(194,7,249); }
td.TdClassName
{
border-color: #C207F9;
}
.TagClassName
{
border-color: #C207F9;
}
</style>