Shades of Psychedelic Purple #CF12FF
Tints of Psychedelic Purple #CF12FF
RGB
CMYK
RGB Variations
Color information
#CF12FF (or 0xCF12FF) is known color: Psychedelic Purple. HEX triplet: CF, 12 and FF. RGB value is (207,18,255). Sum of RGB (Red+Green+Blue) = 207+18+255=480 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.12% from 480); Green value is 18 (7.42% from 255 or 3.75% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF12FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF12FF is #30ED00. Grayscale: #646464. Windows color (decimal): -3206401 or 16716495. OLE color: 16716495.
HSL color Cylindrical-coordinate representation of color #CF12FF: hue angle of 287.85º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF12FF is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 18 | 255 | - |
| CMYK | 0.19 | 0.93 | 0 | 0 |
| HSL | 287.85º | 1% | 0.54% | - |
| HSV(B) | 287.85º | 0.93% | 1% | - |
| XYZ | 44 | 20.92 | 96.33 | - |
| YUV | 101.53 | 214.62 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 18 | 255 | 0.19 | 0.93 | 0 | 0 | 287.85 | 1 | 0.54 |
| Hex | CF | 12 | FF | 13 | 5D | 0 | 0 | 120 | 64 | 36 |
| Octal | 317 | 22 | 377 | 23 | 135 | 0 | 0 | 440 | 144 | 66 |
| Binary | 11001111 | 10010 | 11111111 | 10011 | 1011101 | 0 | 0 | 100100000 | 1100100 | 110110 |
Color Harmonies of #CF12FF
Complementary color
Monochromatic Colors of #CF12FF
Black with #CF12FF
Text Example
Text Example
White with #CF12FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF12FF; }
p { color: rgb(207,18,255); }
H1.HeaderClassName
{
color: #CF12FF;
}
.AnyTagClassName
{
color: #CF12FF;
}
</style>
background-color css
<style>
a { background-color: #CF12FF; }
a { background-color: rgb(207,18,255); }
div.DivClassName
{
background-color: #CF12FF;
}
.BgClassName
{
background-color: #CF12FF;
}
</style>
border-color css
<style>
span { border-color: #CF12FF; }
span { border-color: rgb(207,18,255); }
td.TdClassName
{
border-color: #CF12FF;
}
.TagClassName
{
border-color: #CF12FF;
}
</style>