Shades of Electric Purple #C600EF
Tints of Electric Purple #C600EF
RGB
CMYK
RGB Variations
Color information
#C600EF (or 0xC600EF) is known color: Electric Purple. HEX triplet: C6, 00 and EF. RGB value is (198,0,239). Sum of RGB (Red+Green+Blue) = 198+0+239=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 0 (0.39% from 255 or 0% from 437); Blue value is 239 (93.75% from 255 or 54.69% from 437); Max value from RGB is 239 - color contains mainly: blue. Hex color #C600EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C600EF is #39FF10. Grayscale: #555555. Windows color (decimal): -3800849 or 15663302. OLE color: 15663302.
HSL color Cylindrical-coordinate representation of color #C600EF: hue angle of 289.71º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C600EF is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 0 | 239 | - |
| CMYK | 0.17 | 1 | 0 | 0.06 |
| HSL | 289.71º | 1% | 0.47% | - |
| HSV(B) | 289.71º | 1% | 0.94% | - |
| XYZ | 38.87 | 18.24 | 83.13 | - |
| YUV | 86.45 | 214.1 | 207.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 0 | 239 | 0.17 | 1 | 0 | 0.06 | 289.71 | 1 | 0.47 |
| Hex | C6 | 0 | EF | 11 | 64 | 0 | 6 | 122 | 64 | 2F |
| Octal | 306 | 0 | 357 | 21 | 144 | 0 | 6 | 442 | 144 | 57 |
| Binary | 11000110 | 0 | 11101111 | 10001 | 1100100 | 0 | 110 | 100100010 | 1100100 | 101111 |
Color Harmonies of #C600EF
Complementary color
Monochromatic Colors of #C600EF
Black with #C600EF
Text Example
Text Example
White with #C600EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C600EF; }
p { color: rgb(198,0,239); }
H1.HeaderClassName
{
color: #C600EF;
}
.AnyTagClassName
{
color: #C600EF;
}
</style>
background-color css
<style>
a { background-color: #C600EF; }
a { background-color: rgb(198,0,239); }
div.DivClassName
{
background-color: #C600EF;
}
.BgClassName
{
background-color: #C600EF;
}
</style>
border-color css
<style>
span { border-color: #C600EF; }
span { border-color: rgb(198,0,239); }
td.TdClassName
{
border-color: #C600EF;
}
.TagClassName
{
border-color: #C600EF;
}
</style>