Shades of Electric Purple #C200F7
Tints of Electric Purple #C200F7
RGB
CMYK
RGB Variations
Color information
#C200F7 (or 0xC200F7) is known color: Electric Purple. HEX triplet: C2, 00 and F7. RGB value is (194,0,247). Sum of RGB (Red+Green+Blue) = 194+0+247=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 0 (0.39% from 255 or 0% from 441); Blue value is 247 (96.88% from 255 or 56.01% from 441); Max value from RGB is 247 - color contains mainly: blue. Hex color #C200F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C200F7 is #3DFF08. Grayscale: #555555. Windows color (decimal): -4062985 or 16187586. OLE color: 16187586.
HSL color Cylindrical-coordinate representation of color #C200F7: hue angle of 287.13º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C200F7 is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 0 | 247 | - |
| CMYK | 0.21 | 1 | 0 | 0.03 |
| HSL | 287.13º | 1% | 0.48% | - |
| HSV(B) | 287.13º | 1% | 0.97% | - |
| XYZ | 39.04 | 18.18 | 89.45 | - |
| YUV | 86.16 | 218.77 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 247 | 0.21 | 1 | 0 | 0.03 | 287.13 | 1 | 0.48 |
| Hex | C2 | 0 | F7 | 15 | 64 | 0 | 3 | 11F | 64 | 30 |
| Octal | 302 | 0 | 367 | 25 | 144 | 0 | 3 | 437 | 144 | 60 |
| Binary | 11000010 | 0 | 11110111 | 10101 | 1100100 | 0 | 11 | 100011111 | 1100100 | 110000 |
Color Harmonies of #C200F7
Complementary color
Monochromatic Colors of #C200F7
Black with #C200F7
Text Example
Text Example
White with #C200F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C200F7; }
p { color: rgb(194,0,247); }
H1.HeaderClassName
{
color: #C200F7;
}
.AnyTagClassName
{
color: #C200F7;
}
</style>
background-color css
<style>
a { background-color: #C200F7; }
a { background-color: rgb(194,0,247); }
div.DivClassName
{
background-color: #C200F7;
}
.BgClassName
{
background-color: #C200F7;
}
</style>
border-color css
<style>
span { border-color: #C200F7; }
span { border-color: rgb(194,0,247); }
td.TdClassName
{
border-color: #C200F7;
}
.TagClassName
{
border-color: #C200F7;
}
</style>