Shades of Electric Purple #CC1BF1
Tints of Electric Purple #CC1BF1
RGB
CMYK
RGB Variations
Color information
#CC1BF1 (or 0xCC1BF1) is known color: Electric Purple. HEX triplet: CC, 1B and F1. RGB value is (204,27,241). Sum of RGB (Red+Green+Blue) = 204+27+241=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 27 (10.94% from 255 or 5.72% from 472); Blue value is 241 (94.53% from 255 or 51.06% from 472); Max value from RGB is 241 - color contains mainly: blue. Hex color #CC1BF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1BF1 is #33E40E. Grayscale: #676767. Windows color (decimal): -3400719 or 15801292. OLE color: 15801292.
HSL color Cylindrical-coordinate representation of color #CC1BF1: hue angle of 289.63º degrees, saturation: 0.88, 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 #CC1BF1 is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 27 | 241 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.05 |
| HSL | 289.63º | 0.88% | 0.53% | - |
| HSV(B) | 289.63º | 0.89% | 0.95% | - |
| XYZ | 41.17 | 19.97 | 84.9 | - |
| YUV | 104.32 | 205.14 | 199.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 27 | 241 | 0.15 | 0.89 | 0 | 0.05 | 289.63 | 0.88 | 0.53 |
| Hex | CC | 1B | F1 | F | 59 | 0 | 5 | 122 | 58 | 35 |
| Octal | 314 | 33 | 361 | 17 | 131 | 0 | 5 | 442 | 130 | 65 |
| Binary | 11001100 | 11011 | 11110001 | 1111 | 1011001 | 0 | 101 | 100100010 | 1011000 | 110101 |
Color Harmonies of #CC1BF1
Complementary color
Monochromatic Colors of #CC1BF1
Black with #CC1BF1
Text Example
Text Example
White with #CC1BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1BF1; }
p { color: rgb(204,27,241); }
H1.HeaderClassName
{
color: #CC1BF1;
}
.AnyTagClassName
{
color: #CC1BF1;
}
</style>
background-color css
<style>
a { background-color: #CC1BF1; }
a { background-color: rgb(204,27,241); }
div.DivClassName
{
background-color: #CC1BF1;
}
.BgClassName
{
background-color: #CC1BF1;
}
</style>
border-color css
<style>
span { border-color: #CC1BF1; }
span { border-color: rgb(204,27,241); }
td.TdClassName
{
border-color: #CC1BF1;
}
.TagClassName
{
border-color: #CC1BF1;
}
</style>