Shades of Electric Purple #C62CEC
Tints of Electric Purple #C62CEC
RGB
CMYK
RGB Variations
Color information
#C62CEC (or 0xC62CEC) is known color: Electric Purple. HEX triplet: C6, 2C and EC. RGB value is (198,44,236). Sum of RGB (Red+Green+Blue) = 198+44+236=478 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.42% from 478); Green value is 44 (17.58% from 255 or 9.21% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #C62CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C62CEC is #39D313. Grayscale: #6F6F6F. Windows color (decimal): -3789588 or 15477958. OLE color: 15477958.
HSL color Cylindrical-coordinate representation of color #C62CEC: hue angle of 288.12º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C62CEC is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 44 | 236 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.07 |
| HSL | 288.13º | 0.83% | 0.55% | - |
| HSV(B) | 288.13º | 0.81% | 0.93% | - |
| XYZ | 39.33 | 19.86 | 81.12 | - |
| YUV | 111.93 | 198.02 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 44 | 236 | 0.16 | 0.81 | 0 | 0.07 | 288.13 | 0.83 | 0.55 |
| Hex | C6 | 2C | EC | 10 | 51 | 0 | 7 | 120 | 53 | 37 |
| Octal | 306 | 54 | 354 | 20 | 121 | 0 | 7 | 440 | 123 | 67 |
| Binary | 11000110 | 101100 | 11101100 | 10000 | 1010001 | 0 | 111 | 100100000 | 1010011 | 110111 |
Color Harmonies of #C62CEC
Complementary color
Monochromatic Colors of #C62CEC
Black with #C62CEC
Text Example
Text Example
White with #C62CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62CEC; }
p { color: rgb(198,44,236); }
H1.HeaderClassName
{
color: #C62CEC;
}
.AnyTagClassName
{
color: #C62CEC;
}
</style>
background-color css
<style>
a { background-color: #C62CEC; }
a { background-color: rgb(198,44,236); }
div.DivClassName
{
background-color: #C62CEC;
}
.BgClassName
{
background-color: #C62CEC;
}
</style>
border-color css
<style>
span { border-color: #C62CEC; }
span { border-color: rgb(198,44,236); }
td.TdClassName
{
border-color: #C62CEC;
}
.TagClassName
{
border-color: #C62CEC;
}
</style>