Shades of Psychedelic Purple #CF31FB
Tints of Psychedelic Purple #CF31FB
RGB
CMYK
RGB Variations
Color information
#CF31FB (or 0xCF31FB) is known color: Psychedelic Purple. HEX triplet: CF, 31 and FB. RGB value is (207,49,251). Sum of RGB (Red+Green+Blue) = 207+49+251=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 49 (19.53% from 255 or 9.66% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #CF31FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF31FB is #30CE04. Grayscale: #767676. Windows color (decimal): -3198469 or 16462287. OLE color: 16462287.
HSL color Cylindrical-coordinate representation of color #CF31FB: hue angle of 286.93º degrees, saturation: 0.96, 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 #CF31FB is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 49 | 251 | - |
| CMYK | 0.18 | 0.80 | 0 | 0.02 |
| HSL | 286.93º | 0.96% | 0.59% | - |
| HSV(B) | 286.93º | 0.8% | 0.98% | - |
| XYZ | 44.24 | 22.43 | 93.26 | - |
| YUV | 119.27 | 202.35 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 49 | 251 | 0.18 | 0.80 | 0 | 0.02 | 286.93 | 0.96 | 0.59 |
| Hex | CF | 31 | FB | 12 | 50 | 0 | 2 | 11F | 60 | 3B |
| Octal | 317 | 61 | 373 | 22 | 120 | 0 | 2 | 437 | 140 | 73 |
| Binary | 11001111 | 110001 | 11111011 | 10010 | 1010000 | 0 | 10 | 100011111 | 1100000 | 111011 |
Color Harmonies of #CF31FB
Complementary color
Monochromatic Colors of #CF31FB
Black with #CF31FB
Text Example
Text Example
White with #CF31FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF31FB; }
p { color: rgb(207,49,251); }
H1.HeaderClassName
{
color: #CF31FB;
}
.AnyTagClassName
{
color: #CF31FB;
}
</style>
background-color css
<style>
a { background-color: #CF31FB; }
a { background-color: rgb(207,49,251); }
div.DivClassName
{
background-color: #CF31FB;
}
.BgClassName
{
background-color: #CF31FB;
}
</style>
border-color css
<style>
span { border-color: #CF31FB; }
span { border-color: rgb(207,49,251); }
td.TdClassName
{
border-color: #CF31FB;
}
.TagClassName
{
border-color: #CF31FB;
}
</style>