Shades of Fuchsia #CC47BF
Tints of Fuchsia #CC47BF
RGB
CMYK
RGB Variations
Color information
#CC47BF (or 0xCC47BF) is known color: Fuchsia. HEX triplet: CC, 47 and BF. RGB value is (204,71,191). Sum of RGB (Red+Green+Blue) = 204+71+191=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 71 (28.12% from 255 or 15.24% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 204 - color contains mainly: red. Hex color #CC47BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC47BF is #33B840. Grayscale: #7C7C7C. Windows color (decimal): -3389505 or 12535756. OLE color: 12535756.
HSL color Cylindrical-coordinate representation of color #CC47BF: hue angle of 305.86º 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 #CC47BF is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 71 | 191 | - |
| CMYK | 0 | 0.65 | 0.06 | 0.2 |
| HSL | 305.86º | 0.57% | 0.54% | - |
| HSV(B) | 305.86º | 0.65% | 0.8% | - |
| XYZ | 36.56 | 21.11 | 51.44 | - |
| YUV | 124.45 | 165.56 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 71 | 191 | 0 | 0.65 | 0.06 | 0.2 | 305.86 | 0.57 | 0.54 |
| Hex | CC | 47 | BF | 0 | 41 | 6 | 14 | 132 | 39 | 36 |
| Octal | 314 | 107 | 277 | 0 | 101 | 6 | 24 | 462 | 71 | 66 |
| Binary | 11001100 | 1000111 | 10111111 | 0 | 1000001 | 110 | 10100 | 100110010 | 111001 | 110110 |
Color Harmonies of #CC47BF
Complementary color
Monochromatic Colors of #CC47BF
Black with #CC47BF
Text Example
Text Example
White with #CC47BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC47BF; }
p { color: rgb(204,71,191); }
H1.HeaderClassName
{
color: #CC47BF;
}
.AnyTagClassName
{
color: #CC47BF;
}
</style>
background-color css
<style>
a { background-color: #CC47BF; }
a { background-color: rgb(204,71,191); }
div.DivClassName
{
background-color: #CC47BF;
}
.BgClassName
{
background-color: #CC47BF;
}
</style>
border-color css
<style>
span { border-color: #CC47BF; }
span { border-color: rgb(204,71,191); }
td.TdClassName
{
border-color: #CC47BF;
}
.TagClassName
{
border-color: #CC47BF;
}
</style>