Shades of Fuchsia #CB56C3
Tints of Fuchsia #CB56C3
RGB
CMYK
RGB Variations
Color information
#CB56C3 (or 0xCB56C3) is known color: Fuchsia. HEX triplet: CB, 56 and C3. RGB value is (203,86,195). Sum of RGB (Red+Green+Blue) = 203+86+195=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 86 (33.98% from 255 or 17.77% from 484); Blue value is 195 (76.56% from 255 or 40.29% from 484); Max value from RGB is 203 - color contains mainly: red. Hex color #CB56C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB56C3 is #34A93C. Grayscale: #858585. Windows color (decimal): -3451197 or 12801739. OLE color: 12801739.
HSL color Cylindrical-coordinate representation of color #CB56C3: hue angle of 304.1º 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 #CB56C3 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 86 | 195 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.20 |
| HSL | 304.1º | 0.53% | 0.57% | - |
| HSV(B) | 304.1º | 0.58% | 0.8% | - |
| XYZ | 37.81 | 23.29 | 54.13 | - |
| YUV | 133.41 | 162.76 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 86 | 195 | 0 | 0.58 | 0.04 | 0.20 | 304.1 | 0.53 | 0.57 |
| Hex | CB | 56 | C3 | 0 | 3A | 4 | 14 | 130 | 35 | 39 |
| Octal | 313 | 126 | 303 | 0 | 72 | 4 | 24 | 460 | 65 | 71 |
| Binary | 11001011 | 1010110 | 11000011 | 0 | 111010 | 100 | 10100 | 100110000 | 110101 | 111001 |
Color Harmonies of #CB56C3
Complementary color
Monochromatic Colors of #CB56C3
Black with #CB56C3
Text Example
Text Example
White with #CB56C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB56C3; }
p { color: rgb(203,86,195); }
H1.HeaderClassName
{
color: #CB56C3;
}
.AnyTagClassName
{
color: #CB56C3;
}
</style>
background-color css
<style>
a { background-color: #CB56C3; }
a { background-color: rgb(203,86,195); }
div.DivClassName
{
background-color: #CB56C3;
}
.BgClassName
{
background-color: #CB56C3;
}
</style>
border-color css
<style>
span { border-color: #CB56C3; }
span { border-color: rgb(203,86,195); }
td.TdClassName
{
border-color: #CB56C3;
}
.TagClassName
{
border-color: #CB56C3;
}
</style>