Shades of Psychedelic Purple #CF04FF
Tints of Psychedelic Purple #CF04FF
RGB
CMYK
RGB Variations
Color information
#CF04FF (or 0xCF04FF) is known color: Psychedelic Purple. HEX triplet: CF, 04 and FF. RGB value is (207,4,255). Sum of RGB (Red+Green+Blue) = 207+4+255=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 4 (1.95% from 255 or 0.86% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF04FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF04FF is #30FB00. Grayscale: #5C5C5C. Windows color (decimal): -3209985 or 16712911. OLE color: 16712911.
HSL color Cylindrical-coordinate representation of color #CF04FF: hue angle of 288.53º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF04FF is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 4 | 255 | - |
| CMYK | 0.19 | 0.98 | 0 | 0 |
| HSL | 288.53º | 1% | 0.51% | - |
| HSV(B) | 288.53º | 0.98% | 1% | - |
| XYZ | 43.83 | 20.57 | 96.27 | - |
| YUV | 93.31 | 219.25 | 209.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 4 | 255 | 0.19 | 0.98 | 0 | 0 | 288.53 | 1 | 0.51 |
| Hex | CF | 4 | FF | 13 | 62 | 0 | 0 | 121 | 64 | 33 |
| Octal | 317 | 4 | 377 | 23 | 142 | 0 | 0 | 441 | 144 | 63 |
| Binary | 11001111 | 100 | 11111111 | 10011 | 1100010 | 0 | 0 | 100100001 | 1100100 | 110011 |
Color Harmonies of #CF04FF
Complementary color
Monochromatic Colors of #CF04FF
Black with #CF04FF
Text Example
Text Example
White with #CF04FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF04FF; }
p { color: rgb(207,4,255); }
H1.HeaderClassName
{
color: #CF04FF;
}
.AnyTagClassName
{
color: #CF04FF;
}
</style>
background-color css
<style>
a { background-color: #CF04FF; }
a { background-color: rgb(207,4,255); }
div.DivClassName
{
background-color: #CF04FF;
}
.BgClassName
{
background-color: #CF04FF;
}
</style>
border-color css
<style>
span { border-color: #CF04FF; }
span { border-color: rgb(207,4,255); }
td.TdClassName
{
border-color: #CF04FF;
}
.TagClassName
{
border-color: #CF04FF;
}
</style>