Shades of Fuchsia #CC47B4
Tints of Fuchsia #CC47B4
RGB
CMYK
RGB Variations
Color information
#CC47B4 (or 0xCC47B4) is known color: Fuchsia. HEX triplet: CC, 47 and B4. RGB value is (204,71,180). Sum of RGB (Red+Green+Blue) = 204+71+180=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 71 (28.12% from 255 or 15.60% from 455); Blue value is 180 (70.70% from 255 or 39.56% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CC47B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC47B4 is #33B84B. Grayscale: #7A7A7A. Windows color (decimal): -3389516 or 11814860. OLE color: 11814860.
HSL color Cylindrical-coordinate representation of color #CC47B4: hue angle of 310.83º 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 #CC47B4 is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 71 | 180 | - |
| CMYK | 0 | 0.65 | 0.12 | 0.2 |
| HSL | 310.83º | 0.57% | 0.54% | - |
| HSV(B) | 310.83º | 0.65% | 0.8% | - |
| XYZ | 35.39 | 20.64 | 45.3 | - |
| YUV | 123.19 | 160.06 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 71 | 180 | 0 | 0.65 | 0.12 | 0.2 | 310.83 | 0.57 | 0.54 |
| Hex | CC | 47 | B4 | 0 | 41 | C | 14 | 137 | 39 | 36 |
| Octal | 314 | 107 | 264 | 0 | 101 | 14 | 24 | 467 | 71 | 66 |
| Binary | 11001100 | 1000111 | 10110100 | 0 | 1000001 | 1100 | 10100 | 100110111 | 111001 | 110110 |
Color Harmonies of #CC47B4
Complementary color
Monochromatic Colors of #CC47B4
Black with #CC47B4
Text Example
Text Example
White with #CC47B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC47B4; }
p { color: rgb(204,71,180); }
H1.HeaderClassName
{
color: #CC47B4;
}
.AnyTagClassName
{
color: #CC47B4;
}
</style>
background-color css
<style>
a { background-color: #CC47B4; }
a { background-color: rgb(204,71,180); }
div.DivClassName
{
background-color: #CC47B4;
}
.BgClassName
{
background-color: #CC47B4;
}
</style>
border-color css
<style>
span { border-color: #CC47B4; }
span { border-color: rgb(204,71,180); }
td.TdClassName
{
border-color: #CC47B4;
}
.TagClassName
{
border-color: #CC47B4;
}
</style>