Shades of Psychedelic Purple #CF12EC
Tints of Psychedelic Purple #CF12EC
RGB
CMYK
RGB Variations
Color information
#CF12EC (or 0xCF12EC) is known color: Psychedelic Purple. HEX triplet: CF, 12 and EC. RGB value is (207,18,236). Sum of RGB (Red+Green+Blue) = 207+18+236=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 18 (7.42% from 255 or 3.90% from 461); Blue value is 236 (92.58% from 255 or 51.19% from 461); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF12EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF12EC is #30ED13. Grayscale: #626262. Windows color (decimal): -3206420 or 15471311. OLE color: 15471311.
HSL color Cylindrical-coordinate representation of color #CF12EC: hue angle of 292.02º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF12EC is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 18 | 236 | - |
| CMYK | 0.12 | 0.92 | 0 | 0.07 |
| HSL | 292.02º | 0.86% | 0.5% | - |
| HSV(B) | 292.02º | 0.92% | 0.93% | - |
| XYZ | 41.09 | 19.75 | 81 | - |
| YUV | 99.36 | 205.12 | 204.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 18 | 236 | 0.12 | 0.92 | 0 | 0.07 | 292.02 | 0.86 | 0.5 |
| Hex | CF | 12 | EC | C | 5C | 0 | 7 | 124 | 56 | 32 |
| Octal | 317 | 22 | 354 | 14 | 134 | 0 | 7 | 444 | 126 | 62 |
| Binary | 11001111 | 10010 | 11101100 | 1100 | 1011100 | 0 | 111 | 100100100 | 1010110 | 110010 |
Color Harmonies of #CF12EC
Complementary color
Monochromatic Colors of #CF12EC
Black with #CF12EC
Text Example
Text Example
White with #CF12EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF12EC; }
p { color: rgb(207,18,236); }
H1.HeaderClassName
{
color: #CF12EC;
}
.AnyTagClassName
{
color: #CF12EC;
}
</style>
background-color css
<style>
a { background-color: #CF12EC; }
a { background-color: rgb(207,18,236); }
div.DivClassName
{
background-color: #CF12EC;
}
.BgClassName
{
background-color: #CF12EC;
}
</style>
border-color css
<style>
span { border-color: #CF12EC; }
span { border-color: rgb(207,18,236); }
td.TdClassName
{
border-color: #CF12EC;
}
.TagClassName
{
border-color: #CF12EC;
}
</style>