Shades of Fuchsia #CC47AD
Tints of Fuchsia #CC47AD
RGB
CMYK
RGB Variations
Color information
#CC47AD (or 0xCC47AD) is known color: Fuchsia. HEX triplet: CC, 47 and AD. RGB value is (204,71,173). Sum of RGB (Red+Green+Blue) = 204+71+173=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 71 (28.12% from 255 or 15.85% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CC47AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC47AD is #33B852. Grayscale: #7A7A7A. Windows color (decimal): -3389523 or 11356108. OLE color: 11356108.
HSL color Cylindrical-coordinate representation of color #CC47AD: hue angle of 313.98º degrees, saturation: 0.57, 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 #CC47AD is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 71 | 173 | - |
| CMYK | 0 | 0.65 | 0.15 | 0.2 |
| HSL | 313.99º | 0.57% | 0.54% | - |
| HSV(B) | 313.99º | 0.65% | 0.8% | - |
| XYZ | 34.7 | 20.36 | 41.64 | - |
| YUV | 122.4 | 156.56 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 71 | 173 | 0 | 0.65 | 0.15 | 0.2 | 313.99 | 0.57 | 0.54 |
| Hex | CC | 47 | AD | 0 | 41 | F | 14 | 13A | 39 | 36 |
| Octal | 314 | 107 | 255 | 0 | 101 | 17 | 24 | 472 | 71 | 66 |
| Binary | 11001100 | 1000111 | 10101101 | 0 | 1000001 | 1111 | 10100 | 100111010 | 111001 | 110110 |
Color Harmonies of #CC47AD
Complementary color
Monochromatic Colors of #CC47AD
Black with #CC47AD
Text Example
Text Example
White with #CC47AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC47AD; }
p { color: rgb(204,71,173); }
H1.HeaderClassName
{
color: #CC47AD;
}
.AnyTagClassName
{
color: #CC47AD;
}
</style>
background-color css
<style>
a { background-color: #CC47AD; }
a { background-color: rgb(204,71,173); }
div.DivClassName
{
background-color: #CC47AD;
}
.BgClassName
{
background-color: #CC47AD;
}
</style>
border-color css
<style>
span { border-color: #CC47AD; }
span { border-color: rgb(204,71,173); }
td.TdClassName
{
border-color: #CC47AD;
}
.TagClassName
{
border-color: #CC47AD;
}
</style>