Shades of Psychedelic Purple #CF20FC
Tints of Psychedelic Purple #CF20FC
RGB
CMYK
RGB Variations
Color information
#CF20FC (or 0xCF20FC) is known color: Psychedelic Purple. HEX triplet: CF, 20 and FC. RGB value is (207,32,252). Sum of RGB (Red+Green+Blue) = 207+32+252=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 32 (12.89% from 255 or 6.52% from 491); Blue value is 252 (98.83% from 255 or 51.32% from 491); Max value from RGB is 252 - color contains mainly: blue. Hex color #CF20FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF20FC is #30DF03. Grayscale: #6C6C6C. Windows color (decimal): -3202820 or 16523471. OLE color: 16523471.
HSL color Cylindrical-coordinate representation of color #CF20FC: hue angle of 287.73º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF20FC is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 32 | 252 | - |
| CMYK | 0.18 | 0.87 | 0 | 0.01 |
| HSL | 287.73º | 0.97% | 0.56% | - |
| HSV(B) | 287.73º | 0.87% | 0.99% | - |
| XYZ | 43.82 | 21.33 | 93.9 | - |
| YUV | 109.41 | 208.48 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 32 | 252 | 0.18 | 0.87 | 0 | 0.01 | 287.73 | 0.97 | 0.56 |
| Hex | CF | 20 | FC | 12 | 57 | 0 | 1 | 120 | 61 | 38 |
| Octal | 317 | 40 | 374 | 22 | 127 | 0 | 1 | 440 | 141 | 70 |
| Binary | 11001111 | 100000 | 11111100 | 10010 | 1010111 | 0 | 1 | 100100000 | 1100001 | 111000 |
Color Harmonies of #CF20FC
Complementary color
Monochromatic Colors of #CF20FC
Black with #CF20FC
Text Example
Text Example
White with #CF20FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF20FC; }
p { color: rgb(207,32,252); }
H1.HeaderClassName
{
color: #CF20FC;
}
.AnyTagClassName
{
color: #CF20FC;
}
</style>
background-color css
<style>
a { background-color: #CF20FC; }
a { background-color: rgb(207,32,252); }
div.DivClassName
{
background-color: #CF20FC;
}
.BgClassName
{
background-color: #CF20FC;
}
</style>
border-color css
<style>
span { border-color: #CF20FC; }
span { border-color: rgb(207,32,252); }
td.TdClassName
{
border-color: #CF20FC;
}
.TagClassName
{
border-color: #CF20FC;
}
</style>