Shades of Fuchsia #CC59B1
Tints of Fuchsia #CC59B1
RGB
CMYK
RGB Variations
Color information
#CC59B1 (or 0xCC59B1) is known color: Fuchsia. HEX triplet: CC, 59 and B1. RGB value is (204,89,177). Sum of RGB (Red+Green+Blue) = 204+89+177=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 89 (35.16% from 255 or 18.94% from 470); Blue value is 177 (69.53% from 255 or 37.66% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CC59B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC59B1 is #33A64E. Grayscale: #858585. Windows color (decimal): -3384911 or 11622860. OLE color: 11622860.
HSL color Cylindrical-coordinate representation of color #CC59B1: hue angle of 314.09º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC59B1 is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 89 | 177 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.2 |
| HSL | 314.09º | 0.53% | 0.57% | - |
| HSV(B) | 314.09º | 0.56% | 0.8% | - |
| XYZ | 36.41 | 23.16 | 44.15 | - |
| YUV | 133.42 | 152.6 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 89 | 177 | 0 | 0.56 | 0.13 | 0.2 | 314.09 | 0.53 | 0.57 |
| Hex | CC | 59 | B1 | 0 | 38 | D | 14 | 13A | 35 | 39 |
| Octal | 314 | 131 | 261 | 0 | 70 | 15 | 24 | 472 | 65 | 71 |
| Binary | 11001100 | 1011001 | 10110001 | 0 | 111000 | 1101 | 10100 | 100111010 | 110101 | 111001 |
Color Harmonies of #CC59B1
Complementary color
Monochromatic Colors of #CC59B1
Black with #CC59B1
Text Example
Text Example
White with #CC59B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC59B1; }
p { color: rgb(204,89,177); }
H1.HeaderClassName
{
color: #CC59B1;
}
.AnyTagClassName
{
color: #CC59B1;
}
</style>
background-color css
<style>
a { background-color: #CC59B1; }
a { background-color: rgb(204,89,177); }
div.DivClassName
{
background-color: #CC59B1;
}
.BgClassName
{
background-color: #CC59B1;
}
</style>
border-color css
<style>
span { border-color: #CC59B1; }
span { border-color: rgb(204,89,177); }
td.TdClassName
{
border-color: #CC59B1;
}
.TagClassName
{
border-color: #CC59B1;
}
</style>