Shades of Fuchsia #CB47AA
Tints of Fuchsia #CB47AA
RGB
CMYK
RGB Variations
Color information
#CB47AA (or 0xCB47AA) is known color: Fuchsia. HEX triplet: CB, 47 and AA. RGB value is (203,71,170). Sum of RGB (Red+Green+Blue) = 203+71+170=444 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.72% from 444); Green value is 71 (28.12% from 255 or 15.99% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 203 - color contains mainly: red. Hex color #CB47AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB47AA is #34B855. Grayscale: #797979. Windows color (decimal): -3455062 or 11159499. OLE color: 11159499.
HSL color Cylindrical-coordinate representation of color #CB47AA: hue angle of 315º 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 #CB47AA is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 71 | 170 | - |
| CMYK | 0 | 0.65 | 0.16 | 0.20 |
| HSL | 315º | 0.56% | 0.54% | - |
| HSV(B) | 315º | 0.65% | 0.8% | - |
| XYZ | 34.14 | 20.11 | 40.11 | - |
| YUV | 121.75 | 155.23 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 71 | 170 | 0 | 0.65 | 0.16 | 0.20 | 315 | 0.56 | 0.54 |
| Hex | CB | 47 | AA | 0 | 41 | 10 | 14 | 13B | 38 | 36 |
| Octal | 313 | 107 | 252 | 0 | 101 | 20 | 24 | 473 | 70 | 66 |
| Binary | 11001011 | 1000111 | 10101010 | 0 | 1000001 | 10000 | 10100 | 100111011 | 111000 | 110110 |
Color Harmonies of #CB47AA
Complementary color
Monochromatic Colors of #CB47AA
Black with #CB47AA
Text Example
Text Example
White with #CB47AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB47AA; }
p { color: rgb(203,71,170); }
H1.HeaderClassName
{
color: #CB47AA;
}
.AnyTagClassName
{
color: #CB47AA;
}
</style>
background-color css
<style>
a { background-color: #CB47AA; }
a { background-color: rgb(203,71,170); }
div.DivClassName
{
background-color: #CB47AA;
}
.BgClassName
{
background-color: #CB47AA;
}
</style>
border-color css
<style>
span { border-color: #CB47AA; }
span { border-color: rgb(203,71,170); }
td.TdClassName
{
border-color: #CB47AA;
}
.TagClassName
{
border-color: #CB47AA;
}
</style>