Shades of Fuchsia #CB3BAB
Tints of Fuchsia #CB3BAB
RGB
CMYK
RGB Variations
Color information
#CB3BAB (or 0xCB3BAB) is known color: Fuchsia. HEX triplet: CB, 3B and AB. RGB value is (203,59,171). Sum of RGB (Red+Green+Blue) = 203+59+171=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 59 (23.44% from 255 or 13.63% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3BAB is #34C454. Grayscale: #727272. Windows color (decimal): -3458133 or 11221963. OLE color: 11221963.
HSL color Cylindrical-coordinate representation of color #CB3BAB: hue angle of 313.33º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB3BAB is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 59 | 171 | - |
| CMYK | 0 | 0.71 | 0.16 | 0.20 |
| HSL | 313.33º | 0.58% | 0.51% | - |
| HSV(B) | 313.33º | 0.71% | 0.8% | - |
| XYZ | 33.54 | 18.76 | 40.38 | - |
| YUV | 114.82 | 159.71 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 59 | 171 | 0 | 0.71 | 0.16 | 0.20 | 313.33 | 0.58 | 0.51 |
| Hex | CB | 3B | AB | 0 | 47 | 10 | 14 | 139 | 3A | 33 |
| Octal | 313 | 73 | 253 | 0 | 107 | 20 | 24 | 471 | 72 | 63 |
| Binary | 11001011 | 111011 | 10101011 | 0 | 1000111 | 10000 | 10100 | 100111001 | 111010 | 110011 |
Color Harmonies of #CB3BAB
Complementary color
Monochromatic Colors of #CB3BAB
Black with #CB3BAB
Text Example
Text Example
White with #CB3BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3BAB; }
p { color: rgb(203,59,171); }
H1.HeaderClassName
{
color: #CB3BAB;
}
.AnyTagClassName
{
color: #CB3BAB;
}
</style>
background-color css
<style>
a { background-color: #CB3BAB; }
a { background-color: rgb(203,59,171); }
div.DivClassName
{
background-color: #CB3BAB;
}
.BgClassName
{
background-color: #CB3BAB;
}
</style>
border-color css
<style>
span { border-color: #CB3BAB; }
span { border-color: rgb(203,59,171); }
td.TdClassName
{
border-color: #CB3BAB;
}
.TagClassName
{
border-color: #CB3BAB;
}
</style>