Shades of Electric Purple #CC1BF0
Tints of Electric Purple #CC1BF0
RGB
CMYK
RGB Variations
Color information
#CC1BF0 (or 0xCC1BF0) is known color: Electric Purple. HEX triplet: CC, 1B and F0. RGB value is (204,27,240). Sum of RGB (Red+Green+Blue) = 204+27+240=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 27 (10.94% from 255 or 5.73% from 471); Blue value is 240 (94.14% from 255 or 50.96% from 471); Max value from RGB is 240 - color contains mainly: blue. Hex color #CC1BF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1BF0 is #33E40F. Grayscale: #676767. Windows color (decimal): -3400720 or 15735756. OLE color: 15735756.
HSL color Cylindrical-coordinate representation of color #CC1BF0: hue angle of 289.86º degrees, saturation: 0.88, 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 #CC1BF0 is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 27 | 240 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.06 |
| HSL | 289.86º | 0.88% | 0.52% | - |
| HSV(B) | 289.86º | 0.89% | 0.94% | - |
| XYZ | 41.02 | 19.91 | 84.12 | - |
| YUV | 104.21 | 204.64 | 199.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 27 | 240 | 0.15 | 0.89 | 0 | 0.06 | 289.86 | 0.88 | 0.52 |
| Hex | CC | 1B | F0 | F | 59 | 0 | 6 | 122 | 58 | 34 |
| Octal | 314 | 33 | 360 | 17 | 131 | 0 | 6 | 442 | 130 | 64 |
| Binary | 11001100 | 11011 | 11110000 | 1111 | 1011001 | 0 | 110 | 100100010 | 1011000 | 110100 |
Color Harmonies of #CC1BF0
Complementary color
Monochromatic Colors of #CC1BF0
Black with #CC1BF0
Text Example
Text Example
White with #CC1BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1BF0; }
p { color: rgb(204,27,240); }
H1.HeaderClassName
{
color: #CC1BF0;
}
.AnyTagClassName
{
color: #CC1BF0;
}
</style>
background-color css
<style>
a { background-color: #CC1BF0; }
a { background-color: rgb(204,27,240); }
div.DivClassName
{
background-color: #CC1BF0;
}
.BgClassName
{
background-color: #CC1BF0;
}
</style>
border-color css
<style>
span { border-color: #CC1BF0; }
span { border-color: rgb(204,27,240); }
td.TdClassName
{
border-color: #CC1BF0;
}
.TagClassName
{
border-color: #CC1BF0;
}
</style>