Shades of Fuchsia #CB56B2
Tints of Fuchsia #CB56B2
RGB
CMYK
RGB Variations
Color information
#CB56B2 (or 0xCB56B2) is known color: Fuchsia. HEX triplet: CB, 56 and B2. RGB value is (203,86,178). Sum of RGB (Red+Green+Blue) = 203+86+178=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 86 (33.98% from 255 or 18.42% from 467); Blue value is 178 (69.92% from 255 or 38.12% from 467); Max value from RGB is 203 - color contains mainly: red. Hex color #CB56B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB56B2 is #34A94D. Grayscale: #838383. Windows color (decimal): -3451214 or 11687627. OLE color: 11687627.
HSL color Cylindrical-coordinate representation of color #CB56B2: hue angle of 312.82º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB56B2 is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 86 | 178 | - |
| CMYK | 0 | 0.58 | 0.12 | 0.20 |
| HSL | 312.82º | 0.53% | 0.57% | - |
| HSV(B) | 312.82º | 0.58% | 0.8% | - |
| XYZ | 35.99 | 22.57 | 44.58 | - |
| YUV | 131.47 | 154.26 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 86 | 178 | 0 | 0.58 | 0.12 | 0.20 | 312.82 | 0.53 | 0.57 |
| Hex | CB | 56 | B2 | 0 | 3A | C | 14 | 139 | 35 | 39 |
| Octal | 313 | 126 | 262 | 0 | 72 | 14 | 24 | 471 | 65 | 71 |
| Binary | 11001011 | 1010110 | 10110010 | 0 | 111010 | 1100 | 10100 | 100111001 | 110101 | 111001 |
Color Harmonies of #CB56B2
Complementary color
Monochromatic Colors of #CB56B2
Black with #CB56B2
Text Example
Text Example
White with #CB56B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB56B2; }
p { color: rgb(203,86,178); }
H1.HeaderClassName
{
color: #CB56B2;
}
.AnyTagClassName
{
color: #CB56B2;
}
</style>
background-color css
<style>
a { background-color: #CB56B2; }
a { background-color: rgb(203,86,178); }
div.DivClassName
{
background-color: #CB56B2;
}
.BgClassName
{
background-color: #CB56B2;
}
</style>
border-color css
<style>
span { border-color: #CB56B2; }
span { border-color: rgb(203,86,178); }
td.TdClassName
{
border-color: #CB56B2;
}
.TagClassName
{
border-color: #CB56B2;
}
</style>