Shades of Psychedelic Purple #CF2CF9
Tints of Psychedelic Purple #CF2CF9
RGB
CMYK
RGB Variations
Color information
#CF2CF9 (or 0xCF2CF9) is known color: Psychedelic Purple. HEX triplet: CF, 2C and F9. RGB value is (207,44,249). Sum of RGB (Red+Green+Blue) = 207+44+249=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 44 (17.58% from 255 or 8.8% from 500); Blue value is 249 (97.66% from 255 or 49.8% from 500); Max value from RGB is 249 - color contains mainly: blue. Hex color #CF2CF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF2CF9 is #30D306. Grayscale: #737373. Windows color (decimal): -3199751 or 16329935. OLE color: 16329935.
HSL color Cylindrical-coordinate representation of color #CF2CF9: hue angle of 287.71º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF2CF9 is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 44 | 249 | - |
| CMYK | 0.17 | 0.82 | 0 | 0.02 |
| HSL | 287.71º | 0.94% | 0.57% | - |
| HSV(B) | 287.71º | 0.82% | 0.98% | - |
| XYZ | 43.73 | 21.91 | 91.55 | - |
| YUV | 116.11 | 203 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 44 | 249 | 0.17 | 0.82 | 0 | 0.02 | 287.71 | 0.94 | 0.57 |
| Hex | CF | 2C | F9 | 11 | 52 | 0 | 2 | 120 | 5E | 39 |
| Octal | 317 | 54 | 371 | 21 | 122 | 0 | 2 | 440 | 136 | 71 |
| Binary | 11001111 | 101100 | 11111001 | 10001 | 1010010 | 0 | 10 | 100100000 | 1011110 | 111001 |
Color Harmonies of #CF2CF9
Complementary color
Monochromatic Colors of #CF2CF9
Black with #CF2CF9
Text Example
Text Example
White with #CF2CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2CF9; }
p { color: rgb(207,44,249); }
H1.HeaderClassName
{
color: #CF2CF9;
}
.AnyTagClassName
{
color: #CF2CF9;
}
</style>
background-color css
<style>
a { background-color: #CF2CF9; }
a { background-color: rgb(207,44,249); }
div.DivClassName
{
background-color: #CF2CF9;
}
.BgClassName
{
background-color: #CF2CF9;
}
</style>
border-color css
<style>
span { border-color: #CF2CF9; }
span { border-color: rgb(207,44,249); }
td.TdClassName
{
border-color: #CF2CF9;
}
.TagClassName
{
border-color: #CF2CF9;
}
</style>