Shades of Psychedelic Purple #CF00F1
Tints of Psychedelic Purple #CF00F1
RGB
CMYK
RGB Variations
Color information
#CF00F1 (or 0xCF00F1) is known color: Psychedelic Purple. HEX triplet: CF, 00 and F1. RGB value is (207,0,241). Sum of RGB (Red+Green+Blue) = 207+0+241=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 0 (0.39% from 255 or 0% from 448); Blue value is 241 (94.53% from 255 or 53.79% from 448); Max value from RGB is 241 - color contains mainly: blue. Hex color #CF00F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF00F1 is #30FF0E. Grayscale: #585858. Windows color (decimal): -3211023 or 15794383. OLE color: 15794383.
HSL color Cylindrical-coordinate representation of color #CF00F1: hue angle of 291.54º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF00F1 is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 0 | 241 | - |
| CMYK | 0.14 | 1 | 0 | 0.05 |
| HSL | 291.54º | 1% | 0.47% | - |
| HSV(B) | 291.54º | 1% | 0.95% | - |
| XYZ | 41.61 | 19.62 | 84.81 | - |
| YUV | 89.37 | 213.58 | 211.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 241 | 0.14 | 1 | 0 | 0.05 | 291.54 | 1 | 0.47 |
| Hex | CF | 0 | F1 | E | 64 | 0 | 5 | 124 | 64 | 2F |
| Octal | 317 | 0 | 361 | 16 | 144 | 0 | 5 | 444 | 144 | 57 |
| Binary | 11001111 | 0 | 11110001 | 1110 | 1100100 | 0 | 101 | 100100100 | 1100100 | 101111 |
Color Harmonies of #CF00F1
Complementary color
Monochromatic Colors of #CF00F1
Black with #CF00F1
Text Example
Text Example
White with #CF00F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF00F1; }
p { color: rgb(207,0,241); }
H1.HeaderClassName
{
color: #CF00F1;
}
.AnyTagClassName
{
color: #CF00F1;
}
</style>
background-color css
<style>
a { background-color: #CF00F1; }
a { background-color: rgb(207,0,241); }
div.DivClassName
{
background-color: #CF00F1;
}
.BgClassName
{
background-color: #CF00F1;
}
</style>
border-color css
<style>
span { border-color: #CF00F1; }
span { border-color: rgb(207,0,241); }
td.TdClassName
{
border-color: #CF00F1;
}
.TagClassName
{
border-color: #CF00F1;
}
</style>