Shades of Electric Purple #C304EE
Tints of Electric Purple #C304EE
RGB
CMYK
RGB Variations
Color information
#C304EE (or 0xC304EE) is known color: Electric Purple. HEX triplet: C3, 04 and EE. RGB value is (195,4,238). Sum of RGB (Red+Green+Blue) = 195+4+238=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 4 (1.95% from 255 or 0.92% from 437); Blue value is 238 (93.36% from 255 or 54.46% from 437); Max value from RGB is 238 - color contains mainly: blue. Hex color #C304EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C304EE is #3CFB11. Grayscale: #575757. Windows color (decimal): -3996434 or 15598787. OLE color: 15598787.
HSL color Cylindrical-coordinate representation of color #C304EE: hue angle of 288.97º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C304EE is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 4 | 238 | - |
| CMYK | 0.18 | 0.98 | 0 | 0.07 |
| HSL | 288.97º | 0.97% | 0.47% | - |
| HSV(B) | 288.97º | 0.98% | 0.93% | - |
| XYZ | 37.98 | 17.86 | 82.33 | - |
| YUV | 87.79 | 212.78 | 204.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 4 | 238 | 0.18 | 0.98 | 0 | 0.07 | 288.97 | 0.97 | 0.47 |
| Hex | C3 | 4 | EE | 12 | 62 | 0 | 7 | 121 | 61 | 2F |
| Octal | 303 | 4 | 356 | 22 | 142 | 0 | 7 | 441 | 141 | 57 |
| Binary | 11000011 | 100 | 11101110 | 10010 | 1100010 | 0 | 111 | 100100001 | 1100001 | 101111 |
Color Harmonies of #C304EE
Complementary color
Monochromatic Colors of #C304EE
Black with #C304EE
Text Example
Text Example
White with #C304EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C304EE; }
p { color: rgb(195,4,238); }
H1.HeaderClassName
{
color: #C304EE;
}
.AnyTagClassName
{
color: #C304EE;
}
</style>
background-color css
<style>
a { background-color: #C304EE; }
a { background-color: rgb(195,4,238); }
div.DivClassName
{
background-color: #C304EE;
}
.BgClassName
{
background-color: #C304EE;
}
</style>
border-color css
<style>
span { border-color: #C304EE; }
span { border-color: rgb(195,4,238); }
td.TdClassName
{
border-color: #C304EE;
}
.TagClassName
{
border-color: #C304EE;
}
</style>