Shades of Psychedelic Purple #CF29EB
Tints of Psychedelic Purple #CF29EB
RGB
CMYK
RGB Variations
Color information
#CF29EB (or 0xCF29EB) is known color: Psychedelic Purple. HEX triplet: CF, 29 and EB. RGB value is (207,41,235). Sum of RGB (Red+Green+Blue) = 207+41+235=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 41 (16.41% from 255 or 8.49% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF29EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF29EB is #30D614. Grayscale: #707070. Windows color (decimal): -3200533 or 15411663. OLE color: 15411663.
HSL color Cylindrical-coordinate representation of color #CF29EB: hue angle of 291.34º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF29EB is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 41 | 235 | - |
| CMYK | 0.12 | 0.83 | 0 | 0.08 |
| HSL | 291.34º | 0.83% | 0.54% | - |
| HSV(B) | 291.34º | 0.83% | 0.92% | - |
| XYZ | 41.52 | 20.85 | 80.43 | - |
| YUV | 112.75 | 197 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 41 | 235 | 0.12 | 0.83 | 0 | 0.08 | 291.34 | 0.83 | 0.54 |
| Hex | CF | 29 | EB | C | 53 | 0 | 8 | 123 | 53 | 36 |
| Octal | 317 | 51 | 353 | 14 | 123 | 0 | 10 | 443 | 123 | 66 |
| Binary | 11001111 | 101001 | 11101011 | 1100 | 1010011 | 0 | 1000 | 100100011 | 1010011 | 110110 |
Color Harmonies of #CF29EB
Complementary color
Monochromatic Colors of #CF29EB
Black with #CF29EB
Text Example
Text Example
White with #CF29EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF29EB; }
p { color: rgb(207,41,235); }
H1.HeaderClassName
{
color: #CF29EB;
}
.AnyTagClassName
{
color: #CF29EB;
}
</style>
background-color css
<style>
a { background-color: #CF29EB; }
a { background-color: rgb(207,41,235); }
div.DivClassName
{
background-color: #CF29EB;
}
.BgClassName
{
background-color: #CF29EB;
}
</style>
border-color css
<style>
span { border-color: #CF29EB; }
span { border-color: rgb(207,41,235); }
td.TdClassName
{
border-color: #CF29EB;
}
.TagClassName
{
border-color: #CF29EB;
}
</style>