Shades of Fuchsia #CB6AB3
Tints of Fuchsia #CB6AB3
RGB
CMYK
RGB Variations
Color information
#CB6AB3 (or 0xCB6AB3) is known color: Fuchsia. HEX triplet: CB, 6A and B3. RGB value is (203,106,179). Sum of RGB (Red+Green+Blue) = 203+106+179=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 106 (41.80% from 255 or 21.72% from 488); Blue value is 179 (70.31% from 255 or 36.68% from 488); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6AB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6AB3 is #34954C. Grayscale: #8F8F8F. Windows color (decimal): -3446093 or 11758283. OLE color: 11758283.
HSL color Cylindrical-coordinate representation of color #CB6AB3: hue angle of 314.85º 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 #CB6AB3 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 106 | 179 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.20 |
| HSL | 314.85º | 0.48% | 0.61% | - |
| HSV(B) | 314.85º | 0.48% | 0.8% | - |
| XYZ | 37.92 | 26.26 | 45.72 | - |
| YUV | 143.33 | 148.14 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 106 | 179 | 0 | 0.48 | 0.12 | 0.20 | 314.85 | 0.48 | 0.61 |
| Hex | CB | 6A | B3 | 0 | 30 | C | 14 | 13B | 30 | 3D |
| Octal | 313 | 152 | 263 | 0 | 60 | 14 | 24 | 473 | 60 | 75 |
| Binary | 11001011 | 1101010 | 10110011 | 0 | 110000 | 1100 | 10100 | 100111011 | 110000 | 111101 |
Color Harmonies of #CB6AB3
Complementary color
Monochromatic Colors of #CB6AB3
Black with #CB6AB3
Text Example
Text Example
White with #CB6AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6AB3; }
p { color: rgb(203,106,179); }
H1.HeaderClassName
{
color: #CB6AB3;
}
.AnyTagClassName
{
color: #CB6AB3;
}
</style>
background-color css
<style>
a { background-color: #CB6AB3; }
a { background-color: rgb(203,106,179); }
div.DivClassName
{
background-color: #CB6AB3;
}
.BgClassName
{
background-color: #CB6AB3;
}
</style>
border-color css
<style>
span { border-color: #CB6AB3; }
span { border-color: rgb(203,106,179); }
td.TdClassName
{
border-color: #CB6AB3;
}
.TagClassName
{
border-color: #CB6AB3;
}
</style>