Shades of Electric Purple #CC0BFC
Tints of Electric Purple #CC0BFC
RGB
CMYK
RGB Variations
Color information
#CC0BFC (or 0xCC0BFC) is known color: Electric Purple. HEX triplet: CC, 0B and FC. RGB value is (204,11,252). Sum of RGB (Red+Green+Blue) = 204+11+252=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 11 (4.69% from 255 or 2.36% from 467); Blue value is 252 (98.83% from 255 or 53.96% from 467); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC0BFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC0BFC is #33F403. Grayscale: #5F5F5F. Windows color (decimal): -3404804 or 16518092. OLE color: 16518092.
HSL color Cylindrical-coordinate representation of color #CC0BFC: hue angle of 288.05º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC0BFC is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 11 | 252 | - |
| CMYK | 0.19 | 0.96 | 0 | 0.01 |
| HSL | 288.05º | 0.98% | 0.52% | - |
| HSV(B) | 288.05º | 0.96% | 0.99% | - |
| XYZ | 42.59 | 20.1 | 93.73 | - |
| YUV | 96.18 | 215.94 | 204.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 11 | 252 | 0.19 | 0.96 | 0 | 0.01 | 288.05 | 0.98 | 0.52 |
| Hex | CC | B | FC | 13 | 60 | 0 | 1 | 120 | 62 | 34 |
| Octal | 314 | 13 | 374 | 23 | 140 | 0 | 1 | 440 | 142 | 64 |
| Binary | 11001100 | 1011 | 11111100 | 10011 | 1100000 | 0 | 1 | 100100000 | 1100010 | 110100 |
Color Harmonies of #CC0BFC
Complementary color
Monochromatic Colors of #CC0BFC
Black with #CC0BFC
Text Example
Text Example
White with #CC0BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0BFC; }
p { color: rgb(204,11,252); }
H1.HeaderClassName
{
color: #CC0BFC;
}
.AnyTagClassName
{
color: #CC0BFC;
}
</style>
background-color css
<style>
a { background-color: #CC0BFC; }
a { background-color: rgb(204,11,252); }
div.DivClassName
{
background-color: #CC0BFC;
}
.BgClassName
{
background-color: #CC0BFC;
}
</style>
border-color css
<style>
span { border-color: #CC0BFC; }
span { border-color: rgb(204,11,252); }
td.TdClassName
{
border-color: #CC0BFC;
}
.TagClassName
{
border-color: #CC0BFC;
}
</style>