Shades of Electric Purple #CC2DFE
Tints of Electric Purple #CC2DFE
RGB
CMYK
RGB Variations
Color information
#CC2DFE (or 0xCC2DFE) is known color: Electric Purple. HEX triplet: CC, 2D and FE. RGB value is (204,45,254). Sum of RGB (Red+Green+Blue) = 204+45+254=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 45 (17.97% from 255 or 8.95% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC2DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2DFE is #33D201. Grayscale: #737373. Windows color (decimal): -3396098 or 16657868. OLE color: 16657868.
HSL color Cylindrical-coordinate representation of color #CC2DFE: hue angle of 285.65º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC2DFE is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 45 | 254 | - |
| CMYK | 0.20 | 0.82 | 0 | 0.00 |
| HSL | 285.65º | 0.99% | 0.59% | - |
| HSV(B) | 285.65º | 0.82% | 1% | - |
| XYZ | 43.73 | 21.87 | 95.68 | - |
| YUV | 116.37 | 205.68 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 45 | 254 | 0.20 | 0.82 | 0 | 0.00 | 285.65 | 0.99 | 0.59 |
| Hex | CC | 2D | FE | 14 | 52 | 0 | 0 | 11E | 63 | 3B |
| Octal | 314 | 55 | 376 | 24 | 122 | 0 | 0 | 436 | 143 | 73 |
| Binary | 11001100 | 101101 | 11111110 | 10100 | 1010010 | 0 | 0 | 100011110 | 1100011 | 111011 |
Color Harmonies of #CC2DFE
Complementary color
Monochromatic Colors of #CC2DFE
Black with #CC2DFE
Text Example
Text Example
White with #CC2DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2DFE; }
p { color: rgb(204,45,254); }
H1.HeaderClassName
{
color: #CC2DFE;
}
.AnyTagClassName
{
color: #CC2DFE;
}
</style>
background-color css
<style>
a { background-color: #CC2DFE; }
a { background-color: rgb(204,45,254); }
div.DivClassName
{
background-color: #CC2DFE;
}
.BgClassName
{
background-color: #CC2DFE;
}
</style>
border-color css
<style>
span { border-color: #CC2DFE; }
span { border-color: rgb(204,45,254); }
td.TdClassName
{
border-color: #CC2DFE;
}
.TagClassName
{
border-color: #CC2DFE;
}
</style>