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