Shades of Electric Purple #CF34FF
Tints of Electric Purple #CF34FF
RGB
CMYK
RGB Variations
Color information
#CF34FF (or 0xCF34FF) is known color: Electric Purple. HEX triplet: CF, 34 and FF. RGB value is (207,52,255). Sum of RGB (Red+Green+Blue) = 207+52+255=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 52 (20.70% from 255 or 10.12% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF34FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF34FF is #30CB00. Grayscale: #787878. Windows color (decimal): -3197697 or 16725199. OLE color: 16725199.
HSL color Cylindrical-coordinate representation of color #CF34FF: hue angle of 285.81º 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 #CF34FF is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 52 | 255 | - |
| CMYK | 0.19 | 0.80 | 0 | 0 |
| HSL | 285.81º | 1% | 0.6% | - |
| HSV(B) | 285.81º | 0.8% | 1% | - |
| XYZ | 45.01 | 22.94 | 96.66 | - |
| YUV | 121.49 | 203.35 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 255 | 0.19 | 0.80 | 0 | 0 | 285.81 | 1 | 0.6 |
| Hex | CF | 34 | FF | 13 | 50 | 0 | 0 | 11E | 64 | 3C |
| Octal | 317 | 64 | 377 | 23 | 120 | 0 | 0 | 436 | 144 | 74 |
| Binary | 11001111 | 110100 | 11111111 | 10011 | 1010000 | 0 | 0 | 100011110 | 1100100 | 111100 |
Color Harmonies of #CF34FF
Complementary color
Monochromatic Colors of #CF34FF
Black with #CF34FF
Text Example
Text Example
White with #CF34FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF34FF; }
p { color: rgb(207,52,255); }
H1.HeaderClassName
{
color: #CF34FF;
}
.AnyTagClassName
{
color: #CF34FF;
}
</style>
background-color css
<style>
a { background-color: #CF34FF; }
a { background-color: rgb(207,52,255); }
div.DivClassName
{
background-color: #CF34FF;
}
.BgClassName
{
background-color: #CF34FF;
}
</style>
border-color css
<style>
span { border-color: #CF34FF; }
span { border-color: rgb(207,52,255); }
td.TdClassName
{
border-color: #CF34FF;
}
.TagClassName
{
border-color: #CF34FF;
}
</style>