Shades of Electric Purple #CF33FD
Tints of Electric Purple #CF33FD
RGB
CMYK
RGB Variations
Color information
#CF33FD (or 0xCF33FD) is known color: Electric Purple. HEX triplet: CF, 33 and FD. RGB value is (207,51,253). Sum of RGB (Red+Green+Blue) = 207+51+253=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 51 (20.31% from 255 or 9.98% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #CF33FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF33FD is #30CC02. Grayscale: #787878. Windows color (decimal): -3197955 or 16593871. OLE color: 16593871.
HSL color Cylindrical-coordinate representation of color #CF33FD: hue angle of 286.34º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF33FD is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 51 | 253 | - |
| CMYK | 0.18 | 0.80 | 0 | 0.01 |
| HSL | 286.34º | 0.98% | 0.6% | - |
| HSV(B) | 286.34º | 0.8% | 0.99% | - |
| XYZ | 44.65 | 22.72 | 94.96 | - |
| YUV | 120.67 | 202.68 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 51 | 253 | 0.18 | 0.80 | 0 | 0.01 | 286.34 | 0.98 | 0.6 |
| Hex | CF | 33 | FD | 12 | 50 | 0 | 1 | 11E | 62 | 3C |
| Octal | 317 | 63 | 375 | 22 | 120 | 0 | 1 | 436 | 142 | 74 |
| Binary | 11001111 | 110011 | 11111101 | 10010 | 1010000 | 0 | 1 | 100011110 | 1100010 | 111100 |
Color Harmonies of #CF33FD
Complementary color
Monochromatic Colors of #CF33FD
Black with #CF33FD
Text Example
Text Example
White with #CF33FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF33FD; }
p { color: rgb(207,51,253); }
H1.HeaderClassName
{
color: #CF33FD;
}
.AnyTagClassName
{
color: #CF33FD;
}
</style>
background-color css
<style>
a { background-color: #CF33FD; }
a { background-color: rgb(207,51,253); }
div.DivClassName
{
background-color: #CF33FD;
}
.BgClassName
{
background-color: #CF33FD;
}
</style>
border-color css
<style>
span { border-color: #CF33FD; }
span { border-color: rgb(207,51,253); }
td.TdClassName
{
border-color: #CF33FD;
}
.TagClassName
{
border-color: #CF33FD;
}
</style>