Shades of Electric Purple #CC1DFF
Tints of Electric Purple #CC1DFF
RGB
CMYK
RGB Variations
Color information
#CC1DFF (or 0xCC1DFF) is known color: Electric Purple. HEX triplet: CC, 1D and FF. RGB value is (204,29,255). Sum of RGB (Red+Green+Blue) = 204+29+255=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 29 (11.72% from 255 or 5.94% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC1DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1DFF is #33E200. Grayscale: #6A6A6A. Windows color (decimal): -3400193 or 16719308. OLE color: 16719308.
HSL color Cylindrical-coordinate representation of color #CC1DFF: hue angle of 286.46º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC1DFF is Cyan = 0.2, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 29 | 255 | - |
| CMYK | 0.2 | 0.89 | 0 | 0 |
| HSL | 286.46º | 1% | 0.56% | - |
| HSV(B) | 286.46º | 0.89% | 1% | - |
| XYZ | 43.39 | 20.94 | 96.36 | - |
| YUV | 107.09 | 211.48 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 29 | 255 | 0.2 | 0.89 | 0 | 0 | 286.46 | 1 | 0.56 |
| Hex | CC | 1D | FF | 14 | 59 | 0 | 0 | 11E | 64 | 38 |
| Octal | 314 | 35 | 377 | 24 | 131 | 0 | 0 | 436 | 144 | 70 |
| Binary | 11001100 | 11101 | 11111111 | 10100 | 1011001 | 0 | 0 | 100011110 | 1100100 | 111000 |
Color Harmonies of #CC1DFF
Complementary color
Monochromatic Colors of #CC1DFF
Black with #CC1DFF
Text Example
Text Example
White with #CC1DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1DFF; }
p { color: rgb(204,29,255); }
H1.HeaderClassName
{
color: #CC1DFF;
}
.AnyTagClassName
{
color: #CC1DFF;
}
</style>
background-color css
<style>
a { background-color: #CC1DFF; }
a { background-color: rgb(204,29,255); }
div.DivClassName
{
background-color: #CC1DFF;
}
.BgClassName
{
background-color: #CC1DFF;
}
</style>
border-color css
<style>
span { border-color: #CC1DFF; }
span { border-color: rgb(204,29,255); }
td.TdClassName
{
border-color: #CC1DFF;
}
.TagClassName
{
border-color: #CC1DFF;
}
</style>