Shades of Electric Purple #C301EB
Tints of Electric Purple #C301EB
RGB
CMYK
RGB Variations
Color information
#C301EB (or 0xC301EB) is known color: Electric Purple. HEX triplet: C3, 01 and EB. RGB value is (195,1,235). Sum of RGB (Red+Green+Blue) = 195+1+235=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 1 (0.78% from 255 or 0.23% from 431); Blue value is 235 (92.19% from 255 or 54.52% from 431); Max value from RGB is 235 - color contains mainly: blue. Hex color #C301EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C301EB is #3CFE14. Grayscale: #545454. Windows color (decimal): -3997205 or 15401411. OLE color: 15401411.
HSL color Cylindrical-coordinate representation of color #C301EB: hue angle of 289.74º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C301EB is Cyan = 0.17, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 1 | 235 | - |
| CMYK | 0.17 | 1.00 | 0 | 0.08 |
| HSL | 289.74º | 0.99% | 0.46% | - |
| HSV(B) | 289.74º | 1% | 0.92% | - |
| XYZ | 37.51 | 17.62 | 80.02 | - |
| YUV | 85.68 | 212.27 | 205.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 1 | 235 | 0.17 | 1.00 | 0 | 0.08 | 289.74 | 0.99 | 0.46 |
| Hex | C3 | 1 | EB | 11 | 64 | 0 | 8 | 122 | 63 | 2E |
| Octal | 303 | 1 | 353 | 21 | 144 | 0 | 10 | 442 | 143 | 56 |
| Binary | 11000011 | 1 | 11101011 | 10001 | 1100100 | 0 | 1000 | 100100010 | 1100011 | 101110 |
Color Harmonies of #C301EB
Complementary color
Monochromatic Colors of #C301EB
Black with #C301EB
Text Example
Text Example
White with #C301EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C301EB; }
p { color: rgb(195,1,235); }
H1.HeaderClassName
{
color: #C301EB;
}
.AnyTagClassName
{
color: #C301EB;
}
</style>
background-color css
<style>
a { background-color: #C301EB; }
a { background-color: rgb(195,1,235); }
div.DivClassName
{
background-color: #C301EB;
}
.BgClassName
{
background-color: #C301EB;
}
</style>
border-color css
<style>
span { border-color: #C301EB; }
span { border-color: rgb(195,1,235); }
td.TdClassName
{
border-color: #C301EB;
}
.TagClassName
{
border-color: #C301EB;
}
</style>