Shades of Fuchsia #CB59B1
Tints of Fuchsia #CB59B1
RGB
CMYK
RGB Variations
Color information
#CB59B1 (or 0xCB59B1) is known color: Fuchsia. HEX triplet: CB, 59 and B1. RGB value is (203,89,177). Sum of RGB (Red+Green+Blue) = 203+89+177=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 89 (35.16% from 255 or 18.98% from 469); Blue value is 177 (69.53% from 255 or 37.74% from 469); Max value from RGB is 203 - color contains mainly: red. Hex color #CB59B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB59B1 is #34A64E. Grayscale: #848484. Windows color (decimal): -3450447 or 11622859. OLE color: 11622859.
HSL color Cylindrical-coordinate representation of color #CB59B1: hue angle of 313.68º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB59B1 is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 89 | 177 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.20 |
| HSL | 313.68º | 0.52% | 0.57% | - |
| HSV(B) | 313.68º | 0.56% | 0.8% | - |
| XYZ | 36.14 | 23.02 | 44.13 | - |
| YUV | 133.12 | 152.77 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 89 | 177 | 0 | 0.56 | 0.13 | 0.20 | 313.68 | 0.52 | 0.57 |
| Hex | CB | 59 | B1 | 0 | 38 | D | 14 | 13A | 34 | 39 |
| Octal | 313 | 131 | 261 | 0 | 70 | 15 | 24 | 472 | 64 | 71 |
| Binary | 11001011 | 1011001 | 10110001 | 0 | 111000 | 1101 | 10100 | 100111010 | 110100 | 111001 |
Color Harmonies of #CB59B1
Complementary color
Monochromatic Colors of #CB59B1
Black with #CB59B1
Text Example
Text Example
White with #CB59B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB59B1; }
p { color: rgb(203,89,177); }
H1.HeaderClassName
{
color: #CB59B1;
}
.AnyTagClassName
{
color: #CB59B1;
}
</style>
background-color css
<style>
a { background-color: #CB59B1; }
a { background-color: rgb(203,89,177); }
div.DivClassName
{
background-color: #CB59B1;
}
.BgClassName
{
background-color: #CB59B1;
}
</style>
border-color css
<style>
span { border-color: #CB59B1; }
span { border-color: rgb(203,89,177); }
td.TdClassName
{
border-color: #CB59B1;
}
.TagClassName
{
border-color: #CB59B1;
}
</style>