Shades of Electric Purple #CF33FF
Tints of Electric Purple #CF33FF
RGB
CMYK
RGB Variations
Color information
#CF33FF (or 0xCF33FF) is known color: Electric Purple. HEX triplet: CF, 33 and FF. RGB value is (207,51,255). Sum of RGB (Red+Green+Blue) = 207+51+255=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 51 (20.31% from 255 or 9.94% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF33FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF33FF is #30CC00. Grayscale: #787878. Windows color (decimal): -3197953 or 16724943. OLE color: 16724943.
HSL color Cylindrical-coordinate representation of color #CF33FF: hue angle of 285.88º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF33FF is Cyan = 0.19, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 51 | 255 | - |
| CMYK | 0.19 | 0.8 | 0 | 0 |
| HSL | 285.88º | 1% | 0.6% | - |
| HSV(B) | 285.88º | 0.8% | 1% | - |
| XYZ | 44.97 | 22.85 | 96.65 | - |
| YUV | 120.9 | 203.68 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 51 | 255 | 0.19 | 0.8 | 0 | 0 | 285.88 | 1 | 0.6 |
| Hex | CF | 33 | FF | 13 | 50 | 0 | 0 | 11E | 64 | 3C |
| Octal | 317 | 63 | 377 | 23 | 120 | 0 | 0 | 436 | 144 | 74 |
| Binary | 11001111 | 110011 | 11111111 | 10011 | 1010000 | 0 | 0 | 100011110 | 1100100 | 111100 |
Color Harmonies of #CF33FF
Complementary color
Monochromatic Colors of #CF33FF
Black with #CF33FF
Text Example
Text Example
White with #CF33FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF33FF; }
p { color: rgb(207,51,255); }
H1.HeaderClassName
{
color: #CF33FF;
}
.AnyTagClassName
{
color: #CF33FF;
}
</style>
background-color css
<style>
a { background-color: #CF33FF; }
a { background-color: rgb(207,51,255); }
div.DivClassName
{
background-color: #CF33FF;
}
.BgClassName
{
background-color: #CF33FF;
}
</style>
border-color css
<style>
span { border-color: #CF33FF; }
span { border-color: rgb(207,51,255); }
td.TdClassName
{
border-color: #CF33FF;
}
.TagClassName
{
border-color: #CF33FF;
}
</style>