Shades of Electric Purple #CC1CF0
Tints of Electric Purple #CC1CF0
RGB
CMYK
RGB Variations
Color information
#CC1CF0 (or 0xCC1CF0) is known color: Electric Purple. HEX triplet: CC, 1C and F0. RGB value is (204,28,240). Sum of RGB (Red+Green+Blue) = 204+28+240=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 28 (11.33% from 255 or 5.93% from 472); Blue value is 240 (94.14% from 255 or 50.85% from 472); Max value from RGB is 240 - color contains mainly: blue. Hex color #CC1CF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1CF0 is #33E30F. Grayscale: #686868. Windows color (decimal): -3400464 or 15736012. OLE color: 15736012.
HSL color Cylindrical-coordinate representation of color #CC1CF0: hue angle of 289.81º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC1CF0 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 28 | 240 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.06 |
| HSL | 289.81º | 0.88% | 0.53% | - |
| HSV(B) | 289.81º | 0.88% | 0.94% | - |
| XYZ | 41.05 | 19.96 | 84.13 | - |
| YUV | 104.79 | 204.31 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 28 | 240 | 0.15 | 0.88 | 0 | 0.06 | 289.81 | 0.88 | 0.53 |
| Hex | CC | 1C | F0 | F | 58 | 0 | 6 | 122 | 58 | 35 |
| Octal | 314 | 34 | 360 | 17 | 130 | 0 | 6 | 442 | 130 | 65 |
| Binary | 11001100 | 11100 | 11110000 | 1111 | 1011000 | 0 | 110 | 100100010 | 1011000 | 110101 |
Color Harmonies of #CC1CF0
Complementary color
Monochromatic Colors of #CC1CF0
Black with #CC1CF0
Text Example
Text Example
White with #CC1CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1CF0; }
p { color: rgb(204,28,240); }
H1.HeaderClassName
{
color: #CC1CF0;
}
.AnyTagClassName
{
color: #CC1CF0;
}
</style>
background-color css
<style>
a { background-color: #CC1CF0; }
a { background-color: rgb(204,28,240); }
div.DivClassName
{
background-color: #CC1CF0;
}
.BgClassName
{
background-color: #CC1CF0;
}
</style>
border-color css
<style>
span { border-color: #CC1CF0; }
span { border-color: rgb(204,28,240); }
td.TdClassName
{
border-color: #CC1CF0;
}
.TagClassName
{
border-color: #CC1CF0;
}
</style>