Shades of Psychedelic Purple #CF1CF1
Tints of Psychedelic Purple #CF1CF1
RGB
CMYK
RGB Variations
Color information
#CF1CF1 (or 0xCF1CF1) is known color: Psychedelic Purple. HEX triplet: CF, 1C and F1. RGB value is (207,28,241). Sum of RGB (Red+Green+Blue) = 207+28+241=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 28 (11.33% from 255 or 5.88% from 476); Blue value is 241 (94.53% from 255 or 50.63% from 476); Max value from RGB is 241 - color contains mainly: blue. Hex color #CF1CF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF1CF1 is #30E30E. Grayscale: #696969. Windows color (decimal): -3203855 or 15801551. OLE color: 15801551.
HSL color Cylindrical-coordinate representation of color #CF1CF1: hue angle of 290.42º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF1CF1 is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 28 | 241 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.05 |
| HSL | 290.42º | 0.88% | 0.53% | - |
| HSV(B) | 290.42º | 0.88% | 0.95% | - |
| XYZ | 42.02 | 20.45 | 84.95 | - |
| YUV | 105.8 | 204.3 | 200.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 28 | 241 | 0.14 | 0.88 | 0 | 0.05 | 290.42 | 0.88 | 0.53 |
| Hex | CF | 1C | F1 | E | 58 | 0 | 5 | 122 | 58 | 35 |
| Octal | 317 | 34 | 361 | 16 | 130 | 0 | 5 | 442 | 130 | 65 |
| Binary | 11001111 | 11100 | 11110001 | 1110 | 1011000 | 0 | 101 | 100100010 | 1011000 | 110101 |
Color Harmonies of #CF1CF1
Complementary color
Monochromatic Colors of #CF1CF1
Black with #CF1CF1
Text Example
Text Example
White with #CF1CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1CF1; }
p { color: rgb(207,28,241); }
H1.HeaderClassName
{
color: #CF1CF1;
}
.AnyTagClassName
{
color: #CF1CF1;
}
</style>
background-color css
<style>
a { background-color: #CF1CF1; }
a { background-color: rgb(207,28,241); }
div.DivClassName
{
background-color: #CF1CF1;
}
.BgClassName
{
background-color: #CF1CF1;
}
</style>
border-color css
<style>
span { border-color: #CF1CF1; }
span { border-color: rgb(207,28,241); }
td.TdClassName
{
border-color: #CF1CF1;
}
.TagClassName
{
border-color: #CF1CF1;
}
</style>