Shades of Psychedelic Purple #CF19EB
Tints of Psychedelic Purple #CF19EB
RGB
CMYK
RGB Variations
Color information
#CF19EB (or 0xCF19EB) is known color: Psychedelic Purple. HEX triplet: CF, 19 and EB. RGB value is (207,25,235). Sum of RGB (Red+Green+Blue) = 207+25+235=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 25 (10.16% from 255 or 5.35% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF19EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF19EB is #30E614. Grayscale: #666666. Windows color (decimal): -3204629 or 15407567. OLE color: 15407567.
HSL color Cylindrical-coordinate representation of color #CF19EB: hue angle of 292º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF19EB is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 25 | 235 | - |
| CMYK | 0.12 | 0.89 | 0 | 0.08 |
| HSL | 292º | 0.84% | 0.51% | - |
| HSV(B) | 292º | 0.89% | 0.92% | - |
| XYZ | 41.08 | 19.96 | 80.28 | - |
| YUV | 103.36 | 202.3 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 25 | 235 | 0.12 | 0.89 | 0 | 0.08 | 292 | 0.84 | 0.51 |
| Hex | CF | 19 | EB | C | 59 | 0 | 8 | 124 | 54 | 33 |
| Octal | 317 | 31 | 353 | 14 | 131 | 0 | 10 | 444 | 124 | 63 |
| Binary | 11001111 | 11001 | 11101011 | 1100 | 1011001 | 0 | 1000 | 100100100 | 1010100 | 110011 |
Color Harmonies of #CF19EB
Complementary color
Monochromatic Colors of #CF19EB
Black with #CF19EB
Text Example
Text Example
White with #CF19EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF19EB; }
p { color: rgb(207,25,235); }
H1.HeaderClassName
{
color: #CF19EB;
}
.AnyTagClassName
{
color: #CF19EB;
}
</style>
background-color css
<style>
a { background-color: #CF19EB; }
a { background-color: rgb(207,25,235); }
div.DivClassName
{
background-color: #CF19EB;
}
.BgClassName
{
background-color: #CF19EB;
}
</style>
border-color css
<style>
span { border-color: #CF19EB; }
span { border-color: rgb(207,25,235); }
td.TdClassName
{
border-color: #CF19EB;
}
.TagClassName
{
border-color: #CF19EB;
}
</style>