Shades of Fuchsia #CC48AD
Tints of Fuchsia #CC48AD
RGB
CMYK
RGB Variations
Color information
#CC48AD (or 0xCC48AD) is known color: Fuchsia. HEX triplet: CC, 48 and AD. RGB value is (204,72,173). Sum of RGB (Red+Green+Blue) = 204+72+173=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 72 (28.52% from 255 or 16.04% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CC48AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC48AD is #33B752. Grayscale: #7A7A7A. Windows color (decimal): -3389267 or 11356364. OLE color: 11356364.
HSL color Cylindrical-coordinate representation of color #CC48AD: hue angle of 314.09º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC48AD is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 72 | 173 | - |
| CMYK | 0 | 0.65 | 0.15 | 0.2 |
| HSL | 314.09º | 0.56% | 0.54% | - |
| HSV(B) | 314.09º | 0.65% | 0.8% | - |
| XYZ | 34.76 | 20.49 | 41.66 | - |
| YUV | 122.98 | 156.23 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 72 | 173 | 0 | 0.65 | 0.15 | 0.2 | 314.09 | 0.56 | 0.54 |
| Hex | CC | 48 | AD | 0 | 41 | F | 14 | 13A | 38 | 36 |
| Octal | 314 | 110 | 255 | 0 | 101 | 17 | 24 | 472 | 70 | 66 |
| Binary | 11001100 | 1001000 | 10101101 | 0 | 1000001 | 1111 | 10100 | 100111010 | 111000 | 110110 |
Color Harmonies of #CC48AD
Complementary color
Monochromatic Colors of #CC48AD
Black with #CC48AD
Text Example
Text Example
White with #CC48AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC48AD; }
p { color: rgb(204,72,173); }
H1.HeaderClassName
{
color: #CC48AD;
}
.AnyTagClassName
{
color: #CC48AD;
}
</style>
background-color css
<style>
a { background-color: #CC48AD; }
a { background-color: rgb(204,72,173); }
div.DivClassName
{
background-color: #CC48AD;
}
.BgClassName
{
background-color: #CC48AD;
}
</style>
border-color css
<style>
span { border-color: #CC48AD; }
span { border-color: rgb(204,72,173); }
td.TdClassName
{
border-color: #CC48AD;
}
.TagClassName
{
border-color: #CC48AD;
}
</style>