Shades of Psychedelic Purple #CF11F1
Tints of Psychedelic Purple #CF11F1
RGB
CMYK
RGB Variations
Color information
#CF11F1 (or 0xCF11F1) is known color: Psychedelic Purple. HEX triplet: CF, 11 and F1. RGB value is (207,17,241). Sum of RGB (Red+Green+Blue) = 207+17+241=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 17 (7.03% from 255 or 3.66% from 465); Blue value is 241 (94.53% from 255 or 51.83% from 465); Max value from RGB is 241 - color contains mainly: blue. Hex color #CF11F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF11F1 is #30EE0E. Grayscale: #626262. Windows color (decimal): -3206671 or 15798735. OLE color: 15798735.
HSL color Cylindrical-coordinate representation of color #CF11F1: hue angle of 290.89º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF11F1 is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 17 | 241 | - |
| CMYK | 0.14 | 0.93 | 0 | 0.05 |
| HSL | 290.89º | 0.89% | 0.51% | - |
| HSV(B) | 290.89º | 0.93% | 0.95% | - |
| XYZ | 41.81 | 20.02 | 84.88 | - |
| YUV | 99.35 | 207.95 | 204.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 17 | 241 | 0.14 | 0.93 | 0 | 0.05 | 290.89 | 0.89 | 0.51 |
| Hex | CF | 11 | F1 | E | 5D | 0 | 5 | 123 | 59 | 33 |
| Octal | 317 | 21 | 361 | 16 | 135 | 0 | 5 | 443 | 131 | 63 |
| Binary | 11001111 | 10001 | 11110001 | 1110 | 1011101 | 0 | 101 | 100100011 | 1011001 | 110011 |
Color Harmonies of #CF11F1
Complementary color
Monochromatic Colors of #CF11F1
Black with #CF11F1
Text Example
Text Example
White with #CF11F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF11F1; }
p { color: rgb(207,17,241); }
H1.HeaderClassName
{
color: #CF11F1;
}
.AnyTagClassName
{
color: #CF11F1;
}
</style>
background-color css
<style>
a { background-color: #CF11F1; }
a { background-color: rgb(207,17,241); }
div.DivClassName
{
background-color: #CF11F1;
}
.BgClassName
{
background-color: #CF11F1;
}
</style>
border-color css
<style>
span { border-color: #CF11F1; }
span { border-color: rgb(207,17,241); }
td.TdClassName
{
border-color: #CF11F1;
}
.TagClassName
{
border-color: #CF11F1;
}
</style>