Shades of Psychedelic Purple #CF19FD
Tints of Psychedelic Purple #CF19FD
RGB
CMYK
RGB Variations
Color information
#CF19FD (or 0xCF19FD) is known color: Psychedelic Purple. HEX triplet: CF, 19 and FD. RGB value is (207,25,253). Sum of RGB (Red+Green+Blue) = 207+25+253=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 25 (10.16% from 255 or 5.15% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #CF19FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF19FD is #30E602. Grayscale: #686868. Windows color (decimal): -3204611 or 16587215. OLE color: 16587215.
HSL color Cylindrical-coordinate representation of color #CF19FD: hue angle of 287.89º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF19FD is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 25 | 253 | - |
| CMYK | 0.18 | 0.90 | 0 | 0.01 |
| HSL | 287.89º | 0.98% | 0.55% | - |
| HSV(B) | 287.89º | 0.9% | 0.99% | - |
| XYZ | 43.81 | 21.05 | 94.68 | - |
| YUV | 105.41 | 211.3 | 200.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 25 | 253 | 0.18 | 0.90 | 0 | 0.01 | 287.89 | 0.98 | 0.55 |
| Hex | CF | 19 | FD | 12 | 5A | 0 | 1 | 120 | 62 | 37 |
| Octal | 317 | 31 | 375 | 22 | 132 | 0 | 1 | 440 | 142 | 67 |
| Binary | 11001111 | 11001 | 11111101 | 10010 | 1011010 | 0 | 1 | 100100000 | 1100010 | 110111 |
Color Harmonies of #CF19FD
Complementary color
Monochromatic Colors of #CF19FD
Black with #CF19FD
Text Example
Text Example
White with #CF19FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF19FD; }
p { color: rgb(207,25,253); }
H1.HeaderClassName
{
color: #CF19FD;
}
.AnyTagClassName
{
color: #CF19FD;
}
</style>
background-color css
<style>
a { background-color: #CF19FD; }
a { background-color: rgb(207,25,253); }
div.DivClassName
{
background-color: #CF19FD;
}
.BgClassName
{
background-color: #CF19FD;
}
</style>
border-color css
<style>
span { border-color: #CF19FD; }
span { border-color: rgb(207,25,253); }
td.TdClassName
{
border-color: #CF19FD;
}
.TagClassName
{
border-color: #CF19FD;
}
</style>