Shades of Electric Purple #C600E6
Tints of Electric Purple #C600E6
RGB
CMYK
RGB Variations
Color information
#C600E6 (or 0xC600E6) is known color: Electric Purple. HEX triplet: C6, 00 and E6. RGB value is (198,0,230). Sum of RGB (Red+Green+Blue) = 198+0+230=428 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.26% from 428); Green value is 0 (0.39% from 255 or 0% from 428); Blue value is 230 (90.23% from 255 or 53.74% from 428); Max value from RGB is 230 - color contains mainly: blue. Hex color #C600E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C600E6 is #39FF19. Grayscale: #545454. Windows color (decimal): -3800858 or 15073478. OLE color: 15073478.
HSL color Cylindrical-coordinate representation of color #C600E6: hue angle of 291.65º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C600E6 is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 198 | 0 | 230 | - |
| CMYK | 0.14 | 1 | 0 | 0.10 |
| HSL | 291.65º | 1% | 0.45% | - |
| HSV(B) | 291.65º | 1% | 0.9% | - |
| XYZ | 37.57 | 17.72 | 76.3 | - |
| YUV | 85.42 | 209.6 | 208.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 0 | 230 | 0.14 | 1 | 0 | 0.10 | 291.65 | 1 | 0.45 |
| Hex | C6 | 0 | E6 | E | 64 | 0 | A | 124 | 64 | 2D |
| Octal | 306 | 0 | 346 | 16 | 144 | 0 | 12 | 444 | 144 | 55 |
| Binary | 11000110 | 0 | 11100110 | 1110 | 1100100 | 0 | 1010 | 100100100 | 1100100 | 101101 |
Color Harmonies of #C600E6
Complementary color
Monochromatic Colors of #C600E6
Black with #C600E6
Text Example
Text Example
White with #C600E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C600E6; }
p { color: rgb(198,0,230); }
H1.HeaderClassName
{
color: #C600E6;
}
.AnyTagClassName
{
color: #C600E6;
}
</style>
background-color css
<style>
a { background-color: #C600E6; }
a { background-color: rgb(198,0,230); }
div.DivClassName
{
background-color: #C600E6;
}
.BgClassName
{
background-color: #C600E6;
}
</style>
border-color css
<style>
span { border-color: #C600E6; }
span { border-color: rgb(198,0,230); }
td.TdClassName
{
border-color: #C600E6;
}
.TagClassName
{
border-color: #C600E6;
}
</style>