Shades of Psychedelic Purple #CE01F4
Tints of Psychedelic Purple #CE01F4
RGB
CMYK
RGB Variations
Color information
#CE01F4 (or 0xCE01F4) is known color: Psychedelic Purple. HEX triplet: CE, 01 and F4. RGB value is (206,1,244). Sum of RGB (Red+Green+Blue) = 206+1+244=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 1 (0.78% from 255 or 0.22% from 451); Blue value is 244 (95.70% from 255 or 54.10% from 451); Max value from RGB is 244 - color contains mainly: blue. Hex color #CE01F4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE01F4 is #31FE0B. Grayscale: #595959. Windows color (decimal): -3276300 or 15991246. OLE color: 15991246.
HSL color Cylindrical-coordinate representation of color #CE01F4: hue angle of 290.62º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE01F4 is Cyan = 0.16, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 1 | 244 | - |
| CMYK | 0.16 | 1.00 | 0 | 0.04 |
| HSL | 290.62º | 0.99% | 0.48% | - |
| HSV(B) | 290.62º | 1% | 0.96% | - |
| XYZ | 41.79 | 19.68 | 87.18 | - |
| YUV | 90 | 214.92 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 1 | 244 | 0.16 | 1.00 | 0 | 0.04 | 290.62 | 0.99 | 0.48 |
| Hex | CE | 1 | F4 | 10 | 64 | 0 | 4 | 123 | 63 | 30 |
| Octal | 316 | 1 | 364 | 20 | 144 | 0 | 4 | 443 | 143 | 60 |
| Binary | 11001110 | 1 | 11110100 | 10000 | 1100100 | 0 | 100 | 100100011 | 1100011 | 110000 |
Color Harmonies of #CE01F4
Complementary color
Monochromatic Colors of #CE01F4
Black with #CE01F4
Text Example
Text Example
White with #CE01F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE01F4; }
p { color: rgb(206,1,244); }
H1.HeaderClassName
{
color: #CE01F4;
}
.AnyTagClassName
{
color: #CE01F4;
}
</style>
background-color css
<style>
a { background-color: #CE01F4; }
a { background-color: rgb(206,1,244); }
div.DivClassName
{
background-color: #CE01F4;
}
.BgClassName
{
background-color: #CE01F4;
}
</style>
border-color css
<style>
span { border-color: #CE01F4; }
span { border-color: rgb(206,1,244); }
td.TdClassName
{
border-color: #CE01F4;
}
.TagClassName
{
border-color: #CE01F4;
}
</style>