Shades of Fuchsia #CC2CBB
Tints of Fuchsia #CC2CBB
RGB
CMYK
RGB Variations
Color information
#CC2CBB (or 0xCC2CBB) is known color: Fuchsia. HEX triplet: CC, 2C and BB. RGB value is (204,44,187). Sum of RGB (Red+Green+Blue) = 204+44+187=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 44 (17.58% from 255 or 10.11% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2CBB is #33D344. Grayscale: #6B6B6B. Windows color (decimal): -3396421 or 12266700. OLE color: 12266700.
HSL color Cylindrical-coordinate representation of color #CC2CBB: hue angle of 306.38º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC2CBB is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 44 | 187 | - |
| CMYK | 0 | 0.78 | 0.08 | 0.2 |
| HSL | 306.38º | 0.65% | 0.49% | - |
| HSV(B) | 306.38º | 0.78% | 0.8% | - |
| XYZ | 34.77 | 18.23 | 48.7 | - |
| YUV | 108.14 | 172.51 | 196.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 44 | 187 | 0 | 0.78 | 0.08 | 0.2 | 306.38 | 0.65 | 0.49 |
| Hex | CC | 2C | BB | 0 | 4E | 8 | 14 | 132 | 41 | 31 |
| Octal | 314 | 54 | 273 | 0 | 116 | 10 | 24 | 462 | 101 | 61 |
| Binary | 11001100 | 101100 | 10111011 | 0 | 1001110 | 1000 | 10100 | 100110010 | 1000001 | 110001 |
Color Harmonies of #CC2CBB
Complementary color
Monochromatic Colors of #CC2CBB
Black with #CC2CBB
Text Example
Text Example
White with #CC2CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2CBB; }
p { color: rgb(204,44,187); }
H1.HeaderClassName
{
color: #CC2CBB;
}
.AnyTagClassName
{
color: #CC2CBB;
}
</style>
background-color css
<style>
a { background-color: #CC2CBB; }
a { background-color: rgb(204,44,187); }
div.DivClassName
{
background-color: #CC2CBB;
}
.BgClassName
{
background-color: #CC2CBB;
}
</style>
border-color css
<style>
span { border-color: #CC2CBB; }
span { border-color: rgb(204,44,187); }
td.TdClassName
{
border-color: #CC2CBB;
}
.TagClassName
{
border-color: #CC2CBB;
}
</style>