Shades of Fuchsia #CB4FB1
Tints of Fuchsia #CB4FB1
RGB
CMYK
RGB Variations
Color information
#CB4FB1 (or 0xCB4FB1) is known color: Fuchsia. HEX triplet: CB, 4F and B1. RGB value is (203,79,177). Sum of RGB (Red+Green+Blue) = 203+79+177=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 79 (31.25% from 255 or 17.21% from 459); Blue value is 177 (69.53% from 255 or 38.56% from 459); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4FB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB4FB1 is #34B04E. Grayscale: #7E7E7E. Windows color (decimal): -3453007 or 11620299. OLE color: 11620299.
HSL color Cylindrical-coordinate representation of color #CB4FB1: hue angle of 312.58º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB4FB1 is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 79 | 177 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.20 |
| HSL | 312.58º | 0.54% | 0.55% | - |
| HSV(B) | 312.58º | 0.61% | 0.8% | - |
| XYZ | 35.36 | 21.46 | 43.87 | - |
| YUV | 127.25 | 156.08 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 79 | 177 | 0 | 0.61 | 0.13 | 0.20 | 312.58 | 0.54 | 0.55 |
| Hex | CB | 4F | B1 | 0 | 3D | D | 14 | 139 | 36 | 37 |
| Octal | 313 | 117 | 261 | 0 | 75 | 15 | 24 | 471 | 66 | 67 |
| Binary | 11001011 | 1001111 | 10110001 | 0 | 111101 | 1101 | 10100 | 100111001 | 110110 | 110111 |
Color Harmonies of #CB4FB1
Complementary color
Monochromatic Colors of #CB4FB1
Black with #CB4FB1
Text Example
Text Example
White with #CB4FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4FB1; }
p { color: rgb(203,79,177); }
H1.HeaderClassName
{
color: #CB4FB1;
}
.AnyTagClassName
{
color: #CB4FB1;
}
</style>
background-color css
<style>
a { background-color: #CB4FB1; }
a { background-color: rgb(203,79,177); }
div.DivClassName
{
background-color: #CB4FB1;
}
.BgClassName
{
background-color: #CB4FB1;
}
</style>
border-color css
<style>
span { border-color: #CB4FB1; }
span { border-color: rgb(203,79,177); }
td.TdClassName
{
border-color: #CB4FB1;
}
.TagClassName
{
border-color: #CB4FB1;
}
</style>