Shades of Fuchsia #CB6AB1
Tints of Fuchsia #CB6AB1
RGB
CMYK
RGB Variations
Color information
#CB6AB1 (or 0xCB6AB1) is known color: Fuchsia. HEX triplet: CB, 6A and B1. RGB value is (203,106,177). Sum of RGB (Red+Green+Blue) = 203+106+177=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 106 (41.80% from 255 or 21.81% from 486); Blue value is 177 (69.53% from 255 or 36.42% from 486); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6AB1 is #34954E. Grayscale: #8E8E8E. Windows color (decimal): -3446095 or 11627211. OLE color: 11627211.
HSL color Cylindrical-coordinate representation of color #CB6AB1: hue angle of 316.08º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB6AB1 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 106 | 177 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.20 |
| HSL | 316.08º | 0.48% | 0.61% | - |
| HSV(B) | 316.08º | 0.48% | 0.8% | - |
| XYZ | 37.72 | 26.18 | 44.66 | - |
| YUV | 143.1 | 147.14 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 106 | 177 | 0 | 0.48 | 0.13 | 0.20 | 316.08 | 0.48 | 0.61 |
| Hex | CB | 6A | B1 | 0 | 30 | D | 14 | 13C | 30 | 3D |
| Octal | 313 | 152 | 261 | 0 | 60 | 15 | 24 | 474 | 60 | 75 |
| Binary | 11001011 | 1101010 | 10110001 | 0 | 110000 | 1101 | 10100 | 100111100 | 110000 | 111101 |
Color Harmonies of #CB6AB1
Complementary color
Monochromatic Colors of #CB6AB1
Black with #CB6AB1
Text Example
Text Example
White with #CB6AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6AB1; }
p { color: rgb(203,106,177); }
H1.HeaderClassName
{
color: #CB6AB1;
}
.AnyTagClassName
{
color: #CB6AB1;
}
</style>
background-color css
<style>
a { background-color: #CB6AB1; }
a { background-color: rgb(203,106,177); }
div.DivClassName
{
background-color: #CB6AB1;
}
.BgClassName
{
background-color: #CB6AB1;
}
</style>
border-color css
<style>
span { border-color: #CB6AB1; }
span { border-color: rgb(203,106,177); }
td.TdClassName
{
border-color: #CB6AB1;
}
.TagClassName
{
border-color: #CB6AB1;
}
</style>