Shades of Psychedelic Purple #CF0CEF
Tints of Psychedelic Purple #CF0CEF
RGB
CMYK
RGB Variations
Color information
#CF0CEF (or 0xCF0CEF) is known color: Psychedelic Purple. HEX triplet: CF, 0C and EF. RGB value is (207,12,239). Sum of RGB (Red+Green+Blue) = 207+12+239=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 12 (5.08% from 255 or 2.62% from 458); Blue value is 239 (93.75% from 255 or 52.18% from 458); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF0CEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF0CEF is #30F310. Grayscale: #5F5F5F. Windows color (decimal): -3207953 or 15666383. OLE color: 15666383.
HSL color Cylindrical-coordinate representation of color #CF0CEF: hue angle of 291.54º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF0CEF is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 12 | 239 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.06 |
| HSL | 291.54º | 0.9% | 0.49% | - |
| HSV(B) | 291.54º | 0.95% | 0.94% | - |
| XYZ | 41.44 | 19.76 | 83.29 | - |
| YUV | 96.18 | 208.6 | 207.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 12 | 239 | 0.13 | 0.95 | 0 | 0.06 | 291.54 | 0.9 | 0.49 |
| Hex | CF | C | EF | D | 5F | 0 | 6 | 124 | 5A | 31 |
| Octal | 317 | 14 | 357 | 15 | 137 | 0 | 6 | 444 | 132 | 61 |
| Binary | 11001111 | 1100 | 11101111 | 1101 | 1011111 | 0 | 110 | 100100100 | 1011010 | 110001 |
Color Harmonies of #CF0CEF
Complementary color
Monochromatic Colors of #CF0CEF
Black with #CF0CEF
Text Example
Text Example
White with #CF0CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0CEF; }
p { color: rgb(207,12,239); }
H1.HeaderClassName
{
color: #CF0CEF;
}
.AnyTagClassName
{
color: #CF0CEF;
}
</style>
background-color css
<style>
a { background-color: #CF0CEF; }
a { background-color: rgb(207,12,239); }
div.DivClassName
{
background-color: #CF0CEF;
}
.BgClassName
{
background-color: #CF0CEF;
}
</style>
border-color css
<style>
span { border-color: #CF0CEF; }
span { border-color: rgb(207,12,239); }
td.TdClassName
{
border-color: #CF0CEF;
}
.TagClassName
{
border-color: #CF0CEF;
}
</style>