Shades of Fuchsia #CC59AF
Tints of Fuchsia #CC59AF
RGB
CMYK
RGB Variations
Color information
#CC59AF (or 0xCC59AF) is known color: Fuchsia. HEX triplet: CC, 59 and AF. RGB value is (204,89,175). Sum of RGB (Red+Green+Blue) = 204+89+175=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 89 (35.16% from 255 or 19.02% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CC59AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC59AF is #33A650. Grayscale: #848484. Windows color (decimal): -3384913 or 11491788. OLE color: 11491788.
HSL color Cylindrical-coordinate representation of color #CC59AF: hue angle of 315.13º 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 #CC59AF is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 89 | 175 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.2 |
| HSL | 315.13º | 0.53% | 0.57% | - |
| HSV(B) | 315.13º | 0.56% | 0.8% | - |
| XYZ | 36.21 | 23.08 | 43.1 | - |
| YUV | 133.19 | 151.6 | 178.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 89 | 175 | 0 | 0.56 | 0.14 | 0.2 | 315.13 | 0.53 | 0.57 |
| Hex | CC | 59 | AF | 0 | 38 | E | 14 | 13B | 35 | 39 |
| Octal | 314 | 131 | 257 | 0 | 70 | 16 | 24 | 473 | 65 | 71 |
| Binary | 11001100 | 1011001 | 10101111 | 0 | 111000 | 1110 | 10100 | 100111011 | 110101 | 111001 |
Color Harmonies of #CC59AF
Complementary color
Monochromatic Colors of #CC59AF
Black with #CC59AF
Text Example
Text Example
White with #CC59AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC59AF; }
p { color: rgb(204,89,175); }
H1.HeaderClassName
{
color: #CC59AF;
}
.AnyTagClassName
{
color: #CC59AF;
}
</style>
background-color css
<style>
a { background-color: #CC59AF; }
a { background-color: rgb(204,89,175); }
div.DivClassName
{
background-color: #CC59AF;
}
.BgClassName
{
background-color: #CC59AF;
}
</style>
border-color css
<style>
span { border-color: #CC59AF; }
span { border-color: rgb(204,89,175); }
td.TdClassName
{
border-color: #CC59AF;
}
.TagClassName
{
border-color: #CC59AF;
}
</style>