Shades of Fuchsia #CB6AB2
Tints of Fuchsia #CB6AB2
RGB
CMYK
RGB Variations
Color information
#CB6AB2 (or 0xCB6AB2) is known color: Fuchsia. HEX triplet: CB, 6A and B2. RGB value is (203,106,178). Sum of RGB (Red+Green+Blue) = 203+106+178=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 106 (41.80% from 255 or 21.77% from 487); Blue value is 178 (69.92% from 255 or 36.55% from 487); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6AB2 is #34954D. Grayscale: #8F8F8F. Windows color (decimal): -3446094 or 11692747. OLE color: 11692747.
HSL color Cylindrical-coordinate representation of color #CB6AB2: hue angle of 315.46º 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 #CB6AB2 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 106 | 178 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.20 |
| HSL | 315.46º | 0.48% | 0.61% | - |
| HSV(B) | 315.46º | 0.48% | 0.8% | - |
| XYZ | 37.82 | 26.22 | 45.19 | - |
| YUV | 143.21 | 147.64 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 106 | 178 | 0 | 0.48 | 0.12 | 0.20 | 315.46 | 0.48 | 0.61 |
| Hex | CB | 6A | B2 | 0 | 30 | C | 14 | 13B | 30 | 3D |
| Octal | 313 | 152 | 262 | 0 | 60 | 14 | 24 | 473 | 60 | 75 |
| Binary | 11001011 | 1101010 | 10110010 | 0 | 110000 | 1100 | 10100 | 100111011 | 110000 | 111101 |
Color Harmonies of #CB6AB2
Complementary color
Monochromatic Colors of #CB6AB2
Black with #CB6AB2
Text Example
Text Example
White with #CB6AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6AB2; }
p { color: rgb(203,106,178); }
H1.HeaderClassName
{
color: #CB6AB2;
}
.AnyTagClassName
{
color: #CB6AB2;
}
</style>
background-color css
<style>
a { background-color: #CB6AB2; }
a { background-color: rgb(203,106,178); }
div.DivClassName
{
background-color: #CB6AB2;
}
.BgClassName
{
background-color: #CB6AB2;
}
</style>
border-color css
<style>
span { border-color: #CB6AB2; }
span { border-color: rgb(203,106,178); }
td.TdClassName
{
border-color: #CB6AB2;
}
.TagClassName
{
border-color: #CB6AB2;
}
</style>