Shades of Electric Purple #C600F1
Tints of Electric Purple #C600F1
RGB
CMYK
RGB Variations
Color information
#C600F1 (or 0xC600F1) is known color: Electric Purple. HEX triplet: C6, 00 and F1. RGB value is (198,0,241). Sum of RGB (Red+Green+Blue) = 198+0+241=439 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.10% from 439); Green value is 0 (0.39% from 255 or 0% from 439); Blue value is 241 (94.53% from 255 or 54.90% from 439); Max value from RGB is 241 - color contains mainly: blue. Hex color #C600F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C600F1 is #39FF0E. Grayscale: #555555. Windows color (decimal): -3800847 or 15794374. OLE color: 15794374.
HSL color Cylindrical-coordinate representation of color #C600F1: hue angle of 289.29º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C600F1 is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 0 | 241 | - |
| CMYK | 0.18 | 1 | 0 | 0.05 |
| HSL | 289.29º | 1% | 0.47% | - |
| HSV(B) | 289.29º | 1% | 0.95% | - |
| XYZ | 39.17 | 18.36 | 84.7 | - |
| YUV | 86.68 | 215.1 | 207.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 0 | 241 | 0.18 | 1 | 0 | 0.05 | 289.29 | 1 | 0.47 |
| Hex | C6 | 0 | F1 | 12 | 64 | 0 | 5 | 121 | 64 | 2F |
| Octal | 306 | 0 | 361 | 22 | 144 | 0 | 5 | 441 | 144 | 57 |
| Binary | 11000110 | 0 | 11110001 | 10010 | 1100100 | 0 | 101 | 100100001 | 1100100 | 101111 |
Color Harmonies of #C600F1
Complementary color
Monochromatic Colors of #C600F1
Black with #C600F1
Text Example
Text Example
White with #C600F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C600F1; }
p { color: rgb(198,0,241); }
H1.HeaderClassName
{
color: #C600F1;
}
.AnyTagClassName
{
color: #C600F1;
}
</style>
background-color css
<style>
a { background-color: #C600F1; }
a { background-color: rgb(198,0,241); }
div.DivClassName
{
background-color: #C600F1;
}
.BgClassName
{
background-color: #C600F1;
}
</style>
border-color css
<style>
span { border-color: #C600F1; }
span { border-color: rgb(198,0,241); }
td.TdClassName
{
border-color: #C600F1;
}
.TagClassName
{
border-color: #C600F1;
}
</style>