Shades of Psychedelic Purple #CE04F3
Tints of Psychedelic Purple #CE04F3
RGB
CMYK
RGB Variations
Color information
#CE04F3 (or 0xCE04F3) is known color: Psychedelic Purple. HEX triplet: CE, 04 and F3. RGB value is (206,4,243). Sum of RGB (Red+Green+Blue) = 206+4+243=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 4 (1.95% from 255 or 0.88% from 453); Blue value is 243 (95.31% from 255 or 53.64% from 453); Max value from RGB is 243 - color contains mainly: blue. Hex color #CE04F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE04F3 is #31FB0C. Grayscale: #5A5A5A. Windows color (decimal): -3275533 or 15926478. OLE color: 15926478.
HSL color Cylindrical-coordinate representation of color #CE04F3: hue angle of 290.71º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE04F3 is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 4 | 243 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.05 |
| HSL | 290.71º | 0.97% | 0.48% | - |
| HSV(B) | 290.71º | 0.98% | 0.95% | - |
| XYZ | 41.67 | 19.68 | 86.4 | - |
| YUV | 91.64 | 213.42 | 209.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 4 | 243 | 0.15 | 0.98 | 0 | 0.05 | 290.71 | 0.97 | 0.48 |
| Hex | CE | 4 | F3 | F | 62 | 0 | 5 | 123 | 61 | 30 |
| Octal | 316 | 4 | 363 | 17 | 142 | 0 | 5 | 443 | 141 | 60 |
| Binary | 11001110 | 100 | 11110011 | 1111 | 1100010 | 0 | 101 | 100100011 | 1100001 | 110000 |
Color Harmonies of #CE04F3
Complementary color
Monochromatic Colors of #CE04F3
Black with #CE04F3
Text Example
Text Example
White with #CE04F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE04F3; }
p { color: rgb(206,4,243); }
H1.HeaderClassName
{
color: #CE04F3;
}
.AnyTagClassName
{
color: #CE04F3;
}
</style>
background-color css
<style>
a { background-color: #CE04F3; }
a { background-color: rgb(206,4,243); }
div.DivClassName
{
background-color: #CE04F3;
}
.BgClassName
{
background-color: #CE04F3;
}
</style>
border-color css
<style>
span { border-color: #CE04F3; }
span { border-color: rgb(206,4,243); }
td.TdClassName
{
border-color: #CE04F3;
}
.TagClassName
{
border-color: #CE04F3;
}
</style>