Shades of Fuchsia #CC47BC
Tints of Fuchsia #CC47BC
RGB
CMYK
RGB Variations
Color information
#CC47BC (or 0xCC47BC) is known color: Fuchsia. HEX triplet: CC, 47 and BC. RGB value is (204,71,188). Sum of RGB (Red+Green+Blue) = 204+71+188=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 71 (28.12% from 255 or 15.33% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CC47BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC47BC is #33B843. Grayscale: #7B7B7B. Windows color (decimal): -3389508 or 12339148. OLE color: 12339148.
HSL color Cylindrical-coordinate representation of color #CC47BC: hue angle of 307.22º 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 #CC47BC is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 71 | 188 | - |
| CMYK | 0 | 0.65 | 0.08 | 0.2 |
| HSL | 307.22º | 0.57% | 0.54% | - |
| HSV(B) | 307.22º | 0.65% | 0.8% | - |
| XYZ | 36.23 | 20.97 | 49.72 | - |
| YUV | 124.11 | 164.06 | 184.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 71 | 188 | 0 | 0.65 | 0.08 | 0.2 | 307.22 | 0.57 | 0.54 |
| Hex | CC | 47 | BC | 0 | 41 | 8 | 14 | 133 | 39 | 36 |
| Octal | 314 | 107 | 274 | 0 | 101 | 10 | 24 | 463 | 71 | 66 |
| Binary | 11001100 | 1000111 | 10111100 | 0 | 1000001 | 1000 | 10100 | 100110011 | 111001 | 110110 |
Color Harmonies of #CC47BC
Complementary color
Monochromatic Colors of #CC47BC
Black with #CC47BC
Text Example
Text Example
White with #CC47BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC47BC; }
p { color: rgb(204,71,188); }
H1.HeaderClassName
{
color: #CC47BC;
}
.AnyTagClassName
{
color: #CC47BC;
}
</style>
background-color css
<style>
a { background-color: #CC47BC; }
a { background-color: rgb(204,71,188); }
div.DivClassName
{
background-color: #CC47BC;
}
.BgClassName
{
background-color: #CC47BC;
}
</style>
border-color css
<style>
span { border-color: #CC47BC; }
span { border-color: rgb(204,71,188); }
td.TdClassName
{
border-color: #CC47BC;
}
.TagClassName
{
border-color: #CC47BC;
}
</style>