Shades of Electric Purple #CC1DF1
Tints of Electric Purple #CC1DF1
RGB
CMYK
RGB Variations
Color information
#CC1DF1 (or 0xCC1DF1) is known color: Electric Purple. HEX triplet: CC, 1D and F1. RGB value is (204,29,241). Sum of RGB (Red+Green+Blue) = 204+29+241=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 29 (11.72% from 255 or 6.12% from 474); Blue value is 241 (94.53% from 255 or 50.84% from 474); Max value from RGB is 241 - color contains mainly: blue. Hex color #CC1DF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1DF1 is #33E20E. Grayscale: #686868. Windows color (decimal): -3400207 or 15801804. OLE color: 15801804.
HSL color Cylindrical-coordinate representation of color #CC1DF1: hue angle of 289.53º 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 #CC1DF1 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 29 | 241 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.05 |
| HSL | 289.53º | 0.88% | 0.53% | - |
| HSV(B) | 289.53º | 0.88% | 0.95% | - |
| XYZ | 41.22 | 20.07 | 84.92 | - |
| YUV | 105.49 | 204.48 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 29 | 241 | 0.15 | 0.88 | 0 | 0.05 | 289.53 | 0.88 | 0.53 |
| Hex | CC | 1D | F1 | F | 58 | 0 | 5 | 122 | 58 | 35 |
| Octal | 314 | 35 | 361 | 17 | 130 | 0 | 5 | 442 | 130 | 65 |
| Binary | 11001100 | 11101 | 11110001 | 1111 | 1011000 | 0 | 101 | 100100010 | 1011000 | 110101 |
Color Harmonies of #CC1DF1
Complementary color
Monochromatic Colors of #CC1DF1
Black with #CC1DF1
Text Example
Text Example
White with #CC1DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1DF1; }
p { color: rgb(204,29,241); }
H1.HeaderClassName
{
color: #CC1DF1;
}
.AnyTagClassName
{
color: #CC1DF1;
}
</style>
background-color css
<style>
a { background-color: #CC1DF1; }
a { background-color: rgb(204,29,241); }
div.DivClassName
{
background-color: #CC1DF1;
}
.BgClassName
{
background-color: #CC1DF1;
}
</style>
border-color css
<style>
span { border-color: #CC1DF1; }
span { border-color: rgb(204,29,241); }
td.TdClassName
{
border-color: #CC1DF1;
}
.TagClassName
{
border-color: #CC1DF1;
}
</style>