Shades of Psychedelic Purple #CE13F1
Tints of Psychedelic Purple #CE13F1
RGB
CMYK
RGB Variations
Color information
#CE13F1 (or 0xCE13F1) is known color: Psychedelic Purple. HEX triplet: CE, 13 and F1. RGB value is (206,19,241). Sum of RGB (Red+Green+Blue) = 206+19+241=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 19 (7.81% from 255 or 4.08% from 466); Blue value is 241 (94.53% from 255 or 51.72% from 466); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE13F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE13F1 is #31EC0E. Grayscale: #636363. Windows color (decimal): -3271695 or 15799246. OLE color: 15799246.
HSL color Cylindrical-coordinate representation of color #CE13F1: hue angle of 290.54º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE13F1 is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 19 | 241 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.05 |
| HSL | 290.54º | 0.89% | 0.51% | - |
| HSV(B) | 290.54º | 0.92% | 0.95% | - |
| XYZ | 41.56 | 19.94 | 84.88 | - |
| YUV | 100.22 | 207.45 | 203.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 19 | 241 | 0.15 | 0.92 | 0 | 0.05 | 290.54 | 0.89 | 0.51 |
| Hex | CE | 13 | F1 | F | 5C | 0 | 5 | 123 | 59 | 33 |
| Octal | 316 | 23 | 361 | 17 | 134 | 0 | 5 | 443 | 131 | 63 |
| Binary | 11001110 | 10011 | 11110001 | 1111 | 1011100 | 0 | 101 | 100100011 | 1011001 | 110011 |
Color Harmonies of #CE13F1
Complementary color
Monochromatic Colors of #CE13F1
Black with #CE13F1
Text Example
Text Example
White with #CE13F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE13F1; }
p { color: rgb(206,19,241); }
H1.HeaderClassName
{
color: #CE13F1;
}
.AnyTagClassName
{
color: #CE13F1;
}
</style>
background-color css
<style>
a { background-color: #CE13F1; }
a { background-color: rgb(206,19,241); }
div.DivClassName
{
background-color: #CE13F1;
}
.BgClassName
{
background-color: #CE13F1;
}
</style>
border-color css
<style>
span { border-color: #CE13F1; }
span { border-color: rgb(206,19,241); }
td.TdClassName
{
border-color: #CE13F1;
}
.TagClassName
{
border-color: #CE13F1;
}
</style>