Shades of Fuchsia #CC2BB2
Tints of Fuchsia #CC2BB2
RGB
CMYK
RGB Variations
Color information
#CC2BB2 (or 0xCC2BB2) is known color: Fuchsia. HEX triplet: CC, 2B and B2. RGB value is (204,43,178). Sum of RGB (Red+Green+Blue) = 204+43+178=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 43 (17.19% from 255 or 10.12% from 425); Blue value is 178 (69.92% from 255 or 41.88% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2BB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2BB2 is #33D44D. Grayscale: #6A6A6A. Windows color (decimal): -3396686 or 11676620. OLE color: 11676620.
HSL color Cylindrical-coordinate representation of color #CC2BB2: hue angle of 309.69º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC2BB2 is Cyan = 0, Magento = 0.79, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 43 | 178 | - |
| CMYK | 0 | 0.79 | 0.13 | 0.2 |
| HSL | 309.69º | 0.65% | 0.48% | - |
| HSV(B) | 309.69º | 0.79% | 0.8% | - |
| XYZ | 33.8 | 17.78 | 43.77 | - |
| YUV | 106.53 | 168.34 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 43 | 178 | 0 | 0.79 | 0.13 | 0.2 | 309.69 | 0.65 | 0.48 |
| Hex | CC | 2B | B2 | 0 | 4F | D | 14 | 136 | 41 | 30 |
| Octal | 314 | 53 | 262 | 0 | 117 | 15 | 24 | 466 | 101 | 60 |
| Binary | 11001100 | 101011 | 10110010 | 0 | 1001111 | 1101 | 10100 | 100110110 | 1000001 | 110000 |
Color Harmonies of #CC2BB2
Complementary color
Monochromatic Colors of #CC2BB2
Black with #CC2BB2
Text Example
Text Example
White with #CC2BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2BB2; }
p { color: rgb(204,43,178); }
H1.HeaderClassName
{
color: #CC2BB2;
}
.AnyTagClassName
{
color: #CC2BB2;
}
</style>
background-color css
<style>
a { background-color: #CC2BB2; }
a { background-color: rgb(204,43,178); }
div.DivClassName
{
background-color: #CC2BB2;
}
.BgClassName
{
background-color: #CC2BB2;
}
</style>
border-color css
<style>
span { border-color: #CC2BB2; }
span { border-color: rgb(204,43,178); }
td.TdClassName
{
border-color: #CC2BB2;
}
.TagClassName
{
border-color: #CC2BB2;
}
</style>