Shades of Fuchsia #CB44AB
Tints of Fuchsia #CB44AB
RGB
CMYK
RGB Variations
Color information
#CB44AB (or 0xCB44AB) is known color: Fuchsia. HEX triplet: CB, 44 and AB. RGB value is (203,68,171). Sum of RGB (Red+Green+Blue) = 203+68+171=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 68 (26.95% from 255 or 15.38% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 203 - color contains mainly: red. Hex color #CB44AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB44AB is #34BB54. Grayscale: #777777. Windows color (decimal): -3455829 or 11224267. OLE color: 11224267.
HSL color Cylindrical-coordinate representation of color #CB44AB: hue angle of 314.22º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB44AB is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 68 | 171 | - |
| CMYK | 0 | 0.67 | 0.16 | 0.20 |
| HSL | 314.22º | 0.56% | 0.53% | - |
| HSV(B) | 314.22º | 0.67% | 0.8% | - |
| XYZ | 34.05 | 19.77 | 40.55 | - |
| YUV | 120.11 | 156.73 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 68 | 171 | 0 | 0.67 | 0.16 | 0.20 | 314.22 | 0.56 | 0.53 |
| Hex | CB | 44 | AB | 0 | 43 | 10 | 14 | 13A | 38 | 35 |
| Octal | 313 | 104 | 253 | 0 | 103 | 20 | 24 | 472 | 70 | 65 |
| Binary | 11001011 | 1000100 | 10101011 | 0 | 1000011 | 10000 | 10100 | 100111010 | 111000 | 110101 |
Color Harmonies of #CB44AB
Complementary color
Monochromatic Colors of #CB44AB
Black with #CB44AB
Text Example
Text Example
White with #CB44AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB44AB; }
p { color: rgb(203,68,171); }
H1.HeaderClassName
{
color: #CB44AB;
}
.AnyTagClassName
{
color: #CB44AB;
}
</style>
background-color css
<style>
a { background-color: #CB44AB; }
a { background-color: rgb(203,68,171); }
div.DivClassName
{
background-color: #CB44AB;
}
.BgClassName
{
background-color: #CB44AB;
}
</style>
border-color css
<style>
span { border-color: #CB44AB; }
span { border-color: rgb(203,68,171); }
td.TdClassName
{
border-color: #CB44AB;
}
.TagClassName
{
border-color: #CB44AB;
}
</style>