Shades of Psychedelic Purple #CF15F1
Tints of Psychedelic Purple #CF15F1
RGB
CMYK
RGB Variations
Color information
#CF15F1 (or 0xCF15F1) is known color: Psychedelic Purple. HEX triplet: CF, 15 and F1. RGB value is (207,21,241). Sum of RGB (Red+Green+Blue) = 207+21+241=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 21 (8.59% from 255 or 4.48% from 469); Blue value is 241 (94.53% from 255 or 51.39% from 469); Max value from RGB is 241 - color contains mainly: blue. Hex color #CF15F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF15F1 is #30EA0E. Grayscale: #656565. Windows color (decimal): -3205647 or 15799759. OLE color: 15799759.
HSL color Cylindrical-coordinate representation of color #CF15F1: hue angle of 290.73º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF15F1 is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 21 | 241 | - |
| CMYK | 0.14 | 0.91 | 0 | 0.05 |
| HSL | 290.73º | 0.89% | 0.51% | - |
| HSV(B) | 290.73º | 0.91% | 0.95% | - |
| XYZ | 41.88 | 20.15 | 84.9 | - |
| YUV | 101.69 | 206.62 | 203.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 21 | 241 | 0.14 | 0.91 | 0 | 0.05 | 290.73 | 0.89 | 0.51 |
| Hex | CF | 15 | F1 | E | 5B | 0 | 5 | 123 | 59 | 33 |
| Octal | 317 | 25 | 361 | 16 | 133 | 0 | 5 | 443 | 131 | 63 |
| Binary | 11001111 | 10101 | 11110001 | 1110 | 1011011 | 0 | 101 | 100100011 | 1011001 | 110011 |
Color Harmonies of #CF15F1
Complementary color
Monochromatic Colors of #CF15F1
Black with #CF15F1
Text Example
Text Example
White with #CF15F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF15F1; }
p { color: rgb(207,21,241); }
H1.HeaderClassName
{
color: #CF15F1;
}
.AnyTagClassName
{
color: #CF15F1;
}
</style>
background-color css
<style>
a { background-color: #CF15F1; }
a { background-color: rgb(207,21,241); }
div.DivClassName
{
background-color: #CF15F1;
}
.BgClassName
{
background-color: #CF15F1;
}
</style>
border-color css
<style>
span { border-color: #CF15F1; }
span { border-color: rgb(207,21,241); }
td.TdClassName
{
border-color: #CF15F1;
}
.TagClassName
{
border-color: #CF15F1;
}
</style>