Shades of Fuchsia #CC47BA
Tints of Fuchsia #CC47BA
RGB
CMYK
RGB Variations
Color information
#CC47BA (or 0xCC47BA) is known color: Fuchsia. HEX triplet: CC, 47 and BA. RGB value is (204,71,186). Sum of RGB (Red+Green+Blue) = 204+71+186=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 71 (28.12% from 255 or 15.40% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CC47BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC47BA is #33B845. Grayscale: #7B7B7B. Windows color (decimal): -3389510 or 12208076. OLE color: 12208076.
HSL color Cylindrical-coordinate representation of color #CC47BA: hue angle of 308.12º 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 #CC47BA is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 71 | 186 | - |
| CMYK | 0 | 0.65 | 0.09 | 0.2 |
| HSL | 308.12º | 0.57% | 0.54% | - |
| HSV(B) | 308.12º | 0.65% | 0.8% | - |
| XYZ | 36.02 | 20.89 | 48.59 | - |
| YUV | 123.88 | 163.06 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 71 | 186 | 0 | 0.65 | 0.09 | 0.2 | 308.12 | 0.57 | 0.54 |
| Hex | CC | 47 | BA | 0 | 41 | 9 | 14 | 134 | 39 | 36 |
| Octal | 314 | 107 | 272 | 0 | 101 | 11 | 24 | 464 | 71 | 66 |
| Binary | 11001100 | 1000111 | 10111010 | 0 | 1000001 | 1001 | 10100 | 100110100 | 111001 | 110110 |
Color Harmonies of #CC47BA
Complementary color
Monochromatic Colors of #CC47BA
Black with #CC47BA
Text Example
Text Example
White with #CC47BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC47BA; }
p { color: rgb(204,71,186); }
H1.HeaderClassName
{
color: #CC47BA;
}
.AnyTagClassName
{
color: #CC47BA;
}
</style>
background-color css
<style>
a { background-color: #CC47BA; }
a { background-color: rgb(204,71,186); }
div.DivClassName
{
background-color: #CC47BA;
}
.BgClassName
{
background-color: #CC47BA;
}
</style>
border-color css
<style>
span { border-color: #CC47BA; }
span { border-color: rgb(204,71,186); }
td.TdClassName
{
border-color: #CC47BA;
}
.TagClassName
{
border-color: #CC47BA;
}
</style>