Shades of Electric Purple #CC2FFF
Tints of Electric Purple #CC2FFF
RGB
CMYK
RGB Variations
Color information
#CC2FFF (or 0xCC2FFF) is known color: Electric Purple. HEX triplet: CC, 2F and FF. RGB value is (204,47,255). Sum of RGB (Red+Green+Blue) = 204+47+255=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 47 (18.75% from 255 or 9.29% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC2FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2FFF is #33D000. Grayscale: #747474. Windows color (decimal): -3395585 or 16723916. OLE color: 16723916.
HSL color Cylindrical-coordinate representation of color #CC2FFF: hue angle of 285.29º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC2FFF is Cyan = 0.2, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 47 | 255 | - |
| CMYK | 0.2 | 0.82 | 0 | 0 |
| HSL | 285.29º | 1% | 0.59% | - |
| HSV(B) | 285.29º | 0.82% | 1% | - |
| XYZ | 43.97 | 22.09 | 96.55 | - |
| YUV | 117.66 | 205.51 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 47 | 255 | 0.2 | 0.82 | 0 | 0 | 285.29 | 1 | 0.59 |
| Hex | CC | 2F | FF | 14 | 52 | 0 | 0 | 11D | 64 | 3B |
| Octal | 314 | 57 | 377 | 24 | 122 | 0 | 0 | 435 | 144 | 73 |
| Binary | 11001100 | 101111 | 11111111 | 10100 | 1010010 | 0 | 0 | 100011101 | 1100100 | 111011 |
Color Harmonies of #CC2FFF
Complementary color
Monochromatic Colors of #CC2FFF
Black with #CC2FFF
Text Example
Text Example
White with #CC2FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2FFF; }
p { color: rgb(204,47,255); }
H1.HeaderClassName
{
color: #CC2FFF;
}
.AnyTagClassName
{
color: #CC2FFF;
}
</style>
background-color css
<style>
a { background-color: #CC2FFF; }
a { background-color: rgb(204,47,255); }
div.DivClassName
{
background-color: #CC2FFF;
}
.BgClassName
{
background-color: #CC2FFF;
}
</style>
border-color css
<style>
span { border-color: #CC2FFF; }
span { border-color: rgb(204,47,255); }
td.TdClassName
{
border-color: #CC2FFF;
}
.TagClassName
{
border-color: #CC2FFF;
}
</style>