Shades of Electric Purple #CF35FF
Tints of Electric Purple #CF35FF
RGB
CMYK
RGB Variations
Color information
#CF35FF (or 0xCF35FF) is known color: Electric Purple. HEX triplet: CF, 35 and FF. RGB value is (207,53,255). Sum of RGB (Red+Green+Blue) = 207+53+255=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 53 (21.09% from 255 or 10.29% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF35FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF35FF is #30CA00. Grayscale: #797979. Windows color (decimal): -3197441 or 16725455. OLE color: 16725455.
HSL color Cylindrical-coordinate representation of color #CF35FF: hue angle of 285.74º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF35FF is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 53 | 255 | - |
| CMYK | 0.19 | 0.79 | 0 | 0 |
| HSL | 285.74º | 1% | 0.6% | - |
| HSV(B) | 285.74º | 0.79% | 1% | - |
| XYZ | 45.06 | 23.03 | 96.68 | - |
| YUV | 122.07 | 203.02 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 255 | 0.19 | 0.79 | 0 | 0 | 285.74 | 1 | 0.6 |
| Hex | CF | 35 | FF | 13 | 4F | 0 | 0 | 11E | 64 | 3C |
| Octal | 317 | 65 | 377 | 23 | 117 | 0 | 0 | 436 | 144 | 74 |
| Binary | 11001111 | 110101 | 11111111 | 10011 | 1001111 | 0 | 0 | 100011110 | 1100100 | 111100 |
Color Harmonies of #CF35FF
Complementary color
Monochromatic Colors of #CF35FF
Black with #CF35FF
Text Example
Text Example
White with #CF35FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF35FF; }
p { color: rgb(207,53,255); }
H1.HeaderClassName
{
color: #CF35FF;
}
.AnyTagClassName
{
color: #CF35FF;
}
</style>
background-color css
<style>
a { background-color: #CF35FF; }
a { background-color: rgb(207,53,255); }
div.DivClassName
{
background-color: #CF35FF;
}
.BgClassName
{
background-color: #CF35FF;
}
</style>
border-color css
<style>
span { border-color: #CF35FF; }
span { border-color: rgb(207,53,255); }
td.TdClassName
{
border-color: #CF35FF;
}
.TagClassName
{
border-color: #CF35FF;
}
</style>