Shades of Fuchsia #CB4ABB
Tints of Fuchsia #CB4ABB
RGB
CMYK
RGB Variations
Color information
#CB4ABB (or 0xCB4ABB) is known color: Fuchsia. HEX triplet: CB, 4A and BB. RGB value is (203,74,187). Sum of RGB (Red+Green+Blue) = 203+74+187=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 74 (29.30% from 255 or 15.95% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB4ABB is #34B544. Grayscale: #7D7D7D. Windows color (decimal): -3454277 or 12274379. OLE color: 12274379.
HSL color Cylindrical-coordinate representation of color #CB4ABB: hue angle of 307.44º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB4ABB is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 74 | 187 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.20 |
| HSL | 307.44º | 0.55% | 0.54% | - |
| HSV(B) | 307.44º | 0.64% | 0.8% | - |
| XYZ | 36.05 | 21.18 | 49.2 | - |
| YUV | 125.45 | 162.74 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 74 | 187 | 0 | 0.64 | 0.08 | 0.20 | 307.44 | 0.55 | 0.54 |
| Hex | CB | 4A | BB | 0 | 40 | 8 | 14 | 133 | 37 | 36 |
| Octal | 313 | 112 | 273 | 0 | 100 | 10 | 24 | 463 | 67 | 66 |
| Binary | 11001011 | 1001010 | 10111011 | 0 | 1000000 | 1000 | 10100 | 100110011 | 110111 | 110110 |
Color Harmonies of #CB4ABB
Complementary color
Monochromatic Colors of #CB4ABB
Black with #CB4ABB
Text Example
Text Example
White with #CB4ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4ABB; }
p { color: rgb(203,74,187); }
H1.HeaderClassName
{
color: #CB4ABB;
}
.AnyTagClassName
{
color: #CB4ABB;
}
</style>
background-color css
<style>
a { background-color: #CB4ABB; }
a { background-color: rgb(203,74,187); }
div.DivClassName
{
background-color: #CB4ABB;
}
.BgClassName
{
background-color: #CB4ABB;
}
</style>
border-color css
<style>
span { border-color: #CB4ABB; }
span { border-color: rgb(203,74,187); }
td.TdClassName
{
border-color: #CB4ABB;
}
.TagClassName
{
border-color: #CB4ABB;
}
</style>