Shades of Fuchsia #CB4BAB
Tints of Fuchsia #CB4BAB
RGB
CMYK
RGB Variations
Color information
#CB4BAB (or 0xCB4BAB) is known color: Fuchsia. HEX triplet: CB, 4B and AB. RGB value is (203,75,171). Sum of RGB (Red+Green+Blue) = 203+75+171=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 75 (29.69% from 255 or 16.70% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4BAB is #34B454. Grayscale: #7B7B7B. Windows color (decimal): -3454037 or 11226059. OLE color: 11226059.
HSL color Cylindrical-coordinate representation of color #CB4BAB: hue angle of 315º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB4BAB is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 75 | 171 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.20 |
| HSL | 315º | 0.55% | 0.55% | - |
| HSV(B) | 315º | 0.63% | 0.8% | - |
| XYZ | 34.5 | 20.67 | 40.7 | - |
| YUV | 124.22 | 154.41 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 75 | 171 | 0 | 0.63 | 0.16 | 0.20 | 315 | 0.55 | 0.55 |
| Hex | CB | 4B | AB | 0 | 3F | 10 | 14 | 13B | 37 | 37 |
| Octal | 313 | 113 | 253 | 0 | 77 | 20 | 24 | 473 | 67 | 67 |
| Binary | 11001011 | 1001011 | 10101011 | 0 | 111111 | 10000 | 10100 | 100111011 | 110111 | 110111 |
Color Harmonies of #CB4BAB
Complementary color
Monochromatic Colors of #CB4BAB
Black with #CB4BAB
Text Example
Text Example
White with #CB4BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4BAB; }
p { color: rgb(203,75,171); }
H1.HeaderClassName
{
color: #CB4BAB;
}
.AnyTagClassName
{
color: #CB4BAB;
}
</style>
background-color css
<style>
a { background-color: #CB4BAB; }
a { background-color: rgb(203,75,171); }
div.DivClassName
{
background-color: #CB4BAB;
}
.BgClassName
{
background-color: #CB4BAB;
}
</style>
border-color css
<style>
span { border-color: #CB4BAB; }
span { border-color: rgb(203,75,171); }
td.TdClassName
{
border-color: #CB4BAB;
}
.TagClassName
{
border-color: #CB4BAB;
}
</style>