Shades of Fuchsia #CC47BD
Tints of Fuchsia #CC47BD
RGB
CMYK
RGB Variations
Color information
#CC47BD (or 0xCC47BD) is known color: Fuchsia. HEX triplet: CC, 47 and BD. RGB value is (204,71,189). Sum of RGB (Red+Green+Blue) = 204+71+189=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 71 (28.12% from 255 or 15.30% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 204 - color contains mainly: red. Hex color #CC47BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC47BD is #33B842. Grayscale: #7B7B7B. Windows color (decimal): -3389507 or 12404684. OLE color: 12404684.
HSL color Cylindrical-coordinate representation of color #CC47BD: hue angle of 306.77º 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 #CC47BD is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 71 | 189 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.2 |
| HSL | 306.77º | 0.57% | 0.54% | - |
| HSV(B) | 306.77º | 0.65% | 0.8% | - |
| XYZ | 36.34 | 21.02 | 50.29 | - |
| YUV | 124.22 | 164.56 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 71 | 189 | 0 | 0.65 | 0.07 | 0.2 | 306.77 | 0.57 | 0.54 |
| Hex | CC | 47 | BD | 0 | 41 | 7 | 14 | 133 | 39 | 36 |
| Octal | 314 | 107 | 275 | 0 | 101 | 7 | 24 | 463 | 71 | 66 |
| Binary | 11001100 | 1000111 | 10111101 | 0 | 1000001 | 111 | 10100 | 100110011 | 111001 | 110110 |
Color Harmonies of #CC47BD
Complementary color
Monochromatic Colors of #CC47BD
Black with #CC47BD
Text Example
Text Example
White with #CC47BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC47BD; }
p { color: rgb(204,71,189); }
H1.HeaderClassName
{
color: #CC47BD;
}
.AnyTagClassName
{
color: #CC47BD;
}
</style>
background-color css
<style>
a { background-color: #CC47BD; }
a { background-color: rgb(204,71,189); }
div.DivClassName
{
background-color: #CC47BD;
}
.BgClassName
{
background-color: #CC47BD;
}
</style>
border-color css
<style>
span { border-color: #CC47BD; }
span { border-color: rgb(204,71,189); }
td.TdClassName
{
border-color: #CC47BD;
}
.TagClassName
{
border-color: #CC47BD;
}
</style>