Shades of Psychedelic Purple #CF20EF
Tints of Psychedelic Purple #CF20EF
RGB
CMYK
RGB Variations
Color information
#CF20EF (or 0xCF20EF) is known color: Psychedelic Purple. HEX triplet: CF, 20 and EF. RGB value is (207,32,239). Sum of RGB (Red+Green+Blue) = 207+32+239=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 32 (12.89% from 255 or 6.69% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF20EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF20EF is #30DF10. Grayscale: #6B6B6B. Windows color (decimal): -3202833 or 15671503. OLE color: 15671503.
HSL color Cylindrical-coordinate representation of color #CF20EF: hue angle of 290.72º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF20EF is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 32 | 239 | - |
| CMYK | 0.13 | 0.87 | 0 | 0.06 |
| HSL | 290.72º | 0.87% | 0.53% | - |
| HSV(B) | 290.72º | 0.87% | 0.94% | - |
| XYZ | 41.83 | 20.53 | 83.42 | - |
| YUV | 107.92 | 201.98 | 198.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 32 | 239 | 0.13 | 0.87 | 0 | 0.06 | 290.72 | 0.87 | 0.53 |
| Hex | CF | 20 | EF | D | 57 | 0 | 6 | 123 | 57 | 35 |
| Octal | 317 | 40 | 357 | 15 | 127 | 0 | 6 | 443 | 127 | 65 |
| Binary | 11001111 | 100000 | 11101111 | 1101 | 1010111 | 0 | 110 | 100100011 | 1010111 | 110101 |
Color Harmonies of #CF20EF
Complementary color
Monochromatic Colors of #CF20EF
Black with #CF20EF
Text Example
Text Example
White with #CF20EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF20EF; }
p { color: rgb(207,32,239); }
H1.HeaderClassName
{
color: #CF20EF;
}
.AnyTagClassName
{
color: #CF20EF;
}
</style>
background-color css
<style>
a { background-color: #CF20EF; }
a { background-color: rgb(207,32,239); }
div.DivClassName
{
background-color: #CF20EF;
}
.BgClassName
{
background-color: #CF20EF;
}
</style>
border-color css
<style>
span { border-color: #CF20EF; }
span { border-color: rgb(207,32,239); }
td.TdClassName
{
border-color: #CF20EF;
}
.TagClassName
{
border-color: #CF20EF;
}
</style>