Shades of Electric Purple #CC21F0
Tints of Electric Purple #CC21F0
RGB
CMYK
RGB Variations
Color information
#CC21F0 (or 0xCC21F0) is known color: Electric Purple. HEX triplet: CC, 21 and F0. RGB value is (204,33,240). Sum of RGB (Red+Green+Blue) = 204+33+240=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 33 (13.28% from 255 or 6.92% from 477); Blue value is 240 (94.14% from 255 or 50.31% from 477); Max value from RGB is 240 - color contains mainly: blue. Hex color #CC21F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC21F0 is #33DE0F. Grayscale: #6B6B6B. Windows color (decimal): -3399184 or 15737292. OLE color: 15737292.
HSL color Cylindrical-coordinate representation of color #CC21F0: hue angle of 289.57º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC21F0 is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 33 | 240 | - |
| CMYK | 0.15 | 0.86 | 0 | 0.06 |
| HSL | 289.57º | 0.87% | 0.54% | - |
| HSV(B) | 289.57º | 0.86% | 0.94% | - |
| XYZ | 41.17 | 20.22 | 84.17 | - |
| YUV | 107.73 | 202.65 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 240 | 0.15 | 0.86 | 0 | 0.06 | 289.57 | 0.87 | 0.54 |
| Hex | CC | 21 | F0 | F | 56 | 0 | 6 | 122 | 57 | 36 |
| Octal | 314 | 41 | 360 | 17 | 126 | 0 | 6 | 442 | 127 | 66 |
| Binary | 11001100 | 100001 | 11110000 | 1111 | 1010110 | 0 | 110 | 100100010 | 1010111 | 110110 |
Color Harmonies of #CC21F0
Complementary color
Monochromatic Colors of #CC21F0
Black with #CC21F0
Text Example
Text Example
White with #CC21F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC21F0; }
p { color: rgb(204,33,240); }
H1.HeaderClassName
{
color: #CC21F0;
}
.AnyTagClassName
{
color: #CC21F0;
}
</style>
background-color css
<style>
a { background-color: #CC21F0; }
a { background-color: rgb(204,33,240); }
div.DivClassName
{
background-color: #CC21F0;
}
.BgClassName
{
background-color: #CC21F0;
}
</style>
border-color css
<style>
span { border-color: #CC21F0; }
span { border-color: rgb(204,33,240); }
td.TdClassName
{
border-color: #CC21F0;
}
.TagClassName
{
border-color: #CC21F0;
}
</style>