Shades of Psychedelic Purple #CE04EA
Tints of Psychedelic Purple #CE04EA
RGB
CMYK
RGB Variations
Color information
#CE04EA (or 0xCE04EA) is known color: Psychedelic Purple. HEX triplet: CE, 04 and EA. RGB value is (206,4,234). Sum of RGB (Red+Green+Blue) = 206+4+234=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 4 (1.95% from 255 or 0.90% from 444); Blue value is 234 (91.80% from 255 or 52.70% from 444); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE04EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE04EA is #31FB15. Grayscale: #595959. Windows color (decimal): -3275542 or 15336654. OLE color: 15336654.
HSL color Cylindrical-coordinate representation of color #CE04EA: hue angle of 292.7º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE04EA is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 4 | 234 | - |
| CMYK | 0.12 | 0.98 | 0 | 0.08 |
| HSL | 292.7º | 0.97% | 0.47% | - |
| HSV(B) | 292.7º | 0.98% | 0.92% | - |
| XYZ | 40.35 | 19.15 | 79.41 | - |
| YUV | 90.62 | 208.92 | 210.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 4 | 234 | 0.12 | 0.98 | 0 | 0.08 | 292.7 | 0.97 | 0.47 |
| Hex | CE | 4 | EA | C | 62 | 0 | 8 | 125 | 61 | 2F |
| Octal | 316 | 4 | 352 | 14 | 142 | 0 | 10 | 445 | 141 | 57 |
| Binary | 11001110 | 100 | 11101010 | 1100 | 1100010 | 0 | 1000 | 100100101 | 1100001 | 101111 |
Color Harmonies of #CE04EA
Complementary color
Monochromatic Colors of #CE04EA
Black with #CE04EA
Text Example
Text Example
White with #CE04EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE04EA; }
p { color: rgb(206,4,234); }
H1.HeaderClassName
{
color: #CE04EA;
}
.AnyTagClassName
{
color: #CE04EA;
}
</style>
background-color css
<style>
a { background-color: #CE04EA; }
a { background-color: rgb(206,4,234); }
div.DivClassName
{
background-color: #CE04EA;
}
.BgClassName
{
background-color: #CE04EA;
}
</style>
border-color css
<style>
span { border-color: #CE04EA; }
span { border-color: rgb(206,4,234); }
td.TdClassName
{
border-color: #CE04EA;
}
.TagClassName
{
border-color: #CE04EA;
}
</style>