Shades of Fuchsia #CB3ABB
Tints of Fuchsia #CB3ABB
RGB
CMYK
RGB Variations
Color information
#CB3ABB (or 0xCB3ABB) is known color: Fuchsia. HEX triplet: CB, 3A and BB. RGB value is (203,58,187). Sum of RGB (Red+Green+Blue) = 203+58+187=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 58 (23.05% from 255 or 12.95% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3ABB is #34C544. Grayscale: #737373. Windows color (decimal): -3458373 or 12270283. OLE color: 12270283.
HSL color Cylindrical-coordinate representation of color #CB3ABB: hue angle of 306.62º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB3ABB is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 58 | 187 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.20 |
| HSL | 306.62º | 0.58% | 0.51% | - |
| HSV(B) | 306.62º | 0.71% | 0.8% | - |
| XYZ | 35.11 | 19.31 | 48.89 | - |
| YUV | 116.06 | 168.04 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 58 | 187 | 0 | 0.71 | 0.08 | 0.20 | 306.62 | 0.58 | 0.51 |
| Hex | CB | 3A | BB | 0 | 47 | 8 | 14 | 133 | 3A | 33 |
| Octal | 313 | 72 | 273 | 0 | 107 | 10 | 24 | 463 | 72 | 63 |
| Binary | 11001011 | 111010 | 10111011 | 0 | 1000111 | 1000 | 10100 | 100110011 | 111010 | 110011 |
Color Harmonies of #CB3ABB
Complementary color
Monochromatic Colors of #CB3ABB
Black with #CB3ABB
Text Example
Text Example
White with #CB3ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3ABB; }
p { color: rgb(203,58,187); }
H1.HeaderClassName
{
color: #CB3ABB;
}
.AnyTagClassName
{
color: #CB3ABB;
}
</style>
background-color css
<style>
a { background-color: #CB3ABB; }
a { background-color: rgb(203,58,187); }
div.DivClassName
{
background-color: #CB3ABB;
}
.BgClassName
{
background-color: #CB3ABB;
}
</style>
border-color css
<style>
span { border-color: #CB3ABB; }
span { border-color: rgb(203,58,187); }
td.TdClassName
{
border-color: #CB3ABB;
}
.TagClassName
{
border-color: #CB3ABB;
}
</style>