Shades of Electric Purple #CC1DFE
Tints of Electric Purple #CC1DFE
RGB
CMYK
RGB Variations
Color information
#CC1DFE (or 0xCC1DFE) is known color: Electric Purple. HEX triplet: CC, 1D and FE. RGB value is (204,29,254). Sum of RGB (Red+Green+Blue) = 204+29+254=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 29 (11.72% from 255 or 5.95% from 487); Blue value is 254 (99.61% from 255 or 52.16% from 487); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC1DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1DFE is #33E201. Grayscale: #6A6A6A. Windows color (decimal): -3400194 or 16653772. OLE color: 16653772.
HSL color Cylindrical-coordinate representation of color #CC1DFE: hue angle of 286.67º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC1DFE is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 29 | 254 | - |
| CMYK | 0.20 | 0.89 | 0 | 0.00 |
| HSL | 286.67º | 0.99% | 0.55% | - |
| HSV(B) | 286.67º | 0.89% | 1% | - |
| XYZ | 43.23 | 20.87 | 95.52 | - |
| YUV | 106.98 | 210.98 | 197.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 29 | 254 | 0.20 | 0.89 | 0 | 0.00 | 286.67 | 0.99 | 0.55 |
| Hex | CC | 1D | FE | 14 | 59 | 0 | 0 | 11F | 63 | 37 |
| Octal | 314 | 35 | 376 | 24 | 131 | 0 | 0 | 437 | 143 | 67 |
| Binary | 11001100 | 11101 | 11111110 | 10100 | 1011001 | 0 | 0 | 100011111 | 1100011 | 110111 |
Color Harmonies of #CC1DFE
Complementary color
Monochromatic Colors of #CC1DFE
Black with #CC1DFE
Text Example
Text Example
White with #CC1DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1DFE; }
p { color: rgb(204,29,254); }
H1.HeaderClassName
{
color: #CC1DFE;
}
.AnyTagClassName
{
color: #CC1DFE;
}
</style>
background-color css
<style>
a { background-color: #CC1DFE; }
a { background-color: rgb(204,29,254); }
div.DivClassName
{
background-color: #CC1DFE;
}
.BgClassName
{
background-color: #CC1DFE;
}
</style>
border-color css
<style>
span { border-color: #CC1DFE; }
span { border-color: rgb(204,29,254); }
td.TdClassName
{
border-color: #CC1DFE;
}
.TagClassName
{
border-color: #CC1DFE;
}
</style>