Shades of Psychedelic Purple #CF32F9
Tints of Psychedelic Purple #CF32F9
RGB
CMYK
RGB Variations
Color information
#CF32F9 (or 0xCF32F9) is known color: Psychedelic Purple. HEX triplet: CF, 32 and F9. RGB value is (207,50,249). Sum of RGB (Red+Green+Blue) = 207+50+249=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 50 (19.92% from 255 or 9.88% from 506); Blue value is 249 (97.66% from 255 or 49.21% from 506); Max value from RGB is 249 - color contains mainly: blue. Hex color #CF32F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF32F9 is #30CD06. Grayscale: #767676. Windows color (decimal): -3198215 or 16331471. OLE color: 16331471.
HSL color Cylindrical-coordinate representation of color #CF32F9: hue angle of 287.34º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF32F9 is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 50 | 249 | - |
| CMYK | 0.17 | 0.80 | 0 | 0.02 |
| HSL | 287.34º | 0.94% | 0.59% | - |
| HSV(B) | 287.34º | 0.8% | 0.98% | - |
| XYZ | 43.97 | 22.39 | 91.63 | - |
| YUV | 119.63 | 201.01 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 50 | 249 | 0.17 | 0.80 | 0 | 0.02 | 287.34 | 0.94 | 0.59 |
| Hex | CF | 32 | F9 | 11 | 50 | 0 | 2 | 11F | 5E | 3B |
| Octal | 317 | 62 | 371 | 21 | 120 | 0 | 2 | 437 | 136 | 73 |
| Binary | 11001111 | 110010 | 11111001 | 10001 | 1010000 | 0 | 10 | 100011111 | 1011110 | 111011 |
Color Harmonies of #CF32F9
Complementary color
Monochromatic Colors of #CF32F9
Black with #CF32F9
Text Example
Text Example
White with #CF32F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF32F9; }
p { color: rgb(207,50,249); }
H1.HeaderClassName
{
color: #CF32F9;
}
.AnyTagClassName
{
color: #CF32F9;
}
</style>
background-color css
<style>
a { background-color: #CF32F9; }
a { background-color: rgb(207,50,249); }
div.DivClassName
{
background-color: #CF32F9;
}
.BgClassName
{
background-color: #CF32F9;
}
</style>
border-color css
<style>
span { border-color: #CF32F9; }
span { border-color: rgb(207,50,249); }
td.TdClassName
{
border-color: #CF32F9;
}
.TagClassName
{
border-color: #CF32F9;
}
</style>