Shades of Fuchsia #CB60BB
Tints of Fuchsia #CB60BB
RGB
CMYK
RGB Variations
Color information
#CB60BB (or 0xCB60BB) is known color: Fuchsia. HEX triplet: CB, 60 and BB. RGB value is (203,96,187). Sum of RGB (Red+Green+Blue) = 203+96+187=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 96 (37.89% from 255 or 19.75% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 203 - color contains mainly: red. Hex color #CB60BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB60BB is #349F44. Grayscale: #8A8A8A. Windows color (decimal): -3448645 or 12280011. OLE color: 12280011.
HSL color Cylindrical-coordinate representation of color #CB60BB: hue angle of 308.97º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB60BB is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 96 | 187 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.20 |
| HSL | 308.97º | 0.51% | 0.59% | - |
| HSV(B) | 308.97º | 0.53% | 0.8% | - |
| XYZ | 37.78 | 24.65 | 49.78 | - |
| YUV | 138.37 | 155.45 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 96 | 187 | 0 | 0.53 | 0.08 | 0.20 | 308.97 | 0.51 | 0.59 |
| Hex | CB | 60 | BB | 0 | 35 | 8 | 14 | 135 | 33 | 3B |
| Octal | 313 | 140 | 273 | 0 | 65 | 10 | 24 | 465 | 63 | 73 |
| Binary | 11001011 | 1100000 | 10111011 | 0 | 110101 | 1000 | 10100 | 100110101 | 110011 | 111011 |
Color Harmonies of #CB60BB
Complementary color
Monochromatic Colors of #CB60BB
Black with #CB60BB
Text Example
Text Example
White with #CB60BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB60BB; }
p { color: rgb(203,96,187); }
H1.HeaderClassName
{
color: #CB60BB;
}
.AnyTagClassName
{
color: #CB60BB;
}
</style>
background-color css
<style>
a { background-color: #CB60BB; }
a { background-color: rgb(203,96,187); }
div.DivClassName
{
background-color: #CB60BB;
}
.BgClassName
{
background-color: #CB60BB;
}
</style>
border-color css
<style>
span { border-color: #CB60BB; }
span { border-color: rgb(203,96,187); }
td.TdClassName
{
border-color: #CB60BB;
}
.TagClassName
{
border-color: #CB60BB;
}
</style>