Shades of Psychedelic Purple #CF04FC
Tints of Psychedelic Purple #CF04FC
RGB
CMYK
RGB Variations
Color information
#CF04FC (or 0xCF04FC) is known color: Psychedelic Purple. HEX triplet: CF, 04 and FC. RGB value is (207,4,252). Sum of RGB (Red+Green+Blue) = 207+4+252=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 4 (1.95% from 255 or 0.86% from 463); Blue value is 252 (98.83% from 255 or 54.43% from 463); Max value from RGB is 252 - color contains mainly: blue. Hex color #CF04FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF04FC is #30FB03. Grayscale: #5C5C5C. Windows color (decimal): -3209988 or 16516303. OLE color: 16516303.
HSL color Cylindrical-coordinate representation of color #CF04FC: hue angle of 289.11º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF04FC is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 4 | 252 | - |
| CMYK | 0.18 | 0.98 | 0 | 0.01 |
| HSL | 289.11º | 0.98% | 0.5% | - |
| HSV(B) | 289.11º | 0.98% | 0.99% | - |
| XYZ | 43.35 | 20.38 | 93.74 | - |
| YUV | 92.97 | 217.75 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 4 | 252 | 0.18 | 0.98 | 0 | 0.01 | 289.11 | 0.98 | 0.5 |
| Hex | CF | 4 | FC | 12 | 62 | 0 | 1 | 121 | 62 | 32 |
| Octal | 317 | 4 | 374 | 22 | 142 | 0 | 1 | 441 | 142 | 62 |
| Binary | 11001111 | 100 | 11111100 | 10010 | 1100010 | 0 | 1 | 100100001 | 1100010 | 110010 |
Color Harmonies of #CF04FC
Complementary color
Monochromatic Colors of #CF04FC
Black with #CF04FC
Text Example
Text Example
White with #CF04FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF04FC; }
p { color: rgb(207,4,252); }
H1.HeaderClassName
{
color: #CF04FC;
}
.AnyTagClassName
{
color: #CF04FC;
}
</style>
background-color css
<style>
a { background-color: #CF04FC; }
a { background-color: rgb(207,4,252); }
div.DivClassName
{
background-color: #CF04FC;
}
.BgClassName
{
background-color: #CF04FC;
}
</style>
border-color css
<style>
span { border-color: #CF04FC; }
span { border-color: rgb(207,4,252); }
td.TdClassName
{
border-color: #CF04FC;
}
.TagClassName
{
border-color: #CF04FC;
}
</style>