Shades of Fuchsia #CC49AD
Tints of Fuchsia #CC49AD
RGB
CMYK
RGB Variations
Color information
#CC49AD (or 0xCC49AD) is known color: Fuchsia. HEX triplet: CC, 49 and AD. RGB value is (204,73,173). Sum of RGB (Red+Green+Blue) = 204+73+173=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 73 (28.91% from 255 or 16.22% from 450); Blue value is 173 (67.97% from 255 or 38.44% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CC49AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC49AD is #33B652. Grayscale: #7B7B7B. Windows color (decimal): -3389011 or 11356620. OLE color: 11356620.
HSL color Cylindrical-coordinate representation of color #CC49AD: hue angle of 314.2º 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 #CC49AD is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 73 | 173 | - |
| CMYK | 0 | 0.64 | 0.15 | 0.2 |
| HSL | 314.2º | 0.56% | 0.54% | - |
| HSV(B) | 314.2º | 0.64% | 0.8% | - |
| XYZ | 34.83 | 20.62 | 41.68 | - |
| YUV | 123.57 | 155.9 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 73 | 173 | 0 | 0.64 | 0.15 | 0.2 | 314.2 | 0.56 | 0.54 |
| Hex | CC | 49 | AD | 0 | 40 | F | 14 | 13A | 38 | 36 |
| Octal | 314 | 111 | 255 | 0 | 100 | 17 | 24 | 472 | 70 | 66 |
| Binary | 11001100 | 1001001 | 10101101 | 0 | 1000000 | 1111 | 10100 | 100111010 | 111000 | 110110 |
Color Harmonies of #CC49AD
Complementary color
Monochromatic Colors of #CC49AD
Black with #CC49AD
Text Example
Text Example
White with #CC49AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC49AD; }
p { color: rgb(204,73,173); }
H1.HeaderClassName
{
color: #CC49AD;
}
.AnyTagClassName
{
color: #CC49AD;
}
</style>
background-color css
<style>
a { background-color: #CC49AD; }
a { background-color: rgb(204,73,173); }
div.DivClassName
{
background-color: #CC49AD;
}
.BgClassName
{
background-color: #CC49AD;
}
</style>
border-color css
<style>
span { border-color: #CC49AD; }
span { border-color: rgb(204,73,173); }
td.TdClassName
{
border-color: #CC49AD;
}
.TagClassName
{
border-color: #CC49AD;
}
</style>