Shades of Electric Purple #CC1CF5
Tints of Electric Purple #CC1CF5
RGB
CMYK
RGB Variations
Color information
#CC1CF5 (or 0xCC1CF5) is known color: Electric Purple. HEX triplet: CC, 1C and F5. RGB value is (204,28,245). Sum of RGB (Red+Green+Blue) = 204+28+245=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 28 (11.33% from 255 or 5.87% from 477); Blue value is 245 (96.09% from 255 or 51.36% from 477); Max value from RGB is 245 - color contains mainly: blue. Hex color #CC1CF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1CF5 is #33E30A. Grayscale: #686868. Windows color (decimal): -3400459 or 16063692. OLE color: 16063692.
HSL color Cylindrical-coordinate representation of color #CC1CF5: hue angle of 288.66º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC1CF5 is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 28 | 245 | - |
| CMYK | 0.17 | 0.89 | 0 | 0.04 |
| HSL | 288.66º | 0.92% | 0.54% | - |
| HSV(B) | 288.66º | 0.89% | 0.96% | - |
| XYZ | 41.8 | 20.26 | 88.09 | - |
| YUV | 105.36 | 206.81 | 198.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 28 | 245 | 0.17 | 0.89 | 0 | 0.04 | 288.66 | 0.92 | 0.54 |
| Hex | CC | 1C | F5 | 11 | 59 | 0 | 4 | 121 | 5C | 36 |
| Octal | 314 | 34 | 365 | 21 | 131 | 0 | 4 | 441 | 134 | 66 |
| Binary | 11001100 | 11100 | 11110101 | 10001 | 1011001 | 0 | 100 | 100100001 | 1011100 | 110110 |
Color Harmonies of #CC1CF5
Complementary color
Monochromatic Colors of #CC1CF5
Black with #CC1CF5
Text Example
Text Example
White with #CC1CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1CF5; }
p { color: rgb(204,28,245); }
H1.HeaderClassName
{
color: #CC1CF5;
}
.AnyTagClassName
{
color: #CC1CF5;
}
</style>
background-color css
<style>
a { background-color: #CC1CF5; }
a { background-color: rgb(204,28,245); }
div.DivClassName
{
background-color: #CC1CF5;
}
.BgClassName
{
background-color: #CC1CF5;
}
</style>
border-color css
<style>
span { border-color: #CC1CF5; }
span { border-color: rgb(204,28,245); }
td.TdClassName
{
border-color: #CC1CF5;
}
.TagClassName
{
border-color: #CC1CF5;
}
</style>