Shades of Fuchsia #CC47B2
Tints of Fuchsia #CC47B2
RGB
CMYK
RGB Variations
Color information
#CC47B2 (or 0xCC47B2) is known color: Fuchsia. HEX triplet: CC, 47 and B2. RGB value is (204,71,178). Sum of RGB (Red+Green+Blue) = 204+71+178=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 71 (28.12% from 255 or 15.67% from 453); Blue value is 178 (69.92% from 255 or 39.29% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CC47B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC47B2 is #33B84D. Grayscale: #7A7A7A. Windows color (decimal): -3389518 or 11683788. OLE color: 11683788.
HSL color Cylindrical-coordinate representation of color #CC47B2: hue angle of 311.73º 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 #CC47B2 is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 71 | 178 | - |
| CMYK | 0 | 0.65 | 0.13 | 0.2 |
| HSL | 311.73º | 0.57% | 0.54% | - |
| HSV(B) | 311.73º | 0.65% | 0.8% | - |
| XYZ | 35.19 | 20.56 | 44.23 | - |
| YUV | 122.97 | 159.06 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 71 | 178 | 0 | 0.65 | 0.13 | 0.2 | 311.73 | 0.57 | 0.54 |
| Hex | CC | 47 | B2 | 0 | 41 | D | 14 | 138 | 39 | 36 |
| Octal | 314 | 107 | 262 | 0 | 101 | 15 | 24 | 470 | 71 | 66 |
| Binary | 11001100 | 1000111 | 10110010 | 0 | 1000001 | 1101 | 10100 | 100111000 | 111001 | 110110 |
Color Harmonies of #CC47B2
Complementary color
Monochromatic Colors of #CC47B2
Black with #CC47B2
Text Example
Text Example
White with #CC47B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC47B2; }
p { color: rgb(204,71,178); }
H1.HeaderClassName
{
color: #CC47B2;
}
.AnyTagClassName
{
color: #CC47B2;
}
</style>
background-color css
<style>
a { background-color: #CC47B2; }
a { background-color: rgb(204,71,178); }
div.DivClassName
{
background-color: #CC47B2;
}
.BgClassName
{
background-color: #CC47B2;
}
</style>
border-color css
<style>
span { border-color: #CC47B2; }
span { border-color: rgb(204,71,178); }
td.TdClassName
{
border-color: #CC47B2;
}
.TagClassName
{
border-color: #CC47B2;
}
</style>