Shades of Electric Purple #CC1BFC
Tints of Electric Purple #CC1BFC
RGB
CMYK
RGB Variations
Color information
#CC1BFC (or 0xCC1BFC) is known color: Electric Purple. HEX triplet: CC, 1B and FC. RGB value is (204,27,252). Sum of RGB (Red+Green+Blue) = 204+27+252=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 27 (10.94% from 255 or 5.59% from 483); Blue value is 252 (98.83% from 255 or 52.17% from 483); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC1BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1BFC is #33E403. Grayscale: #686868. Windows color (decimal): -3400708 or 16522188. OLE color: 16522188.
HSL color Cylindrical-coordinate representation of color #CC1BFC: hue angle of 287.2º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC1BFC is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 27 | 252 | - |
| CMYK | 0.19 | 0.89 | 0 | 0.01 |
| HSL | 287.2º | 0.97% | 0.55% | - |
| HSV(B) | 287.2º | 0.89% | 0.99% | - |
| XYZ | 42.86 | 20.65 | 93.82 | - |
| YUV | 105.57 | 210.64 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 27 | 252 | 0.19 | 0.89 | 0 | 0.01 | 287.2 | 0.97 | 0.55 |
| Hex | CC | 1B | FC | 13 | 59 | 0 | 1 | 11F | 61 | 37 |
| Octal | 314 | 33 | 374 | 23 | 131 | 0 | 1 | 437 | 141 | 67 |
| Binary | 11001100 | 11011 | 11111100 | 10011 | 1011001 | 0 | 1 | 100011111 | 1100001 | 110111 |
Color Harmonies of #CC1BFC
Complementary color
Monochromatic Colors of #CC1BFC
Black with #CC1BFC
Text Example
Text Example
White with #CC1BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1BFC; }
p { color: rgb(204,27,252); }
H1.HeaderClassName
{
color: #CC1BFC;
}
.AnyTagClassName
{
color: #CC1BFC;
}
</style>
background-color css
<style>
a { background-color: #CC1BFC; }
a { background-color: rgb(204,27,252); }
div.DivClassName
{
background-color: #CC1BFC;
}
.BgClassName
{
background-color: #CC1BFC;
}
</style>
border-color css
<style>
span { border-color: #CC1BFC; }
span { border-color: rgb(204,27,252); }
td.TdClassName
{
border-color: #CC1BFC;
}
.TagClassName
{
border-color: #CC1BFC;
}
</style>