Shades of Fuchsia #CB4FBC
Tints of Fuchsia #CB4FBC
RGB
CMYK
RGB Variations
Color information
#CB4FBC (or 0xCB4FBC) is known color: Fuchsia. HEX triplet: CB, 4F and BC. RGB value is (203,79,188). Sum of RGB (Red+Green+Blue) = 203+79+188=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 79 (31.25% from 255 or 16.81% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB4FBC is #34B043. Grayscale: #808080. Windows color (decimal): -3452996 or 12341195. OLE color: 12341195.
HSL color Cylindrical-coordinate representation of color #CB4FBC: hue angle of 307.26º 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 #CB4FBC is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 79 | 188 | - |
| CMYK | 0 | 0.61 | 0.07 | 0.20 |
| HSL | 307.26º | 0.54% | 0.55% | - |
| HSV(B) | 307.26º | 0.61% | 0.8% | - |
| XYZ | 36.5 | 21.92 | 49.88 | - |
| YUV | 128.5 | 161.58 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 79 | 188 | 0 | 0.61 | 0.07 | 0.20 | 307.26 | 0.54 | 0.55 |
| Hex | CB | 4F | BC | 0 | 3D | 7 | 14 | 133 | 36 | 37 |
| Octal | 313 | 117 | 274 | 0 | 75 | 7 | 24 | 463 | 66 | 67 |
| Binary | 11001011 | 1001111 | 10111100 | 0 | 111101 | 111 | 10100 | 100110011 | 110110 | 110111 |
Color Harmonies of #CB4FBC
Complementary color
Monochromatic Colors of #CB4FBC
Black with #CB4FBC
Text Example
Text Example
White with #CB4FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4FBC; }
p { color: rgb(203,79,188); }
H1.HeaderClassName
{
color: #CB4FBC;
}
.AnyTagClassName
{
color: #CB4FBC;
}
</style>
background-color css
<style>
a { background-color: #CB4FBC; }
a { background-color: rgb(203,79,188); }
div.DivClassName
{
background-color: #CB4FBC;
}
.BgClassName
{
background-color: #CB4FBC;
}
</style>
border-color css
<style>
span { border-color: #CB4FBC; }
span { border-color: rgb(203,79,188); }
td.TdClassName
{
border-color: #CB4FBC;
}
.TagClassName
{
border-color: #CB4FBC;
}
</style>