Shades of Electric Purple #CF32FF
Tints of Electric Purple #CF32FF
RGB
CMYK
RGB Variations
Color information
#CF32FF (or 0xCF32FF) is known color: Electric Purple. HEX triplet: CF, 32 and FF. RGB value is (207,50,255). Sum of RGB (Red+Green+Blue) = 207+50+255=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 50 (19.92% from 255 or 9.77% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF32FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF32FF is #30CD00. Grayscale: #777777. Windows color (decimal): -3198209 or 16724687. OLE color: 16724687.
HSL color Cylindrical-coordinate representation of color #CF32FF: hue angle of 285.95º 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 #CF32FF is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 50 | 255 | - |
| CMYK | 0.19 | 0.80 | 0 | 0 |
| HSL | 285.95º | 1% | 0.6% | - |
| HSV(B) | 285.95º | 0.8% | 1% | - |
| XYZ | 44.92 | 22.77 | 96.63 | - |
| YUV | 120.31 | 204.01 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 50 | 255 | 0.19 | 0.80 | 0 | 0 | 285.95 | 1 | 0.6 |
| Hex | CF | 32 | FF | 13 | 50 | 0 | 0 | 11E | 64 | 3C |
| Octal | 317 | 62 | 377 | 23 | 120 | 0 | 0 | 436 | 144 | 74 |
| Binary | 11001111 | 110010 | 11111111 | 10011 | 1010000 | 0 | 0 | 100011110 | 1100100 | 111100 |
Color Harmonies of #CF32FF
Complementary color
Monochromatic Colors of #CF32FF
Black with #CF32FF
Text Example
Text Example
White with #CF32FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF32FF; }
p { color: rgb(207,50,255); }
H1.HeaderClassName
{
color: #CF32FF;
}
.AnyTagClassName
{
color: #CF32FF;
}
</style>
background-color css
<style>
a { background-color: #CF32FF; }
a { background-color: rgb(207,50,255); }
div.DivClassName
{
background-color: #CF32FF;
}
.BgClassName
{
background-color: #CF32FF;
}
</style>
border-color css
<style>
span { border-color: #CF32FF; }
span { border-color: rgb(207,50,255); }
td.TdClassName
{
border-color: #CF32FF;
}
.TagClassName
{
border-color: #CF32FF;
}
</style>