Shades of Electric Purple #CC1CF1
Tints of Electric Purple #CC1CF1
RGB
CMYK
RGB Variations
Color information
#CC1CF1 (or 0xCC1CF1) is known color: Electric Purple. HEX triplet: CC, 1C and F1. RGB value is (204,28,241). Sum of RGB (Red+Green+Blue) = 204+28+241=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 28 (11.33% from 255 or 5.92% from 473); Blue value is 241 (94.53% from 255 or 50.95% from 473); Max value from RGB is 241 - color contains mainly: blue. Hex color #CC1CF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1CF1 is #33E30E. Grayscale: #686868. Windows color (decimal): -3400463 or 15801548. OLE color: 15801548.
HSL color Cylindrical-coordinate representation of color #CC1CF1: hue angle of 289.58º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC1CF1 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 28 | 241 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.05 |
| HSL | 289.58º | 0.88% | 0.53% | - |
| HSV(B) | 289.58º | 0.88% | 0.95% | - |
| XYZ | 41.19 | 20.02 | 84.91 | - |
| YUV | 104.91 | 204.81 | 198.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 28 | 241 | 0.15 | 0.88 | 0 | 0.05 | 289.58 | 0.88 | 0.53 |
| Hex | CC | 1C | F1 | F | 58 | 0 | 5 | 122 | 58 | 35 |
| Octal | 314 | 34 | 361 | 17 | 130 | 0 | 5 | 442 | 130 | 65 |
| Binary | 11001100 | 11100 | 11110001 | 1111 | 1011000 | 0 | 101 | 100100010 | 1011000 | 110101 |
Color Harmonies of #CC1CF1
Complementary color
Monochromatic Colors of #CC1CF1
Black with #CC1CF1
Text Example
Text Example
White with #CC1CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1CF1; }
p { color: rgb(204,28,241); }
H1.HeaderClassName
{
color: #CC1CF1;
}
.AnyTagClassName
{
color: #CC1CF1;
}
</style>
background-color css
<style>
a { background-color: #CC1CF1; }
a { background-color: rgb(204,28,241); }
div.DivClassName
{
background-color: #CC1CF1;
}
.BgClassName
{
background-color: #CC1CF1;
}
</style>
border-color css
<style>
span { border-color: #CC1CF1; }
span { border-color: rgb(204,28,241); }
td.TdClassName
{
border-color: #CC1CF1;
}
.TagClassName
{
border-color: #CC1CF1;
}
</style>