Shades of Fuchsia #CC47B0
Tints of Fuchsia #CC47B0
RGB
CMYK
RGB Variations
Color information
#CC47B0 (or 0xCC47B0) is known color: Fuchsia. HEX triplet: CC, 47 and B0. RGB value is (204,71,176). Sum of RGB (Red+Green+Blue) = 204+71+176=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 71 (28.12% from 255 or 15.74% from 451); Blue value is 176 (69.14% from 255 or 39.02% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CC47B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC47B0 is #33B84F. Grayscale: #7A7A7A. Windows color (decimal): -3389520 or 11552716. OLE color: 11552716.
HSL color Cylindrical-coordinate representation of color #CC47B0: hue angle of 312.63º 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 #CC47B0 is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 71 | 176 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.2 |
| HSL | 312.63º | 0.57% | 0.54% | - |
| HSV(B) | 312.63º | 0.65% | 0.8% | - |
| XYZ | 34.99 | 20.48 | 43.18 | - |
| YUV | 122.74 | 158.06 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 71 | 176 | 0 | 0.65 | 0.14 | 0.2 | 312.63 | 0.57 | 0.54 |
| Hex | CC | 47 | B0 | 0 | 41 | E | 14 | 139 | 39 | 36 |
| Octal | 314 | 107 | 260 | 0 | 101 | 16 | 24 | 471 | 71 | 66 |
| Binary | 11001100 | 1000111 | 10110000 | 0 | 1000001 | 1110 | 10100 | 100111001 | 111001 | 110110 |
Color Harmonies of #CC47B0
Complementary color
Monochromatic Colors of #CC47B0
Black with #CC47B0
Text Example
Text Example
White with #CC47B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC47B0; }
p { color: rgb(204,71,176); }
H1.HeaderClassName
{
color: #CC47B0;
}
.AnyTagClassName
{
color: #CC47B0;
}
</style>
background-color css
<style>
a { background-color: #CC47B0; }
a { background-color: rgb(204,71,176); }
div.DivClassName
{
background-color: #CC47B0;
}
.BgClassName
{
background-color: #CC47B0;
}
</style>
border-color css
<style>
span { border-color: #CC47B0; }
span { border-color: rgb(204,71,176); }
td.TdClassName
{
border-color: #CC47B0;
}
.TagClassName
{
border-color: #CC47B0;
}
</style>