Shades of Fuchsia #CB2BBB
Tints of Fuchsia #CB2BBB
RGB
CMYK
RGB Variations
Color information
#CB2BBB (or 0xCB2BBB) is known color: Fuchsia. HEX triplet: CB, 2B and BB. RGB value is (203,43,187). Sum of RGB (Red+Green+Blue) = 203+43+187=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 43 (17.19% from 255 or 9.93% from 433); Blue value is 187 (73.44% from 255 or 43.19% from 433); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2BBB is #34D444. Grayscale: #6A6A6A. Windows color (decimal): -3462213 or 12266443. OLE color: 12266443.
HSL color Cylindrical-coordinate representation of color #CB2BBB: hue angle of 306º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB2BBB is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 43 | 187 | - |
| CMYK | 0 | 0.79 | 0.08 | 0.20 |
| HSL | 306º | 0.65% | 0.48% | - |
| HSV(B) | 306º | 0.79% | 0.8% | - |
| XYZ | 34.46 | 18.01 | 48.67 | - |
| YUV | 107.26 | 173.01 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 43 | 187 | 0 | 0.79 | 0.08 | 0.20 | 306 | 0.65 | 0.48 |
| Hex | CB | 2B | BB | 0 | 4F | 8 | 14 | 132 | 41 | 30 |
| Octal | 313 | 53 | 273 | 0 | 117 | 10 | 24 | 462 | 101 | 60 |
| Binary | 11001011 | 101011 | 10111011 | 0 | 1001111 | 1000 | 10100 | 100110010 | 1000001 | 110000 |
Color Harmonies of #CB2BBB
Complementary color
Monochromatic Colors of #CB2BBB
Black with #CB2BBB
Text Example
Text Example
White with #CB2BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2BBB; }
p { color: rgb(203,43,187); }
H1.HeaderClassName
{
color: #CB2BBB;
}
.AnyTagClassName
{
color: #CB2BBB;
}
</style>
background-color css
<style>
a { background-color: #CB2BBB; }
a { background-color: rgb(203,43,187); }
div.DivClassName
{
background-color: #CB2BBB;
}
.BgClassName
{
background-color: #CB2BBB;
}
</style>
border-color css
<style>
span { border-color: #CB2BBB; }
span { border-color: rgb(203,43,187); }
td.TdClassName
{
border-color: #CB2BBB;
}
.TagClassName
{
border-color: #CB2BBB;
}
</style>