Shades of Psychedelic Purple #CF01FC
Tints of Psychedelic Purple #CF01FC
RGB
CMYK
RGB Variations
Color information
#CF01FC (or 0xCF01FC) is known color: Psychedelic Purple. HEX triplet: CF, 01 and FC. RGB value is (207,1,252). Sum of RGB (Red+Green+Blue) = 207+1+252=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 1 (0.78% from 255 or 0.22% from 460); Blue value is 252 (98.83% from 255 or 54.78% from 460); Max value from RGB is 252 - color contains mainly: blue. Hex color #CF01FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF01FC is #30FE03. Grayscale: #5A5A5A. Windows color (decimal): -3210756 or 16515535. OLE color: 16515535.
HSL color Cylindrical-coordinate representation of color #CF01FC: hue angle of 289.24º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF01FC is Cyan = 0.18, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 1 | 252 | - |
| CMYK | 0.18 | 1.00 | 0 | 0.01 |
| HSL | 289.24º | 0.99% | 0.5% | - |
| HSV(B) | 289.24º | 1% | 0.99% | - |
| XYZ | 43.31 | 20.32 | 93.73 | - |
| YUV | 91.21 | 218.75 | 210.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 1 | 252 | 0.18 | 1.00 | 0 | 0.01 | 289.24 | 0.99 | 0.5 |
| Hex | CF | 1 | FC | 12 | 64 | 0 | 1 | 121 | 63 | 32 |
| Octal | 317 | 1 | 374 | 22 | 144 | 0 | 1 | 441 | 143 | 62 |
| Binary | 11001111 | 1 | 11111100 | 10010 | 1100100 | 0 | 1 | 100100001 | 1100011 | 110010 |
Color Harmonies of #CF01FC
Complementary color
Monochromatic Colors of #CF01FC
Black with #CF01FC
Text Example
Text Example
White with #CF01FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF01FC; }
p { color: rgb(207,1,252); }
H1.HeaderClassName
{
color: #CF01FC;
}
.AnyTagClassName
{
color: #CF01FC;
}
</style>
background-color css
<style>
a { background-color: #CF01FC; }
a { background-color: rgb(207,1,252); }
div.DivClassName
{
background-color: #CF01FC;
}
.BgClassName
{
background-color: #CF01FC;
}
</style>
border-color css
<style>
span { border-color: #CF01FC; }
span { border-color: rgb(207,1,252); }
td.TdClassName
{
border-color: #CF01FC;
}
.TagClassName
{
border-color: #CF01FC;
}
</style>