Shades of Fuchsia #CC49AB
Tints of Fuchsia #CC49AB
RGB
CMYK
RGB Variations
Color information
#CC49AB (or 0xCC49AB) is known color: Fuchsia. HEX triplet: CC, 49 and AB. RGB value is (204,73,171). Sum of RGB (Red+Green+Blue) = 204+73+171=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 73 (28.91% from 255 or 16.29% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CC49AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC49AB is #33B654. Grayscale: #7B7B7B. Windows color (decimal): -3389013 or 11225548. OLE color: 11225548.
HSL color Cylindrical-coordinate representation of color #CC49AB: hue angle of 315.11º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC49AB is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 73 | 171 | - |
| CMYK | 0 | 0.64 | 0.16 | 0.2 |
| HSL | 315.11º | 0.56% | 0.54% | - |
| HSV(B) | 315.11º | 0.64% | 0.8% | - |
| XYZ | 34.64 | 20.54 | 40.67 | - |
| YUV | 123.34 | 154.9 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 73 | 171 | 0 | 0.64 | 0.16 | 0.2 | 315.11 | 0.56 | 0.54 |
| Hex | CC | 49 | AB | 0 | 40 | 10 | 14 | 13B | 38 | 36 |
| Octal | 314 | 111 | 253 | 0 | 100 | 20 | 24 | 473 | 70 | 66 |
| Binary | 11001100 | 1001001 | 10101011 | 0 | 1000000 | 10000 | 10100 | 100111011 | 111000 | 110110 |
Color Harmonies of #CC49AB
Complementary color
Monochromatic Colors of #CC49AB
Black with #CC49AB
Text Example
Text Example
White with #CC49AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC49AB; }
p { color: rgb(204,73,171); }
H1.HeaderClassName
{
color: #CC49AB;
}
.AnyTagClassName
{
color: #CC49AB;
}
</style>
background-color css
<style>
a { background-color: #CC49AB; }
a { background-color: rgb(204,73,171); }
div.DivClassName
{
background-color: #CC49AB;
}
.BgClassName
{
background-color: #CC49AB;
}
</style>
border-color css
<style>
span { border-color: #CC49AB; }
span { border-color: rgb(204,73,171); }
td.TdClassName
{
border-color: #CC49AB;
}
.TagClassName
{
border-color: #CC49AB;
}
</style>