Shades of Fuchsia #CB2CBA
Tints of Fuchsia #CB2CBA
RGB
CMYK
RGB Variations
Color information
#CB2CBA (or 0xCB2CBA) is known color: Fuchsia. HEX triplet: CB, 2C and BA. RGB value is (203,44,186). Sum of RGB (Red+Green+Blue) = 203+44+186=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 44 (17.58% from 255 or 10.16% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2CBA is #34D345. Grayscale: #6B6B6B. Windows color (decimal): -3461958 or 12201163. OLE color: 12201163.
HSL color Cylindrical-coordinate representation of color #CB2CBA: hue angle of 306.42º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB2CBA is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 44 | 186 | - |
| CMYK | 0 | 0.78 | 0.08 | 0.20 |
| HSL | 306.42º | 0.64% | 0.48% | - |
| HSV(B) | 306.42º | 0.78% | 0.8% | - |
| XYZ | 34.39 | 18.04 | 48.12 | - |
| YUV | 107.73 | 172.18 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 44 | 186 | 0 | 0.78 | 0.08 | 0.20 | 306.42 | 0.64 | 0.48 |
| Hex | CB | 2C | BA | 0 | 4E | 8 | 14 | 132 | 40 | 30 |
| Octal | 313 | 54 | 272 | 0 | 116 | 10 | 24 | 462 | 100 | 60 |
| Binary | 11001011 | 101100 | 10111010 | 0 | 1001110 | 1000 | 10100 | 100110010 | 1000000 | 110000 |
Color Harmonies of #CB2CBA
Complementary color
Monochromatic Colors of #CB2CBA
Black with #CB2CBA
Text Example
Text Example
White with #CB2CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2CBA; }
p { color: rgb(203,44,186); }
H1.HeaderClassName
{
color: #CB2CBA;
}
.AnyTagClassName
{
color: #CB2CBA;
}
</style>
background-color css
<style>
a { background-color: #CB2CBA; }
a { background-color: rgb(203,44,186); }
div.DivClassName
{
background-color: #CB2CBA;
}
.BgClassName
{
background-color: #CB2CBA;
}
</style>
border-color css
<style>
span { border-color: #CB2CBA; }
span { border-color: rgb(203,44,186); }
td.TdClassName
{
border-color: #CB2CBA;
}
.TagClassName
{
border-color: #CB2CBA;
}
</style>