Shades of Electric Purple #C301EC
Tints of Electric Purple #C301EC
RGB
CMYK
RGB Variations
Color information
#C301EC (or 0xC301EC) is known color: Electric Purple. HEX triplet: C3, 01 and EC. RGB value is (195,1,236). Sum of RGB (Red+Green+Blue) = 195+1+236=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 1 (0.78% from 255 or 0.23% from 432); Blue value is 236 (92.58% from 255 or 54.63% from 432); Max value from RGB is 236 - color contains mainly: blue. Hex color #C301EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C301EC is #3CFE13. Grayscale: #555555. Windows color (decimal): -3997204 or 15466947. OLE color: 15466947.
HSL color Cylindrical-coordinate representation of color #C301EC: hue angle of 289.53º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C301EC is Cyan = 0.17, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 1 | 236 | - |
| CMYK | 0.17 | 1.00 | 0 | 0.07 |
| HSL | 289.53º | 0.99% | 0.46% | - |
| HSV(B) | 289.53º | 1% | 0.93% | - |
| XYZ | 37.66 | 17.68 | 80.78 | - |
| YUV | 85.8 | 212.77 | 205.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 1 | 236 | 0.17 | 1.00 | 0 | 0.07 | 289.53 | 0.99 | 0.46 |
| Hex | C3 | 1 | EC | 11 | 64 | 0 | 7 | 122 | 63 | 2E |
| Octal | 303 | 1 | 354 | 21 | 144 | 0 | 7 | 442 | 143 | 56 |
| Binary | 11000011 | 1 | 11101100 | 10001 | 1100100 | 0 | 111 | 100100010 | 1100011 | 101110 |
Color Harmonies of #C301EC
Complementary color
Monochromatic Colors of #C301EC
Black with #C301EC
Text Example
Text Example
White with #C301EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C301EC; }
p { color: rgb(195,1,236); }
H1.HeaderClassName
{
color: #C301EC;
}
.AnyTagClassName
{
color: #C301EC;
}
</style>
background-color css
<style>
a { background-color: #C301EC; }
a { background-color: rgb(195,1,236); }
div.DivClassName
{
background-color: #C301EC;
}
.BgClassName
{
background-color: #C301EC;
}
</style>
border-color css
<style>
span { border-color: #C301EC; }
span { border-color: rgb(195,1,236); }
td.TdClassName
{
border-color: #C301EC;
}
.TagClassName
{
border-color: #C301EC;
}
</style>