Shades of Fuchsia #CC47AF
Tints of Fuchsia #CC47AF
RGB
CMYK
RGB Variations
Color information
#CC47AF (or 0xCC47AF) is known color: Fuchsia. HEX triplet: CC, 47 and AF. RGB value is (204,71,175). Sum of RGB (Red+Green+Blue) = 204+71+175=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 71 (28.12% from 255 or 15.78% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CC47AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC47AF is #33B850. Grayscale: #7A7A7A. Windows color (decimal): -3389521 or 11487180. OLE color: 11487180.
HSL color Cylindrical-coordinate representation of color #CC47AF: hue angle of 313.08º 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 #CC47AF is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 71 | 175 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.2 |
| HSL | 313.08º | 0.57% | 0.54% | - |
| HSV(B) | 313.08º | 0.65% | 0.8% | - |
| XYZ | 34.89 | 20.44 | 42.66 | - |
| YUV | 122.62 | 157.56 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 71 | 175 | 0 | 0.65 | 0.14 | 0.2 | 313.08 | 0.57 | 0.54 |
| Hex | CC | 47 | AF | 0 | 41 | E | 14 | 139 | 39 | 36 |
| Octal | 314 | 107 | 257 | 0 | 101 | 16 | 24 | 471 | 71 | 66 |
| Binary | 11001100 | 1000111 | 10101111 | 0 | 1000001 | 1110 | 10100 | 100111001 | 111001 | 110110 |
Color Harmonies of #CC47AF
Complementary color
Monochromatic Colors of #CC47AF
Black with #CC47AF
Text Example
Text Example
White with #CC47AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC47AF; }
p { color: rgb(204,71,175); }
H1.HeaderClassName
{
color: #CC47AF;
}
.AnyTagClassName
{
color: #CC47AF;
}
</style>
background-color css
<style>
a { background-color: #CC47AF; }
a { background-color: rgb(204,71,175); }
div.DivClassName
{
background-color: #CC47AF;
}
.BgClassName
{
background-color: #CC47AF;
}
</style>
border-color css
<style>
span { border-color: #CC47AF; }
span { border-color: rgb(204,71,175); }
td.TdClassName
{
border-color: #CC47AF;
}
.TagClassName
{
border-color: #CC47AF;
}
</style>