Shades of Electric Purple #C301EE
Tints of Electric Purple #C301EE
RGB
CMYK
RGB Variations
Color information
#C301EE (or 0xC301EE) is known color: Electric Purple. HEX triplet: C3, 01 and EE. RGB value is (195,1,238). Sum of RGB (Red+Green+Blue) = 195+1+238=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 1 (0.78% from 255 or 0.23% from 434); Blue value is 238 (93.36% from 255 or 54.84% from 434); Max value from RGB is 238 - color contains mainly: blue. Hex color #C301EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C301EE is #3CFE11. Grayscale: #555555. Windows color (decimal): -3997202 or 15598019. OLE color: 15598019.
HSL color Cylindrical-coordinate representation of color #C301EE: hue angle of 289.11º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C301EE is Cyan = 0.18, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 1 | 238 | - |
| CMYK | 0.18 | 1.00 | 0 | 0.07 |
| HSL | 289.11º | 0.99% | 0.47% | - |
| HSV(B) | 289.11º | 1% | 0.93% | - |
| XYZ | 37.95 | 17.8 | 82.32 | - |
| YUV | 86.02 | 213.77 | 205.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 1 | 238 | 0.18 | 1.00 | 0 | 0.07 | 289.11 | 0.99 | 0.47 |
| Hex | C3 | 1 | EE | 12 | 64 | 0 | 7 | 121 | 63 | 2F |
| Octal | 303 | 1 | 356 | 22 | 144 | 0 | 7 | 441 | 143 | 57 |
| Binary | 11000011 | 1 | 11101110 | 10010 | 1100100 | 0 | 111 | 100100001 | 1100011 | 101111 |
Color Harmonies of #C301EE
Complementary color
Monochromatic Colors of #C301EE
Black with #C301EE
Text Example
Text Example
White with #C301EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C301EE; }
p { color: rgb(195,1,238); }
H1.HeaderClassName
{
color: #C301EE;
}
.AnyTagClassName
{
color: #C301EE;
}
</style>
background-color css
<style>
a { background-color: #C301EE; }
a { background-color: rgb(195,1,238); }
div.DivClassName
{
background-color: #C301EE;
}
.BgClassName
{
background-color: #C301EE;
}
</style>
border-color css
<style>
span { border-color: #C301EE; }
span { border-color: rgb(195,1,238); }
td.TdClassName
{
border-color: #C301EE;
}
.TagClassName
{
border-color: #C301EE;
}
</style>