Shades of Electric Purple #CC1BEF
Tints of Electric Purple #CC1BEF
RGB
CMYK
RGB Variations
Color information
#CC1BEF (or 0xCC1BEF) is known color: Electric Purple. HEX triplet: CC, 1B and EF. RGB value is (204,27,239). Sum of RGB (Red+Green+Blue) = 204+27+239=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 27 (10.94% from 255 or 5.74% from 470); Blue value is 239 (93.75% from 255 or 50.85% from 470); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC1BEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1BEF is #33E410. Grayscale: #676767. Windows color (decimal): -3400721 or 15670220. OLE color: 15670220.
HSL color Cylindrical-coordinate representation of color #CC1BEF: hue angle of 290.09º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC1BEF is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 27 | 239 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.06 |
| HSL | 290.09º | 0.87% | 0.52% | - |
| HSV(B) | 290.09º | 0.89% | 0.94% | - |
| XYZ | 40.87 | 19.85 | 83.34 | - |
| YUV | 104.09 | 204.14 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 27 | 239 | 0.15 | 0.89 | 0 | 0.06 | 290.09 | 0.87 | 0.52 |
| Hex | CC | 1B | EF | F | 59 | 0 | 6 | 122 | 57 | 34 |
| Octal | 314 | 33 | 357 | 17 | 131 | 0 | 6 | 442 | 127 | 64 |
| Binary | 11001100 | 11011 | 11101111 | 1111 | 1011001 | 0 | 110 | 100100010 | 1010111 | 110100 |
Color Harmonies of #CC1BEF
Complementary color
Monochromatic Colors of #CC1BEF
Black with #CC1BEF
Text Example
Text Example
White with #CC1BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1BEF; }
p { color: rgb(204,27,239); }
H1.HeaderClassName
{
color: #CC1BEF;
}
.AnyTagClassName
{
color: #CC1BEF;
}
</style>
background-color css
<style>
a { background-color: #CC1BEF; }
a { background-color: rgb(204,27,239); }
div.DivClassName
{
background-color: #CC1BEF;
}
.BgClassName
{
background-color: #CC1BEF;
}
</style>
border-color css
<style>
span { border-color: #CC1BEF; }
span { border-color: rgb(204,27,239); }
td.TdClassName
{
border-color: #CC1BEF;
}
.TagClassName
{
border-color: #CC1BEF;
}
</style>