Shades of Fuchsia #CB59AD
Tints of Fuchsia #CB59AD
RGB
CMYK
RGB Variations
Color information
#CB59AD (or 0xCB59AD) is known color: Fuchsia. HEX triplet: CB, 59 and AD. RGB value is (203,89,173). Sum of RGB (Red+Green+Blue) = 203+89+173=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 89 (35.16% from 255 or 19.14% from 465); Blue value is 173 (67.97% from 255 or 37.20% from 465); Max value from RGB is 203 - color contains mainly: red. Hex color #CB59AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB59AD is #34A652. Grayscale: #848484. Windows color (decimal): -3450451 or 11360715. OLE color: 11360715.
HSL color Cylindrical-coordinate representation of color #CB59AD: hue angle of 315.79º 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 #CB59AD is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 89 | 173 | - |
| CMYK | 0 | 0.56 | 0.15 | 0.20 |
| HSL | 315.79º | 0.52% | 0.57% | - |
| HSV(B) | 315.79º | 0.56% | 0.8% | - |
| XYZ | 35.74 | 22.86 | 42.06 | - |
| YUV | 132.66 | 150.77 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 89 | 173 | 0 | 0.56 | 0.15 | 0.20 | 315.79 | 0.52 | 0.57 |
| Hex | CB | 59 | AD | 0 | 38 | F | 14 | 13C | 34 | 39 |
| Octal | 313 | 131 | 255 | 0 | 70 | 17 | 24 | 474 | 64 | 71 |
| Binary | 11001011 | 1011001 | 10101101 | 0 | 111000 | 1111 | 10100 | 100111100 | 110100 | 111001 |
Color Harmonies of #CB59AD
Complementary color
Monochromatic Colors of #CB59AD
Black with #CB59AD
Text Example
Text Example
White with #CB59AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB59AD; }
p { color: rgb(203,89,173); }
H1.HeaderClassName
{
color: #CB59AD;
}
.AnyTagClassName
{
color: #CB59AD;
}
</style>
background-color css
<style>
a { background-color: #CB59AD; }
a { background-color: rgb(203,89,173); }
div.DivClassName
{
background-color: #CB59AD;
}
.BgClassName
{
background-color: #CB59AD;
}
</style>
border-color css
<style>
span { border-color: #CB59AD; }
span { border-color: rgb(203,89,173); }
td.TdClassName
{
border-color: #CB59AD;
}
.TagClassName
{
border-color: #CB59AD;
}
</style>