Shades of Fuchsia #CB47BA
Tints of Fuchsia #CB47BA
RGB
CMYK
RGB Variations
Color information
#CB47BA (or 0xCB47BA) is known color: Fuchsia. HEX triplet: CB, 47 and BA. RGB value is (203,71,186). Sum of RGB (Red+Green+Blue) = 203+71+186=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 71 (28.12% from 255 or 15.43% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 203 - color contains mainly: red. Hex color #CB47BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB47BA is #34B845. Grayscale: #7B7B7B. Windows color (decimal): -3455046 or 12208075. OLE color: 12208075.
HSL color Cylindrical-coordinate representation of color #CB47BA: hue angle of 307.73º 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 #CB47BA is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 71 | 186 | - |
| CMYK | 0 | 0.65 | 0.08 | 0.20 |
| HSL | 307.73º | 0.56% | 0.54% | - |
| HSV(B) | 307.73º | 0.65% | 0.8% | - |
| XYZ | 35.74 | 20.75 | 48.58 | - |
| YUV | 123.58 | 163.23 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 71 | 186 | 0 | 0.65 | 0.08 | 0.20 | 307.73 | 0.56 | 0.54 |
| Hex | CB | 47 | BA | 0 | 41 | 8 | 14 | 134 | 38 | 36 |
| Octal | 313 | 107 | 272 | 0 | 101 | 10 | 24 | 464 | 70 | 66 |
| Binary | 11001011 | 1000111 | 10111010 | 0 | 1000001 | 1000 | 10100 | 100110100 | 111000 | 110110 |
Color Harmonies of #CB47BA
Complementary color
Monochromatic Colors of #CB47BA
Black with #CB47BA
Text Example
Text Example
White with #CB47BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB47BA; }
p { color: rgb(203,71,186); }
H1.HeaderClassName
{
color: #CB47BA;
}
.AnyTagClassName
{
color: #CB47BA;
}
</style>
background-color css
<style>
a { background-color: #CB47BA; }
a { background-color: rgb(203,71,186); }
div.DivClassName
{
background-color: #CB47BA;
}
.BgClassName
{
background-color: #CB47BA;
}
</style>
border-color css
<style>
span { border-color: #CB47BA; }
span { border-color: rgb(203,71,186); }
td.TdClassName
{
border-color: #CB47BA;
}
.TagClassName
{
border-color: #CB47BA;
}
</style>