Shades of Psychedelic Purple #CF14FA
Tints of Psychedelic Purple #CF14FA
RGB
CMYK
RGB Variations
Color information
#CF14FA (or 0xCF14FA) is known color: Psychedelic Purple. HEX triplet: CF, 14 and FA. RGB value is (207,20,250). Sum of RGB (Red+Green+Blue) = 207+20+250=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 20 (8.20% from 255 or 4.19% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF14FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF14FA is #30EB05. Grayscale: #656565. Windows color (decimal): -3205894 or 16389327. OLE color: 16389327.
HSL color Cylindrical-coordinate representation of color #CF14FA: hue angle of 288.78º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF14FA is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 20 | 250 | - |
| CMYK | 0.17 | 0.92 | 0 | 0.02 |
| HSL | 288.78º | 0.96% | 0.53% | - |
| HSV(B) | 288.78º | 0.92% | 0.98% | - |
| XYZ | 43.24 | 20.67 | 92.15 | - |
| YUV | 102.13 | 211.45 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 20 | 250 | 0.17 | 0.92 | 0 | 0.02 | 288.78 | 0.96 | 0.53 |
| Hex | CF | 14 | FA | 11 | 5C | 0 | 2 | 121 | 60 | 35 |
| Octal | 317 | 24 | 372 | 21 | 134 | 0 | 2 | 441 | 140 | 65 |
| Binary | 11001111 | 10100 | 11111010 | 10001 | 1011100 | 0 | 10 | 100100001 | 1100000 | 110101 |
Color Harmonies of #CF14FA
Complementary color
Monochromatic Colors of #CF14FA
Black with #CF14FA
Text Example
Text Example
White with #CF14FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF14FA; }
p { color: rgb(207,20,250); }
H1.HeaderClassName
{
color: #CF14FA;
}
.AnyTagClassName
{
color: #CF14FA;
}
</style>
background-color css
<style>
a { background-color: #CF14FA; }
a { background-color: rgb(207,20,250); }
div.DivClassName
{
background-color: #CF14FA;
}
.BgClassName
{
background-color: #CF14FA;
}
</style>
border-color css
<style>
span { border-color: #CF14FA; }
span { border-color: rgb(207,20,250); }
td.TdClassName
{
border-color: #CF14FA;
}
.TagClassName
{
border-color: #CF14FA;
}
</style>