Shades of Fuchsia #CB4DBB
Tints of Fuchsia #CB4DBB
RGB
CMYK
RGB Variations
Color information
#CB4DBB (or 0xCB4DBB) is known color: Fuchsia. HEX triplet: CB, 4D and BB. RGB value is (203,77,187). Sum of RGB (Red+Green+Blue) = 203+77+187=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 77 (30.47% from 255 or 16.49% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB4DBB is #34B244. Grayscale: #7E7E7E. Windows color (decimal): -3453509 or 12275147. OLE color: 12275147.
HSL color Cylindrical-coordinate representation of color #CB4DBB: hue angle of 307.62º 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 #CB4DBB is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 77 | 187 | - |
| CMYK | 0 | 0.62 | 0.08 | 0.20 |
| HSL | 307.62º | 0.55% | 0.55% | - |
| HSV(B) | 307.62º | 0.62% | 0.8% | - |
| XYZ | 36.25 | 21.59 | 49.27 | - |
| YUV | 127.21 | 161.74 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 77 | 187 | 0 | 0.62 | 0.08 | 0.20 | 307.62 | 0.55 | 0.55 |
| Hex | CB | 4D | BB | 0 | 3E | 8 | 14 | 134 | 37 | 37 |
| Octal | 313 | 115 | 273 | 0 | 76 | 10 | 24 | 464 | 67 | 67 |
| Binary | 11001011 | 1001101 | 10111011 | 0 | 111110 | 1000 | 10100 | 100110100 | 110111 | 110111 |
Color Harmonies of #CB4DBB
Complementary color
Monochromatic Colors of #CB4DBB
Black with #CB4DBB
Text Example
Text Example
White with #CB4DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4DBB; }
p { color: rgb(203,77,187); }
H1.HeaderClassName
{
color: #CB4DBB;
}
.AnyTagClassName
{
color: #CB4DBB;
}
</style>
background-color css
<style>
a { background-color: #CB4DBB; }
a { background-color: rgb(203,77,187); }
div.DivClassName
{
background-color: #CB4DBB;
}
.BgClassName
{
background-color: #CB4DBB;
}
</style>
border-color css
<style>
span { border-color: #CB4DBB; }
span { border-color: rgb(203,77,187); }
td.TdClassName
{
border-color: #CB4DBB;
}
.TagClassName
{
border-color: #CB4DBB;
}
</style>