Shades of Psychedelic Purple #CF0CF9
Tints of Psychedelic Purple #CF0CF9
RGB
CMYK
RGB Variations
Color information
#CF0CF9 (or 0xCF0CF9) is known color: Psychedelic Purple. HEX triplet: CF, 0C and F9. RGB value is (207,12,249). Sum of RGB (Red+Green+Blue) = 207+12+249=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 12 (5.08% from 255 or 2.56% from 468); Blue value is 249 (97.66% from 255 or 53.21% from 468); Max value from RGB is 249 - color contains mainly: blue. Hex color #CF0CF9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF0CF9 is #30F306. Grayscale: #606060. Windows color (decimal): -3207943 or 16321743. OLE color: 16321743.
HSL color Cylindrical-coordinate representation of color #CF0CF9: hue angle of 289.37º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF0CF9 is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 12 | 249 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.02 |
| HSL | 289.37º | 0.95% | 0.51% | - |
| HSV(B) | 289.37º | 0.95% | 0.98% | - |
| XYZ | 42.96 | 20.37 | 91.29 | - |
| YUV | 97.32 | 213.6 | 206.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 12 | 249 | 0.17 | 0.95 | 0 | 0.02 | 289.37 | 0.95 | 0.51 |
| Hex | CF | C | F9 | 11 | 5F | 0 | 2 | 121 | 5F | 33 |
| Octal | 317 | 14 | 371 | 21 | 137 | 0 | 2 | 441 | 137 | 63 |
| Binary | 11001111 | 1100 | 11111001 | 10001 | 1011111 | 0 | 10 | 100100001 | 1011111 | 110011 |
Color Harmonies of #CF0CF9
Complementary color
Monochromatic Colors of #CF0CF9
Black with #CF0CF9
Text Example
Text Example
White with #CF0CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0CF9; }
p { color: rgb(207,12,249); }
H1.HeaderClassName
{
color: #CF0CF9;
}
.AnyTagClassName
{
color: #CF0CF9;
}
</style>
background-color css
<style>
a { background-color: #CF0CF9; }
a { background-color: rgb(207,12,249); }
div.DivClassName
{
background-color: #CF0CF9;
}
.BgClassName
{
background-color: #CF0CF9;
}
</style>
border-color css
<style>
span { border-color: #CF0CF9; }
span { border-color: rgb(207,12,249); }
td.TdClassName
{
border-color: #CF0CF9;
}
.TagClassName
{
border-color: #CF0CF9;
}
</style>