Shades of Fuchsia #CC52B1
Tints of Fuchsia #CC52B1
RGB
CMYK
RGB Variations
Color information
#CC52B1 (or 0xCC52B1) is known color: Fuchsia. HEX triplet: CC, 52 and B1. RGB value is (204,82,177). Sum of RGB (Red+Green+Blue) = 204+82+177=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 82 (32.42% from 255 or 17.71% from 463); Blue value is 177 (69.53% from 255 or 38.23% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CC52B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC52B1 is #33AD4E. Grayscale: #818181. Windows color (decimal): -3386703 or 11621068. OLE color: 11621068.
HSL color Cylindrical-coordinate representation of color #CC52B1: hue angle of 313.28º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC52B1 is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 82 | 177 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.2 |
| HSL | 313.28º | 0.54% | 0.56% | - |
| HSV(B) | 313.28º | 0.6% | 0.8% | - |
| XYZ | 35.85 | 22.05 | 43.96 | - |
| YUV | 129.31 | 154.92 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 82 | 177 | 0 | 0.60 | 0.13 | 0.2 | 313.28 | 0.54 | 0.56 |
| Hex | CC | 52 | B1 | 0 | 3C | D | 14 | 139 | 36 | 38 |
| Octal | 314 | 122 | 261 | 0 | 74 | 15 | 24 | 471 | 66 | 70 |
| Binary | 11001100 | 1010010 | 10110001 | 0 | 111100 | 1101 | 10100 | 100111001 | 110110 | 111000 |
Color Harmonies of #CC52B1
Complementary color
Monochromatic Colors of #CC52B1
Black with #CC52B1
Text Example
Text Example
White with #CC52B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC52B1; }
p { color: rgb(204,82,177); }
H1.HeaderClassName
{
color: #CC52B1;
}
.AnyTagClassName
{
color: #CC52B1;
}
</style>
background-color css
<style>
a { background-color: #CC52B1; }
a { background-color: rgb(204,82,177); }
div.DivClassName
{
background-color: #CC52B1;
}
.BgClassName
{
background-color: #CC52B1;
}
</style>
border-color css
<style>
span { border-color: #CC52B1; }
span { border-color: rgb(204,82,177); }
td.TdClassName
{
border-color: #CC52B1;
}
.TagClassName
{
border-color: #CC52B1;
}
</style>