Shades of Fuchsia #CB4AB6
Tints of Fuchsia #CB4AB6
RGB
CMYK
RGB Variations
Color information
#CB4AB6 (or 0xCB4AB6) is known color: Fuchsia. HEX triplet: CB, 4A and B6. RGB value is (203,74,182). Sum of RGB (Red+Green+Blue) = 203+74+182=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 74 (29.30% from 255 or 16.12% from 459); Blue value is 182 (71.48% from 255 or 39.65% from 459); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4AB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB4AB6 is #34B549. Grayscale: #7C7C7C. Windows color (decimal): -3454282 or 11946699. OLE color: 11946699.
HSL color Cylindrical-coordinate representation of color #CB4AB6: hue angle of 309.77º 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 #CB4AB6 is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 74 | 182 | - |
| CMYK | 0 | 0.64 | 0.10 | 0.20 |
| HSL | 309.77º | 0.55% | 0.54% | - |
| HSV(B) | 309.77º | 0.64% | 0.8% | - |
| XYZ | 35.52 | 20.97 | 46.43 | - |
| YUV | 124.88 | 160.24 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 74 | 182 | 0 | 0.64 | 0.10 | 0.20 | 309.77 | 0.55 | 0.54 |
| Hex | CB | 4A | B6 | 0 | 40 | A | 14 | 136 | 37 | 36 |
| Octal | 313 | 112 | 266 | 0 | 100 | 12 | 24 | 466 | 67 | 66 |
| Binary | 11001011 | 1001010 | 10110110 | 0 | 1000000 | 1010 | 10100 | 100110110 | 110111 | 110110 |
Color Harmonies of #CB4AB6
Complementary color
Monochromatic Colors of #CB4AB6
Black with #CB4AB6
Text Example
Text Example
White with #CB4AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4AB6; }
p { color: rgb(203,74,182); }
H1.HeaderClassName
{
color: #CB4AB6;
}
.AnyTagClassName
{
color: #CB4AB6;
}
</style>
background-color css
<style>
a { background-color: #CB4AB6; }
a { background-color: rgb(203,74,182); }
div.DivClassName
{
background-color: #CB4AB6;
}
.BgClassName
{
background-color: #CB4AB6;
}
</style>
border-color css
<style>
span { border-color: #CB4AB6; }
span { border-color: rgb(203,74,182); }
td.TdClassName
{
border-color: #CB4AB6;
}
.TagClassName
{
border-color: #CB4AB6;
}
</style>