Shades of Psychedelic Purple #CF30FB
Tints of Psychedelic Purple #CF30FB
RGB
CMYK
RGB Variations
Color information
#CF30FB (or 0xCF30FB) is known color: Psychedelic Purple. HEX triplet: CF, 30 and FB. RGB value is (207,48,251). Sum of RGB (Red+Green+Blue) = 207+48+251=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 48 (19.14% from 255 or 9.49% from 506); Blue value is 251 (98.44% from 255 or 49.60% from 506); Max value from RGB is 251 - color contains mainly: blue. Hex color #CF30FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF30FB is #30CF04. Grayscale: #767676. Windows color (decimal): -3198725 or 16462031. OLE color: 16462031.
HSL color Cylindrical-coordinate representation of color #CF30FB: hue angle of 287º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF30FB is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 48 | 251 | - |
| CMYK | 0.18 | 0.81 | 0 | 0.02 |
| HSL | 287º | 0.96% | 0.59% | - |
| HSV(B) | 287º | 0.81% | 0.98% | - |
| XYZ | 44.2 | 22.34 | 93.25 | - |
| YUV | 118.68 | 202.68 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 48 | 251 | 0.18 | 0.81 | 0 | 0.02 | 287 | 0.96 | 0.59 |
| Hex | CF | 30 | FB | 12 | 51 | 0 | 2 | 11F | 60 | 3B |
| Octal | 317 | 60 | 373 | 22 | 121 | 0 | 2 | 437 | 140 | 73 |
| Binary | 11001111 | 110000 | 11111011 | 10010 | 1010001 | 0 | 10 | 100011111 | 1100000 | 111011 |
Color Harmonies of #CF30FB
Complementary color
Monochromatic Colors of #CF30FB
Black with #CF30FB
Text Example
Text Example
White with #CF30FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF30FB; }
p { color: rgb(207,48,251); }
H1.HeaderClassName
{
color: #CF30FB;
}
.AnyTagClassName
{
color: #CF30FB;
}
</style>
background-color css
<style>
a { background-color: #CF30FB; }
a { background-color: rgb(207,48,251); }
div.DivClassName
{
background-color: #CF30FB;
}
.BgClassName
{
background-color: #CF30FB;
}
</style>
border-color css
<style>
span { border-color: #CF30FB; }
span { border-color: rgb(207,48,251); }
td.TdClassName
{
border-color: #CF30FB;
}
.TagClassName
{
border-color: #CF30FB;
}
</style>