Shades of Psychedelic Purple #CF1EF1
Tints of Psychedelic Purple #CF1EF1
RGB
CMYK
RGB Variations
Color information
#CF1EF1 (or 0xCF1EF1) is known color: Psychedelic Purple. HEX triplet: CF, 1E and F1. RGB value is (207,30,241). Sum of RGB (Red+Green+Blue) = 207+30+241=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 30 (12.11% from 255 or 6.28% from 478); Blue value is 241 (94.53% from 255 or 50.42% from 478); Max value from RGB is 241 - color contains mainly: blue. Hex color #CF1EF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF1EF1 is #30E10E. Grayscale: #6A6A6A. Windows color (decimal): -3203343 or 15802063. OLE color: 15802063.
HSL color Cylindrical-coordinate representation of color #CF1EF1: hue angle of 290.33º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF1EF1 is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 30 | 241 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.05 |
| HSL | 290.33º | 0.88% | 0.53% | - |
| HSV(B) | 290.33º | 0.88% | 0.95% | - |
| XYZ | 42.07 | 20.54 | 84.97 | - |
| YUV | 106.98 | 203.64 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 30 | 241 | 0.14 | 0.88 | 0 | 0.05 | 290.33 | 0.88 | 0.53 |
| Hex | CF | 1E | F1 | E | 58 | 0 | 5 | 122 | 58 | 35 |
| Octal | 317 | 36 | 361 | 16 | 130 | 0 | 5 | 442 | 130 | 65 |
| Binary | 11001111 | 11110 | 11110001 | 1110 | 1011000 | 0 | 101 | 100100010 | 1011000 | 110101 |
Color Harmonies of #CF1EF1
Complementary color
Monochromatic Colors of #CF1EF1
Black with #CF1EF1
Text Example
Text Example
White with #CF1EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1EF1; }
p { color: rgb(207,30,241); }
H1.HeaderClassName
{
color: #CF1EF1;
}
.AnyTagClassName
{
color: #CF1EF1;
}
</style>
background-color css
<style>
a { background-color: #CF1EF1; }
a { background-color: rgb(207,30,241); }
div.DivClassName
{
background-color: #CF1EF1;
}
.BgClassName
{
background-color: #CF1EF1;
}
</style>
border-color css
<style>
span { border-color: #CF1EF1; }
span { border-color: rgb(207,30,241); }
td.TdClassName
{
border-color: #CF1EF1;
}
.TagClassName
{
border-color: #CF1EF1;
}
</style>