Shades of Electric Purple #CC21FA
Tints of Electric Purple #CC21FA
RGB
CMYK
RGB Variations
Color information
#CC21FA (or 0xCC21FA) is known color: Electric Purple. HEX triplet: CC, 21 and FA. RGB value is (204,33,250). Sum of RGB (Red+Green+Blue) = 204+33+250=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 33 (13.28% from 255 or 6.78% from 487); Blue value is 250 (98.05% from 255 or 51.33% from 487); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC21FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC21FA is #33DE05. Grayscale: #6C6C6C. Windows color (decimal): -3399174 or 16392652. OLE color: 16392652.
HSL color Cylindrical-coordinate representation of color #CC21FA: hue angle of 287.28º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC21FA is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 33 | 250 | - |
| CMYK | 0.18 | 0.87 | 0 | 0.02 |
| HSL | 287.28º | 0.96% | 0.55% | - |
| HSV(B) | 287.28º | 0.87% | 0.98% | - |
| XYZ | 42.7 | 20.83 | 92.21 | - |
| YUV | 108.87 | 207.65 | 195.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 250 | 0.18 | 0.87 | 0 | 0.02 | 287.28 | 0.96 | 0.55 |
| Hex | CC | 21 | FA | 12 | 57 | 0 | 2 | 11F | 60 | 37 |
| Octal | 314 | 41 | 372 | 22 | 127 | 0 | 2 | 437 | 140 | 67 |
| Binary | 11001100 | 100001 | 11111010 | 10010 | 1010111 | 0 | 10 | 100011111 | 1100000 | 110111 |
Color Harmonies of #CC21FA
Complementary color
Monochromatic Colors of #CC21FA
Black with #CC21FA
Text Example
Text Example
White with #CC21FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC21FA; }
p { color: rgb(204,33,250); }
H1.HeaderClassName
{
color: #CC21FA;
}
.AnyTagClassName
{
color: #CC21FA;
}
</style>
background-color css
<style>
a { background-color: #CC21FA; }
a { background-color: rgb(204,33,250); }
div.DivClassName
{
background-color: #CC21FA;
}
.BgClassName
{
background-color: #CC21FA;
}
</style>
border-color css
<style>
span { border-color: #CC21FA; }
span { border-color: rgb(204,33,250); }
td.TdClassName
{
border-color: #CC21FA;
}
.TagClassName
{
border-color: #CC21FA;
}
</style>