Shades of Psychedelic Purple #CF31FA
Tints of Psychedelic Purple #CF31FA
RGB
CMYK
RGB Variations
Color information
#CF31FA (or 0xCF31FA) is known color: Psychedelic Purple. HEX triplet: CF, 31 and FA. RGB value is (207,49,250). Sum of RGB (Red+Green+Blue) = 207+49+250=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 49 (19.53% from 255 or 9.68% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF31FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF31FA is #30CE05. Grayscale: #767676. Windows color (decimal): -3198470 or 16396751. OLE color: 16396751.
HSL color Cylindrical-coordinate representation of color #CF31FA: hue angle of 287.16º degrees, saturation: 0.95, 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 #CF31FA is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 49 | 250 | - |
| CMYK | 0.17 | 0.80 | 0 | 0.02 |
| HSL | 287.16º | 0.95% | 0.59% | - |
| HSV(B) | 287.16º | 0.8% | 0.98% | - |
| XYZ | 44.09 | 22.36 | 92.44 | - |
| YUV | 119.16 | 201.85 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 49 | 250 | 0.17 | 0.80 | 0 | 0.02 | 287.16 | 0.95 | 0.59 |
| Hex | CF | 31 | FA | 11 | 50 | 0 | 2 | 11F | 5F | 3B |
| Octal | 317 | 61 | 372 | 21 | 120 | 0 | 2 | 437 | 137 | 73 |
| Binary | 11001111 | 110001 | 11111010 | 10001 | 1010000 | 0 | 10 | 100011111 | 1011111 | 111011 |
Color Harmonies of #CF31FA
Complementary color
Monochromatic Colors of #CF31FA
Black with #CF31FA
Text Example
Text Example
White with #CF31FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF31FA; }
p { color: rgb(207,49,250); }
H1.HeaderClassName
{
color: #CF31FA;
}
.AnyTagClassName
{
color: #CF31FA;
}
</style>
background-color css
<style>
a { background-color: #CF31FA; }
a { background-color: rgb(207,49,250); }
div.DivClassName
{
background-color: #CF31FA;
}
.BgClassName
{
background-color: #CF31FA;
}
</style>
border-color css
<style>
span { border-color: #CF31FA; }
span { border-color: rgb(207,49,250); }
td.TdClassName
{
border-color: #CF31FA;
}
.TagClassName
{
border-color: #CF31FA;
}
</style>