Shades of Psychedelic Purple #CE24F4
Tints of Psychedelic Purple #CE24F4
RGB
CMYK
RGB Variations
Color information
#CE24F4 (or 0xCE24F4) is known color: Psychedelic Purple. HEX triplet: CE, 24 and F4. RGB value is (206,36,244). Sum of RGB (Red+Green+Blue) = 206+36+244=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 36 (14.45% from 255 or 7.41% from 486); Blue value is 244 (95.70% from 255 or 50.21% from 486); Max value from RGB is 244 - color contains mainly: blue. Hex color #CE24F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE24F4 is #31DB0B. Grayscale: #6D6D6D. Windows color (decimal): -3267340 or 16000206. OLE color: 16000206.
HSL color Cylindrical-coordinate representation of color #CE24F4: hue angle of 289.04º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE24F4 is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 36 | 244 | - |
| CMYK | 0.16 | 0.85 | 0 | 0.04 |
| HSL | 289.04º | 0.9% | 0.55% | - |
| HSV(B) | 289.04º | 0.85% | 0.96% | - |
| XYZ | 42.41 | 20.92 | 87.39 | - |
| YUV | 110.54 | 203.32 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 36 | 244 | 0.16 | 0.85 | 0 | 0.04 | 289.04 | 0.9 | 0.55 |
| Hex | CE | 24 | F4 | 10 | 55 | 0 | 4 | 121 | 5A | 37 |
| Octal | 316 | 44 | 364 | 20 | 125 | 0 | 4 | 441 | 132 | 67 |
| Binary | 11001110 | 100100 | 11110100 | 10000 | 1010101 | 0 | 100 | 100100001 | 1011010 | 110111 |
Color Harmonies of #CE24F4
Complementary color
Monochromatic Colors of #CE24F4
Black with #CE24F4
Text Example
Text Example
White with #CE24F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE24F4; }
p { color: rgb(206,36,244); }
H1.HeaderClassName
{
color: #CE24F4;
}
.AnyTagClassName
{
color: #CE24F4;
}
</style>
background-color css
<style>
a { background-color: #CE24F4; }
a { background-color: rgb(206,36,244); }
div.DivClassName
{
background-color: #CE24F4;
}
.BgClassName
{
background-color: #CE24F4;
}
</style>
border-color css
<style>
span { border-color: #CE24F4; }
span { border-color: rgb(206,36,244); }
td.TdClassName
{
border-color: #CE24F4;
}
.TagClassName
{
border-color: #CE24F4;
}
</style>