Shades of Fuchsia #CC60AD
Tints of Fuchsia #CC60AD
RGB
CMYK
RGB Variations
Color information
#CC60AD (or 0xCC60AD) is known color: Fuchsia. HEX triplet: CC, 60 and AD. RGB value is (204,96,173). Sum of RGB (Red+Green+Blue) = 204+96+173=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 96 (37.89% from 255 or 20.30% from 473); Blue value is 173 (67.97% from 255 or 36.58% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CC60AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC60AD is #339F52. Grayscale: #888888. Windows color (decimal): -3383123 or 11362508. OLE color: 11362508.
HSL color Cylindrical-coordinate representation of color #CC60AD: hue angle of 317.22º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC60AD is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 96 | 173 | - |
| CMYK | 0 | 0.53 | 0.15 | 0.2 |
| HSL | 317.22º | 0.51% | 0.59% | - |
| HSV(B) | 317.22º | 0.53% | 0.8% | - |
| XYZ | 36.63 | 24.22 | 42.28 | - |
| YUV | 137.07 | 148.28 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 173 | 0 | 0.53 | 0.15 | 0.2 | 317.22 | 0.51 | 0.59 |
| Hex | CC | 60 | AD | 0 | 35 | F | 14 | 13D | 33 | 3B |
| Octal | 314 | 140 | 255 | 0 | 65 | 17 | 24 | 475 | 63 | 73 |
| Binary | 11001100 | 1100000 | 10101101 | 0 | 110101 | 1111 | 10100 | 100111101 | 110011 | 111011 |
Color Harmonies of #CC60AD
Complementary color
Monochromatic Colors of #CC60AD
Black with #CC60AD
Text Example
Text Example
White with #CC60AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC60AD; }
p { color: rgb(204,96,173); }
H1.HeaderClassName
{
color: #CC60AD;
}
.AnyTagClassName
{
color: #CC60AD;
}
</style>
background-color css
<style>
a { background-color: #CC60AD; }
a { background-color: rgb(204,96,173); }
div.DivClassName
{
background-color: #CC60AD;
}
.BgClassName
{
background-color: #CC60AD;
}
</style>
border-color css
<style>
span { border-color: #CC60AD; }
span { border-color: rgb(204,96,173); }
td.TdClassName
{
border-color: #CC60AD;
}
.TagClassName
{
border-color: #CC60AD;
}
</style>