Shades of Psychedelic Purple #CF05FB
Tints of Psychedelic Purple #CF05FB
RGB
CMYK
RGB Variations
Color information
#CF05FB (or 0xCF05FB) is known color: Psychedelic Purple. HEX triplet: CF, 05 and FB. RGB value is (207,5,251). Sum of RGB (Red+Green+Blue) = 207+5+251=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 5 (2.34% from 255 or 1.08% from 463); Blue value is 251 (98.44% from 255 or 54.21% from 463); Max value from RGB is 251 - color contains mainly: blue. Hex color #CF05FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF05FB is #30FA04. Grayscale: #5C5C5C. Windows color (decimal): -3209733 or 16451023. OLE color: 16451023.
HSL color Cylindrical-coordinate representation of color #CF05FB: hue angle of 289.27º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF05FB is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 5 | 251 | - |
| CMYK | 0.18 | 0.98 | 0 | 0.02 |
| HSL | 289.27º | 0.97% | 0.5% | - |
| HSV(B) | 289.27º | 0.98% | 0.98% | - |
| XYZ | 43.2 | 20.34 | 92.92 | - |
| YUV | 93.44 | 216.92 | 209 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 5 | 251 | 0.18 | 0.98 | 0 | 0.02 | 289.27 | 0.97 | 0.5 |
| Hex | CF | 5 | FB | 12 | 62 | 0 | 2 | 121 | 61 | 32 |
| Octal | 317 | 5 | 373 | 22 | 142 | 0 | 2 | 441 | 141 | 62 |
| Binary | 11001111 | 101 | 11111011 | 10010 | 1100010 | 0 | 10 | 100100001 | 1100001 | 110010 |
Color Harmonies of #CF05FB
Complementary color
Monochromatic Colors of #CF05FB
Black with #CF05FB
Text Example
Text Example
White with #CF05FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF05FB; }
p { color: rgb(207,5,251); }
H1.HeaderClassName
{
color: #CF05FB;
}
.AnyTagClassName
{
color: #CF05FB;
}
</style>
background-color css
<style>
a { background-color: #CF05FB; }
a { background-color: rgb(207,5,251); }
div.DivClassName
{
background-color: #CF05FB;
}
.BgClassName
{
background-color: #CF05FB;
}
</style>
border-color css
<style>
span { border-color: #CF05FB; }
span { border-color: rgb(207,5,251); }
td.TdClassName
{
border-color: #CF05FB;
}
.TagClassName
{
border-color: #CF05FB;
}
</style>