Shades of Fuchsia #CB60B1
Tints of Fuchsia #CB60B1
RGB
CMYK
RGB Variations
Color information
#CB60B1 (or 0xCB60B1) is known color: Fuchsia. HEX triplet: CB, 60 and B1. RGB value is (203,96,177). Sum of RGB (Red+Green+Blue) = 203+96+177=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 96 (37.89% from 255 or 20.17% from 476); Blue value is 177 (69.53% from 255 or 37.18% from 476); Max value from RGB is 203 - color contains mainly: red. Hex color #CB60B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB60B1 is #349F4E. Grayscale: #898989. Windows color (decimal): -3448655 or 11624651. OLE color: 11624651.
HSL color Cylindrical-coordinate representation of color #CB60B1: hue angle of 314.58º 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 #CB60B1 is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 96 | 177 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.20 |
| HSL | 314.58º | 0.51% | 0.59% | - |
| HSV(B) | 314.58º | 0.53% | 0.8% | - |
| XYZ | 36.75 | 24.24 | 44.34 | - |
| YUV | 137.23 | 150.45 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 96 | 177 | 0 | 0.53 | 0.13 | 0.20 | 314.58 | 0.51 | 0.59 |
| Hex | CB | 60 | B1 | 0 | 35 | D | 14 | 13B | 33 | 3B |
| Octal | 313 | 140 | 261 | 0 | 65 | 15 | 24 | 473 | 63 | 73 |
| Binary | 11001011 | 1100000 | 10110001 | 0 | 110101 | 1101 | 10100 | 100111011 | 110011 | 111011 |
Color Harmonies of #CB60B1
Complementary color
Monochromatic Colors of #CB60B1
Black with #CB60B1
Text Example
Text Example
White with #CB60B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB60B1; }
p { color: rgb(203,96,177); }
H1.HeaderClassName
{
color: #CB60B1;
}
.AnyTagClassName
{
color: #CB60B1;
}
</style>
background-color css
<style>
a { background-color: #CB60B1; }
a { background-color: rgb(203,96,177); }
div.DivClassName
{
background-color: #CB60B1;
}
.BgClassName
{
background-color: #CB60B1;
}
</style>
border-color css
<style>
span { border-color: #CB60B1; }
span { border-color: rgb(203,96,177); }
td.TdClassName
{
border-color: #CB60B1;
}
.TagClassName
{
border-color: #CB60B1;
}
</style>