Shades of Psychedelic Purple #CF03F4
Tints of Psychedelic Purple #CF03F4
RGB
CMYK
RGB Variations
Color information
#CF03F4 (or 0xCF03F4) is known color: Psychedelic Purple. HEX triplet: CF, 03 and F4. RGB value is (207,3,244). Sum of RGB (Red+Green+Blue) = 207+3+244=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 3 (1.56% from 255 or 0.66% from 454); Blue value is 244 (95.70% from 255 or 53.74% from 454); Max value from RGB is 244 - color contains mainly: blue. Hex color #CF03F4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF03F4 is #30FC0B. Grayscale: #5A5A5A. Windows color (decimal): -3210252 or 15991759. OLE color: 15991759.
HSL color Cylindrical-coordinate representation of color #CF03F4: hue angle of 290.79º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF03F4 is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 3 | 244 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.04 |
| HSL | 290.79º | 0.98% | 0.48% | - |
| HSV(B) | 290.79º | 0.99% | 0.96% | - |
| XYZ | 42.09 | 19.86 | 87.2 | - |
| YUV | 91.47 | 214.09 | 210.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 3 | 244 | 0.15 | 0.99 | 0 | 0.04 | 290.79 | 0.98 | 0.48 |
| Hex | CF | 3 | F4 | F | 63 | 0 | 4 | 123 | 62 | 30 |
| Octal | 317 | 3 | 364 | 17 | 143 | 0 | 4 | 443 | 142 | 60 |
| Binary | 11001111 | 11 | 11110100 | 1111 | 1100011 | 0 | 100 | 100100011 | 1100010 | 110000 |
Color Harmonies of #CF03F4
Complementary color
Monochromatic Colors of #CF03F4
Black with #CF03F4
Text Example
Text Example
White with #CF03F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF03F4; }
p { color: rgb(207,3,244); }
H1.HeaderClassName
{
color: #CF03F4;
}
.AnyTagClassName
{
color: #CF03F4;
}
</style>
background-color css
<style>
a { background-color: #CF03F4; }
a { background-color: rgb(207,3,244); }
div.DivClassName
{
background-color: #CF03F4;
}
.BgClassName
{
background-color: #CF03F4;
}
</style>
border-color css
<style>
span { border-color: #CF03F4; }
span { border-color: rgb(207,3,244); }
td.TdClassName
{
border-color: #CF03F4;
}
.TagClassName
{
border-color: #CF03F4;
}
</style>