Shades of Psychedelic Purple #CF04F2
Tints of Psychedelic Purple #CF04F2
RGB
CMYK
RGB Variations
Color information
#CF04F2 (or 0xCF04F2) is known color: Psychedelic Purple. HEX triplet: CF, 04 and F2. RGB value is (207,4,242). Sum of RGB (Red+Green+Blue) = 207+4+242=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 4 (1.95% from 255 or 0.88% from 453); Blue value is 242 (94.92% from 255 or 53.42% from 453); Max value from RGB is 242 - color contains mainly: blue. Hex color #CF04F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF04F2 is #30FB0D. Grayscale: #5B5B5B. Windows color (decimal): -3209998 or 15860943. OLE color: 15860943.
HSL color Cylindrical-coordinate representation of color #CF04F2: hue angle of 291.18º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF04F2 is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 4 | 242 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.05 |
| HSL | 291.18º | 0.97% | 0.48% | - |
| HSV(B) | 291.18º | 0.98% | 0.95% | - |
| XYZ | 41.8 | 19.76 | 85.62 | - |
| YUV | 91.83 | 212.75 | 210.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 4 | 242 | 0.14 | 0.98 | 0 | 0.05 | 291.18 | 0.97 | 0.48 |
| Hex | CF | 4 | F2 | E | 62 | 0 | 5 | 123 | 61 | 30 |
| Octal | 317 | 4 | 362 | 16 | 142 | 0 | 5 | 443 | 141 | 60 |
| Binary | 11001111 | 100 | 11110010 | 1110 | 1100010 | 0 | 101 | 100100011 | 1100001 | 110000 |
Color Harmonies of #CF04F2
Complementary color
Monochromatic Colors of #CF04F2
Black with #CF04F2
Text Example
Text Example
White with #CF04F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF04F2; }
p { color: rgb(207,4,242); }
H1.HeaderClassName
{
color: #CF04F2;
}
.AnyTagClassName
{
color: #CF04F2;
}
</style>
background-color css
<style>
a { background-color: #CF04F2; }
a { background-color: rgb(207,4,242); }
div.DivClassName
{
background-color: #CF04F2;
}
.BgClassName
{
background-color: #CF04F2;
}
</style>
border-color css
<style>
span { border-color: #CF04F2; }
span { border-color: rgb(207,4,242); }
td.TdClassName
{
border-color: #CF04F2;
}
.TagClassName
{
border-color: #CF04F2;
}
</style>