Shades of Fuchsia #CC2FBC
Tints of Fuchsia #CC2FBC
RGB
CMYK
RGB Variations
Color information
#CC2FBC (or 0xCC2FBC) is known color: Fuchsia. HEX triplet: CC, 2F and BC. RGB value is (204,47,188). Sum of RGB (Red+Green+Blue) = 204+47+188=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 47 (18.75% from 255 or 10.71% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2FBC is #33D043. Grayscale: #6D6D6D. Windows color (decimal): -3395652 or 12333004. OLE color: 12333004.
HSL color Cylindrical-coordinate representation of color #CC2FBC: hue angle of 306.11º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC2FBC is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 47 | 188 | - |
| CMYK | 0 | 0.77 | 0.08 | 0.2 |
| HSL | 306.11º | 0.63% | 0.49% | - |
| HSV(B) | 306.11º | 0.77% | 0.8% | - |
| XYZ | 35 | 18.5 | 49.3 | - |
| YUV | 110.02 | 172.01 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 47 | 188 | 0 | 0.77 | 0.08 | 0.2 | 306.11 | 0.63 | 0.49 |
| Hex | CC | 2F | BC | 0 | 4D | 8 | 14 | 132 | 3F | 31 |
| Octal | 314 | 57 | 274 | 0 | 115 | 10 | 24 | 462 | 77 | 61 |
| Binary | 11001100 | 101111 | 10111100 | 0 | 1001101 | 1000 | 10100 | 100110010 | 111111 | 110001 |
Color Harmonies of #CC2FBC
Complementary color
Monochromatic Colors of #CC2FBC
Black with #CC2FBC
Text Example
Text Example
White with #CC2FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2FBC; }
p { color: rgb(204,47,188); }
H1.HeaderClassName
{
color: #CC2FBC;
}
.AnyTagClassName
{
color: #CC2FBC;
}
</style>
background-color css
<style>
a { background-color: #CC2FBC; }
a { background-color: rgb(204,47,188); }
div.DivClassName
{
background-color: #CC2FBC;
}
.BgClassName
{
background-color: #CC2FBC;
}
</style>
border-color css
<style>
span { border-color: #CC2FBC; }
span { border-color: rgb(204,47,188); }
td.TdClassName
{
border-color: #CC2FBC;
}
.TagClassName
{
border-color: #CC2FBC;
}
</style>