Shades of Fuchsia #CB4DB6
Tints of Fuchsia #CB4DB6
RGB
CMYK
RGB Variations
Color information
#CB4DB6 (or 0xCB4DB6) is known color: Fuchsia. HEX triplet: CB, 4D and B6. RGB value is (203,77,182). Sum of RGB (Red+Green+Blue) = 203+77+182=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 77 (30.47% from 255 or 16.67% from 462); Blue value is 182 (71.48% from 255 or 39.39% from 462); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB4DB6 is #34B249. Grayscale: #7E7E7E. Windows color (decimal): -3453514 or 11947467. OLE color: 11947467.
HSL color Cylindrical-coordinate representation of color #CB4DB6: hue angle of 310º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB4DB6 is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 77 | 182 | - |
| CMYK | 0 | 0.62 | 0.10 | 0.20 |
| HSL | 310º | 0.55% | 0.55% | - |
| HSV(B) | 310º | 0.62% | 0.8% | - |
| XYZ | 35.73 | 21.38 | 46.5 | - |
| YUV | 126.64 | 159.24 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 77 | 182 | 0 | 0.62 | 0.10 | 0.20 | 310 | 0.55 | 0.55 |
| Hex | CB | 4D | B6 | 0 | 3E | A | 14 | 136 | 37 | 37 |
| Octal | 313 | 115 | 266 | 0 | 76 | 12 | 24 | 466 | 67 | 67 |
| Binary | 11001011 | 1001101 | 10110110 | 0 | 111110 | 1010 | 10100 | 100110110 | 110111 | 110111 |
Color Harmonies of #CB4DB6
Complementary color
Monochromatic Colors of #CB4DB6
Black with #CB4DB6
Text Example
Text Example
White with #CB4DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4DB6; }
p { color: rgb(203,77,182); }
H1.HeaderClassName
{
color: #CB4DB6;
}
.AnyTagClassName
{
color: #CB4DB6;
}
</style>
background-color css
<style>
a { background-color: #CB4DB6; }
a { background-color: rgb(203,77,182); }
div.DivClassName
{
background-color: #CB4DB6;
}
.BgClassName
{
background-color: #CB4DB6;
}
</style>
border-color css
<style>
span { border-color: #CB4DB6; }
span { border-color: rgb(203,77,182); }
td.TdClassName
{
border-color: #CB4DB6;
}
.TagClassName
{
border-color: #CB4DB6;
}
</style>