Shades of Fuchsia #CC59AD
Tints of Fuchsia #CC59AD
RGB
CMYK
RGB Variations
Color information
#CC59AD (or 0xCC59AD) is known color: Fuchsia. HEX triplet: CC, 59 and AD. RGB value is (204,89,173). Sum of RGB (Red+Green+Blue) = 204+89+173=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 89 (35.16% from 255 or 19.10% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 204 - color contains mainly: red. Hex color #CC59AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC59AD is #33A652. Grayscale: #848484. Windows color (decimal): -3384915 or 11360716. OLE color: 11360716.
HSL color Cylindrical-coordinate representation of color #CC59AD: hue angle of 316.17º 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 #CC59AD is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 89 | 173 | - |
| CMYK | 0 | 0.56 | 0.15 | 0.2 |
| HSL | 316.17º | 0.53% | 0.57% | - |
| HSV(B) | 316.17º | 0.56% | 0.8% | - |
| XYZ | 36.02 | 23 | 42.08 | - |
| YUV | 132.96 | 150.6 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 89 | 173 | 0 | 0.56 | 0.15 | 0.2 | 316.17 | 0.53 | 0.57 |
| Hex | CC | 59 | AD | 0 | 38 | F | 14 | 13C | 35 | 39 |
| Octal | 314 | 131 | 255 | 0 | 70 | 17 | 24 | 474 | 65 | 71 |
| Binary | 11001100 | 1011001 | 10101101 | 0 | 111000 | 1111 | 10100 | 100111100 | 110101 | 111001 |
Color Harmonies of #CC59AD
Complementary color
Monochromatic Colors of #CC59AD
Black with #CC59AD
Text Example
Text Example
White with #CC59AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC59AD; }
p { color: rgb(204,89,173); }
H1.HeaderClassName
{
color: #CC59AD;
}
.AnyTagClassName
{
color: #CC59AD;
}
</style>
background-color css
<style>
a { background-color: #CC59AD; }
a { background-color: rgb(204,89,173); }
div.DivClassName
{
background-color: #CC59AD;
}
.BgClassName
{
background-color: #CC59AD;
}
</style>
border-color css
<style>
span { border-color: #CC59AD; }
span { border-color: rgb(204,89,173); }
td.TdClassName
{
border-color: #CC59AD;
}
.TagClassName
{
border-color: #CC59AD;
}
</style>