Shades of Psychedelic Purple #CF1DF9
Tints of Psychedelic Purple #CF1DF9
RGB
CMYK
RGB Variations
Color information
#CF1DF9 (or 0xCF1DF9) is known color: Psychedelic Purple. HEX triplet: CF, 1D and F9. RGB value is (207,29,249). Sum of RGB (Red+Green+Blue) = 207+29+249=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 29 (11.72% from 255 or 5.98% from 485); Blue value is 249 (97.66% from 255 or 51.34% from 485); Max value from RGB is 249 - color contains mainly: blue. Hex color #CF1DF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF1DF9 is #30E206. Grayscale: #6A6A6A. Windows color (decimal): -3203591 or 16326095. OLE color: 16326095.
HSL color Cylindrical-coordinate representation of color #CF1DF9: hue angle of 288.55º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF1DF9 is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 29 | 249 | - |
| CMYK | 0.17 | 0.88 | 0 | 0.02 |
| HSL | 288.55º | 0.95% | 0.55% | - |
| HSV(B) | 288.55º | 0.88% | 0.98% | - |
| XYZ | 43.27 | 20.98 | 91.39 | - |
| YUV | 107.3 | 207.97 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 29 | 249 | 0.17 | 0.88 | 0 | 0.02 | 288.55 | 0.95 | 0.55 |
| Hex | CF | 1D | F9 | 11 | 58 | 0 | 2 | 121 | 5F | 37 |
| Octal | 317 | 35 | 371 | 21 | 130 | 0 | 2 | 441 | 137 | 67 |
| Binary | 11001111 | 11101 | 11111001 | 10001 | 1011000 | 0 | 10 | 100100001 | 1011111 | 110111 |
Color Harmonies of #CF1DF9
Complementary color
Monochromatic Colors of #CF1DF9
Black with #CF1DF9
Text Example
Text Example
White with #CF1DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1DF9; }
p { color: rgb(207,29,249); }
H1.HeaderClassName
{
color: #CF1DF9;
}
.AnyTagClassName
{
color: #CF1DF9;
}
</style>
background-color css
<style>
a { background-color: #CF1DF9; }
a { background-color: rgb(207,29,249); }
div.DivClassName
{
background-color: #CF1DF9;
}
.BgClassName
{
background-color: #CF1DF9;
}
</style>
border-color css
<style>
span { border-color: #CF1DF9; }
span { border-color: rgb(207,29,249); }
td.TdClassName
{
border-color: #CF1DF9;
}
.TagClassName
{
border-color: #CF1DF9;
}
</style>