Shades of Electric Purple #CC1AF2
Tints of Electric Purple #CC1AF2
RGB
CMYK
RGB Variations
Color information
#CC1AF2 (or 0xCC1AF2) is known color: Electric Purple. HEX triplet: CC, 1A and F2. RGB value is (204,26,242). Sum of RGB (Red+Green+Blue) = 204+26+242=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 26 (10.55% from 255 or 5.51% from 472); Blue value is 242 (94.92% from 255 or 51.27% from 472); Max value from RGB is 242 - color contains mainly: blue. Hex color #CC1AF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1AF2 is #33E50D. Grayscale: #676767. Windows color (decimal): -3400974 or 15866572. OLE color: 15866572.
HSL color Cylindrical-coordinate representation of color #CC1AF2: hue angle of 289.44º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC1AF2 is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 26 | 242 | - |
| CMYK | 0.16 | 0.89 | 0 | 0.05 |
| HSL | 289.44º | 0.89% | 0.53% | - |
| HSV(B) | 289.44º | 0.89% | 0.95% | - |
| XYZ | 41.3 | 19.99 | 85.69 | - |
| YUV | 103.85 | 205.97 | 199.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 26 | 242 | 0.16 | 0.89 | 0 | 0.05 | 289.44 | 0.89 | 0.53 |
| Hex | CC | 1A | F2 | 10 | 59 | 0 | 5 | 121 | 59 | 35 |
| Octal | 314 | 32 | 362 | 20 | 131 | 0 | 5 | 441 | 131 | 65 |
| Binary | 11001100 | 11010 | 11110010 | 10000 | 1011001 | 0 | 101 | 100100001 | 1011001 | 110101 |
Color Harmonies of #CC1AF2
Complementary color
Monochromatic Colors of #CC1AF2
Black with #CC1AF2
Text Example
Text Example
White with #CC1AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1AF2; }
p { color: rgb(204,26,242); }
H1.HeaderClassName
{
color: #CC1AF2;
}
.AnyTagClassName
{
color: #CC1AF2;
}
</style>
background-color css
<style>
a { background-color: #CC1AF2; }
a { background-color: rgb(204,26,242); }
div.DivClassName
{
background-color: #CC1AF2;
}
.BgClassName
{
background-color: #CC1AF2;
}
</style>
border-color css
<style>
span { border-color: #CC1AF2; }
span { border-color: rgb(204,26,242); }
td.TdClassName
{
border-color: #CC1AF2;
}
.TagClassName
{
border-color: #CC1AF2;
}
</style>