Shades of Fuchsia #CC52BA
Tints of Fuchsia #CC52BA
RGB
CMYK
RGB Variations
Color information
#CC52BA (or 0xCC52BA) is known color: Fuchsia. HEX triplet: CC, 52 and BA. RGB value is (204,82,186). Sum of RGB (Red+Green+Blue) = 204+82+186=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 82 (32.42% from 255 or 17.37% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 204 - color contains mainly: red. Hex color #CC52BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC52BA is #33AD45. Grayscale: #828282. Windows color (decimal): -3386694 or 12210892. OLE color: 12210892.
HSL color Cylindrical-coordinate representation of color #CC52BA: hue angle of 308.85º 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 #CC52BA is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 82 | 186 | - |
| CMYK | 0 | 0.60 | 0.09 | 0.2 |
| HSL | 308.85º | 0.54% | 0.56% | - |
| HSV(B) | 308.85º | 0.6% | 0.8% | - |
| XYZ | 36.78 | 22.42 | 48.84 | - |
| YUV | 130.33 | 159.42 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 82 | 186 | 0 | 0.60 | 0.09 | 0.2 | 308.85 | 0.54 | 0.56 |
| Hex | CC | 52 | BA | 0 | 3C | 9 | 14 | 135 | 36 | 38 |
| Octal | 314 | 122 | 272 | 0 | 74 | 11 | 24 | 465 | 66 | 70 |
| Binary | 11001100 | 1010010 | 10111010 | 0 | 111100 | 1001 | 10100 | 100110101 | 110110 | 111000 |
Color Harmonies of #CC52BA
Complementary color
Monochromatic Colors of #CC52BA
Black with #CC52BA
Text Example
Text Example
White with #CC52BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC52BA; }
p { color: rgb(204,82,186); }
H1.HeaderClassName
{
color: #CC52BA;
}
.AnyTagClassName
{
color: #CC52BA;
}
</style>
background-color css
<style>
a { background-color: #CC52BA; }
a { background-color: rgb(204,82,186); }
div.DivClassName
{
background-color: #CC52BA;
}
.BgClassName
{
background-color: #CC52BA;
}
</style>
border-color css
<style>
span { border-color: #CC52BA; }
span { border-color: rgb(204,82,186); }
td.TdClassName
{
border-color: #CC52BA;
}
.TagClassName
{
border-color: #CC52BA;
}
</style>