Shades of Electric Purple #CC1BFA
Tints of Electric Purple #CC1BFA
RGB
CMYK
RGB Variations
Color information
#CC1BFA (or 0xCC1BFA) is known color: Electric Purple. HEX triplet: CC, 1B and FA. RGB value is (204,27,250). Sum of RGB (Red+Green+Blue) = 204+27+250=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 27 (10.94% from 255 or 5.61% from 481); Blue value is 250 (98.05% from 255 or 51.98% from 481); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC1BFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1BFA is #33E405. Grayscale: #686868. Windows color (decimal): -3400710 or 16391116. OLE color: 16391116.
HSL color Cylindrical-coordinate representation of color #CC1BFA: hue angle of 287.62º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC1BFA is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 27 | 250 | - |
| CMYK | 0.18 | 0.89 | 0 | 0.02 |
| HSL | 287.62º | 0.96% | 0.54% | - |
| HSV(B) | 287.62º | 0.89% | 0.98% | - |
| XYZ | 42.55 | 20.52 | 92.16 | - |
| YUV | 105.35 | 209.64 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 27 | 250 | 0.18 | 0.89 | 0 | 0.02 | 287.62 | 0.96 | 0.54 |
| Hex | CC | 1B | FA | 12 | 59 | 0 | 2 | 120 | 60 | 36 |
| Octal | 314 | 33 | 372 | 22 | 131 | 0 | 2 | 440 | 140 | 66 |
| Binary | 11001100 | 11011 | 11111010 | 10010 | 1011001 | 0 | 10 | 100100000 | 1100000 | 110110 |
Color Harmonies of #CC1BFA
Complementary color
Monochromatic Colors of #CC1BFA
Black with #CC1BFA
Text Example
Text Example
White with #CC1BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1BFA; }
p { color: rgb(204,27,250); }
H1.HeaderClassName
{
color: #CC1BFA;
}
.AnyTagClassName
{
color: #CC1BFA;
}
</style>
background-color css
<style>
a { background-color: #CC1BFA; }
a { background-color: rgb(204,27,250); }
div.DivClassName
{
background-color: #CC1BFA;
}
.BgClassName
{
background-color: #CC1BFA;
}
</style>
border-color css
<style>
span { border-color: #CC1BFA; }
span { border-color: rgb(204,27,250); }
td.TdClassName
{
border-color: #CC1BFA;
}
.TagClassName
{
border-color: #CC1BFA;
}
</style>