Shades of Fuchsia #CB4DB0
Tints of Fuchsia #CB4DB0
RGB
CMYK
RGB Variations
Color information
#CB4DB0 (or 0xCB4DB0) is known color: Fuchsia. HEX triplet: CB, 4D and B0. RGB value is (203,77,176). Sum of RGB (Red+Green+Blue) = 203+77+176=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 77 (30.47% from 255 or 16.89% from 456); Blue value is 176 (69.14% from 255 or 38.60% from 456); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB4DB0 is #34B24F. Grayscale: #7D7D7D. Windows color (decimal): -3453520 or 11554251. OLE color: 11554251.
HSL color Cylindrical-coordinate representation of color #CB4DB0: hue angle of 312.86º 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 #CB4DB0 is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 77 | 176 | - |
| CMYK | 0 | 0.62 | 0.13 | 0.20 |
| HSL | 312.86º | 0.55% | 0.55% | - |
| HSV(B) | 312.86º | 0.62% | 0.8% | - |
| XYZ | 35.12 | 21.14 | 43.3 | - |
| YUV | 125.96 | 156.24 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 77 | 176 | 0 | 0.62 | 0.13 | 0.20 | 312.86 | 0.55 | 0.55 |
| Hex | CB | 4D | B0 | 0 | 3E | D | 14 | 139 | 37 | 37 |
| Octal | 313 | 115 | 260 | 0 | 76 | 15 | 24 | 471 | 67 | 67 |
| Binary | 11001011 | 1001101 | 10110000 | 0 | 111110 | 1101 | 10100 | 100111001 | 110111 | 110111 |
Color Harmonies of #CB4DB0
Complementary color
Monochromatic Colors of #CB4DB0
Black with #CB4DB0
Text Example
Text Example
White with #CB4DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4DB0; }
p { color: rgb(203,77,176); }
H1.HeaderClassName
{
color: #CB4DB0;
}
.AnyTagClassName
{
color: #CB4DB0;
}
</style>
background-color css
<style>
a { background-color: #CB4DB0; }
a { background-color: rgb(203,77,176); }
div.DivClassName
{
background-color: #CB4DB0;
}
.BgClassName
{
background-color: #CB4DB0;
}
</style>
border-color css
<style>
span { border-color: #CB4DB0; }
span { border-color: rgb(203,77,176); }
td.TdClassName
{
border-color: #CB4DB0;
}
.TagClassName
{
border-color: #CB4DB0;
}
</style>