Shades of Fuchsia #CB47AB
Tints of Fuchsia #CB47AB
RGB
CMYK
RGB Variations
Color information
#CB47AB (or 0xCB47AB) is known color: Fuchsia. HEX triplet: CB, 47 and AB. RGB value is (203,71,171). Sum of RGB (Red+Green+Blue) = 203+71+171=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 71 (28.12% from 255 or 15.96% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CB47AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB47AB is #34B854. Grayscale: #797979. Windows color (decimal): -3455061 or 11225035. OLE color: 11225035.
HSL color Cylindrical-coordinate representation of color #CB47AB: hue angle of 314.55º degrees, saturation: 0.56, 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 #CB47AB is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 71 | 171 | - |
| CMYK | 0 | 0.65 | 0.16 | 0.20 |
| HSL | 314.55º | 0.56% | 0.54% | - |
| HSV(B) | 314.55º | 0.65% | 0.8% | - |
| XYZ | 34.23 | 20.14 | 40.61 | - |
| YUV | 121.87 | 155.73 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 71 | 171 | 0 | 0.65 | 0.16 | 0.20 | 314.55 | 0.56 | 0.54 |
| Hex | CB | 47 | AB | 0 | 41 | 10 | 14 | 13B | 38 | 36 |
| Octal | 313 | 107 | 253 | 0 | 101 | 20 | 24 | 473 | 70 | 66 |
| Binary | 11001011 | 1000111 | 10101011 | 0 | 1000001 | 10000 | 10100 | 100111011 | 111000 | 110110 |
Color Harmonies of #CB47AB
Complementary color
Monochromatic Colors of #CB47AB
Black with #CB47AB
Text Example
Text Example
White with #CB47AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB47AB; }
p { color: rgb(203,71,171); }
H1.HeaderClassName
{
color: #CB47AB;
}
.AnyTagClassName
{
color: #CB47AB;
}
</style>
background-color css
<style>
a { background-color: #CB47AB; }
a { background-color: rgb(203,71,171); }
div.DivClassName
{
background-color: #CB47AB;
}
.BgClassName
{
background-color: #CB47AB;
}
</style>
border-color css
<style>
span { border-color: #CB47AB; }
span { border-color: rgb(203,71,171); }
td.TdClassName
{
border-color: #CB47AB;
}
.TagClassName
{
border-color: #CB47AB;
}
</style>