Shades of Electric Purple #CC21FF
Tints of Electric Purple #CC21FF
RGB
CMYK
RGB Variations
Color information
#CC21FF (or 0xCC21FF) is known color: Electric Purple. HEX triplet: CC, 21 and FF. RGB value is (204,33,255). Sum of RGB (Red+Green+Blue) = 204+33+255=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 33 (13.28% from 255 or 6.71% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC21FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC21FF is #33DE00. Grayscale: #6C6C6C. Windows color (decimal): -3399169 or 16720332. OLE color: 16720332.
HSL color Cylindrical-coordinate representation of color #CC21FF: hue angle of 286.22º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC21FF is Cyan = 0.2, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 33 | 255 | - |
| CMYK | 0.2 | 0.87 | 0 | 0 |
| HSL | 286.22º | 1% | 0.56% | - |
| HSV(B) | 286.22º | 0.87% | 1% | - |
| XYZ | 43.5 | 21.15 | 96.4 | - |
| YUV | 109.44 | 210.15 | 195.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 255 | 0.2 | 0.87 | 0 | 0 | 286.22 | 1 | 0.56 |
| Hex | CC | 21 | FF | 14 | 57 | 0 | 0 | 11E | 64 | 38 |
| Octal | 314 | 41 | 377 | 24 | 127 | 0 | 0 | 436 | 144 | 70 |
| Binary | 11001100 | 100001 | 11111111 | 10100 | 1010111 | 0 | 0 | 100011110 | 1100100 | 111000 |
Color Harmonies of #CC21FF
Complementary color
Monochromatic Colors of #CC21FF
Black with #CC21FF
Text Example
Text Example
White with #CC21FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC21FF; }
p { color: rgb(204,33,255); }
H1.HeaderClassName
{
color: #CC21FF;
}
.AnyTagClassName
{
color: #CC21FF;
}
</style>
background-color css
<style>
a { background-color: #CC21FF; }
a { background-color: rgb(204,33,255); }
div.DivClassName
{
background-color: #CC21FF;
}
.BgClassName
{
background-color: #CC21FF;
}
</style>
border-color css
<style>
span { border-color: #CC21FF; }
span { border-color: rgb(204,33,255); }
td.TdClassName
{
border-color: #CC21FF;
}
.TagClassName
{
border-color: #CC21FF;
}
</style>