Shades of Psychedelic Purple #CF2AEF
Tints of Psychedelic Purple #CF2AEF
RGB
CMYK
RGB Variations
Color information
#CF2AEF (or 0xCF2AEF) is known color: Psychedelic Purple. HEX triplet: CF, 2A and EF. RGB value is (207,42,239). Sum of RGB (Red+Green+Blue) = 207+42+239=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 42 (16.80% from 255 or 8.61% from 488); Blue value is 239 (93.75% from 255 or 48.98% from 488); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF2AEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF2AEF is #30D510. Grayscale: #717171. Windows color (decimal): -3200273 or 15674063. OLE color: 15674063.
HSL color Cylindrical-coordinate representation of color #CF2AEF: hue angle of 290.25º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF2AEF is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 42 | 239 | - |
| CMYK | 0.13 | 0.82 | 0 | 0.06 |
| HSL | 290.25º | 0.86% | 0.55% | - |
| HSV(B) | 290.25º | 0.82% | 0.94% | - |
| XYZ | 42.14 | 21.15 | 83.52 | - |
| YUV | 113.79 | 198.66 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 42 | 239 | 0.13 | 0.82 | 0 | 0.06 | 290.25 | 0.86 | 0.55 |
| Hex | CF | 2A | EF | D | 52 | 0 | 6 | 122 | 56 | 37 |
| Octal | 317 | 52 | 357 | 15 | 122 | 0 | 6 | 442 | 126 | 67 |
| Binary | 11001111 | 101010 | 11101111 | 1101 | 1010010 | 0 | 110 | 100100010 | 1010110 | 110111 |
Color Harmonies of #CF2AEF
Complementary color
Monochromatic Colors of #CF2AEF
Black with #CF2AEF
Text Example
Text Example
White with #CF2AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2AEF; }
p { color: rgb(207,42,239); }
H1.HeaderClassName
{
color: #CF2AEF;
}
.AnyTagClassName
{
color: #CF2AEF;
}
</style>
background-color css
<style>
a { background-color: #CF2AEF; }
a { background-color: rgb(207,42,239); }
div.DivClassName
{
background-color: #CF2AEF;
}
.BgClassName
{
background-color: #CF2AEF;
}
</style>
border-color css
<style>
span { border-color: #CF2AEF; }
span { border-color: rgb(207,42,239); }
td.TdClassName
{
border-color: #CF2AEF;
}
.TagClassName
{
border-color: #CF2AEF;
}
</style>