Shades of Psychedelic Purple #CF1CF9
Tints of Psychedelic Purple #CF1CF9
RGB
CMYK
RGB Variations
Color information
#CF1CF9 (or 0xCF1CF9) is known color: Psychedelic Purple. HEX triplet: CF, 1C and F9. RGB value is (207,28,249). Sum of RGB (Red+Green+Blue) = 207+28+249=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 28 (11.33% from 255 or 5.79% from 484); Blue value is 249 (97.66% from 255 or 51.45% from 484); Max value from RGB is 249 - color contains mainly: blue. Hex color #CF1CF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF1CF9 is #30E306. Grayscale: #6A6A6A. Windows color (decimal): -3203847 or 16325839. OLE color: 16325839.
HSL color Cylindrical-coordinate representation of color #CF1CF9: hue angle of 288.6º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF1CF9 is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 28 | 249 | - |
| CMYK | 0.17 | 0.89 | 0 | 0.02 |
| HSL | 288.6º | 0.95% | 0.54% | - |
| HSV(B) | 288.6º | 0.89% | 0.98% | - |
| XYZ | 43.25 | 20.94 | 91.38 | - |
| YUV | 106.72 | 208.3 | 199.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 28 | 249 | 0.17 | 0.89 | 0 | 0.02 | 288.6 | 0.95 | 0.54 |
| Hex | CF | 1C | F9 | 11 | 59 | 0 | 2 | 121 | 5F | 36 |
| Octal | 317 | 34 | 371 | 21 | 131 | 0 | 2 | 441 | 137 | 66 |
| Binary | 11001111 | 11100 | 11111001 | 10001 | 1011001 | 0 | 10 | 100100001 | 1011111 | 110110 |
Color Harmonies of #CF1CF9
Complementary color
Monochromatic Colors of #CF1CF9
Black with #CF1CF9
Text Example
Text Example
White with #CF1CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1CF9; }
p { color: rgb(207,28,249); }
H1.HeaderClassName
{
color: #CF1CF9;
}
.AnyTagClassName
{
color: #CF1CF9;
}
</style>
background-color css
<style>
a { background-color: #CF1CF9; }
a { background-color: rgb(207,28,249); }
div.DivClassName
{
background-color: #CF1CF9;
}
.BgClassName
{
background-color: #CF1CF9;
}
</style>
border-color css
<style>
span { border-color: #CF1CF9; }
span { border-color: rgb(207,28,249); }
td.TdClassName
{
border-color: #CF1CF9;
}
.TagClassName
{
border-color: #CF1CF9;
}
</style>