Shades of Electric Purple #C600FF
Tints of Electric Purple #C600FF
RGB
CMYK
RGB Variations
Color information
#C600FF (or 0xC600FF) is known color: Electric Purple. HEX triplet: C6, 00 and FF. RGB value is (198,0,255). Sum of RGB (Red+Green+Blue) = 198+0+255=453 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.71% from 453); Green value is 0 (0.39% from 255 or 0% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #C600FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C600FF is #39FF00. Grayscale: #575757. Windows color (decimal): -3800833 or 16711878. OLE color: 16711878.
HSL color Cylindrical-coordinate representation of color #C600FF: hue angle of 286.59º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C600FF is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 0 | 255 | - |
| CMYK | 0.22 | 1 | 0 | 0 |
| HSL | 286.59º | 1% | 0.5% | - |
| HSV(B) | 286.59º | 1% | 1% | - |
| XYZ | 41.34 | 19.23 | 96.14 | - |
| YUV | 88.27 | 222.1 | 206.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 0 | 255 | 0.22 | 1 | 0 | 0 | 286.59 | 1 | 0.5 |
| Hex | C6 | 0 | FF | 16 | 64 | 0 | 0 | 11F | 64 | 32 |
| Octal | 306 | 0 | 377 | 26 | 144 | 0 | 0 | 437 | 144 | 62 |
| Binary | 11000110 | 0 | 11111111 | 10110 | 1100100 | 0 | 0 | 100011111 | 1100100 | 110010 |
Color Harmonies of #C600FF
Complementary color
Monochromatic Colors of #C600FF
Black with #C600FF
Text Example
Text Example
White with #C600FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C600FF; }
p { color: rgb(198,0,255); }
H1.HeaderClassName
{
color: #C600FF;
}
.AnyTagClassName
{
color: #C600FF;
}
</style>
background-color css
<style>
a { background-color: #C600FF; }
a { background-color: rgb(198,0,255); }
div.DivClassName
{
background-color: #C600FF;
}
.BgClassName
{
background-color: #C600FF;
}
</style>
border-color css
<style>
span { border-color: #C600FF; }
span { border-color: rgb(198,0,255); }
td.TdClassName
{
border-color: #C600FF;
}
.TagClassName
{
border-color: #C600FF;
}
</style>