Shades of Psychedelic Purple #CF04FA
Tints of Psychedelic Purple #CF04FA
RGB
CMYK
RGB Variations
Color information
#CF04FA (or 0xCF04FA) is known color: Psychedelic Purple. HEX triplet: CF, 04 and FA. RGB value is (207,4,250). Sum of RGB (Red+Green+Blue) = 207+4+250=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 4 (1.95% from 255 or 0.87% from 461); Blue value is 250 (98.05% from 255 or 54.23% from 461); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF04FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF04FA is #30FB05. Grayscale: #5B5B5B. Windows color (decimal): -3209990 or 16385231. OLE color: 16385231.
HSL color Cylindrical-coordinate representation of color #CF04FA: hue angle of 289.51º 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 #CF04FA is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 4 | 250 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.02 |
| HSL | 289.51º | 0.97% | 0.5% | - |
| HSV(B) | 289.51º | 0.98% | 0.98% | - |
| XYZ | 43.03 | 20.25 | 92.08 | - |
| YUV | 92.74 | 216.75 | 209.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 4 | 250 | 0.17 | 0.98 | 0 | 0.02 | 289.51 | 0.97 | 0.5 |
| Hex | CF | 4 | FA | 11 | 62 | 0 | 2 | 122 | 61 | 32 |
| Octal | 317 | 4 | 372 | 21 | 142 | 0 | 2 | 442 | 141 | 62 |
| Binary | 11001111 | 100 | 11111010 | 10001 | 1100010 | 0 | 10 | 100100010 | 1100001 | 110010 |
Color Harmonies of #CF04FA
Complementary color
Monochromatic Colors of #CF04FA
Black with #CF04FA
Text Example
Text Example
White with #CF04FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF04FA; }
p { color: rgb(207,4,250); }
H1.HeaderClassName
{
color: #CF04FA;
}
.AnyTagClassName
{
color: #CF04FA;
}
</style>
background-color css
<style>
a { background-color: #CF04FA; }
a { background-color: rgb(207,4,250); }
div.DivClassName
{
background-color: #CF04FA;
}
.BgClassName
{
background-color: #CF04FA;
}
</style>
border-color css
<style>
span { border-color: #CF04FA; }
span { border-color: rgb(207,4,250); }
td.TdClassName
{
border-color: #CF04FA;
}
.TagClassName
{
border-color: #CF04FA;
}
</style>