Shades of Fuchsia #CB60B0
Tints of Fuchsia #CB60B0
RGB
CMYK
RGB Variations
Color information
#CB60B0 (or 0xCB60B0) is known color: Fuchsia. HEX triplet: CB, 60 and B0. RGB value is (203,96,176). Sum of RGB (Red+Green+Blue) = 203+96+176=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 96 (37.89% from 255 or 20.21% from 475); Blue value is 176 (69.14% from 255 or 37.05% from 475); Max value from RGB is 203 - color contains mainly: red. Hex color #CB60B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB60B0 is #349F4F. Grayscale: #888888. Windows color (decimal): -3448656 or 11559115. OLE color: 11559115.
HSL color Cylindrical-coordinate representation of color #CB60B0: hue angle of 315.14º 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 #CB60B0 is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 96 | 176 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.20 |
| HSL | 315.14º | 0.51% | 0.59% | - |
| HSV(B) | 315.14º | 0.53% | 0.8% | - |
| XYZ | 36.65 | 24.2 | 43.81 | - |
| YUV | 137.11 | 149.95 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 96 | 176 | 0 | 0.53 | 0.13 | 0.20 | 315.14 | 0.51 | 0.59 |
| Hex | CB | 60 | B0 | 0 | 35 | D | 14 | 13B | 33 | 3B |
| Octal | 313 | 140 | 260 | 0 | 65 | 15 | 24 | 473 | 63 | 73 |
| Binary | 11001011 | 1100000 | 10110000 | 0 | 110101 | 1101 | 10100 | 100111011 | 110011 | 111011 |
Color Harmonies of #CB60B0
Complementary color
Monochromatic Colors of #CB60B0
Black with #CB60B0
Text Example
Text Example
White with #CB60B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB60B0; }
p { color: rgb(203,96,176); }
H1.HeaderClassName
{
color: #CB60B0;
}
.AnyTagClassName
{
color: #CB60B0;
}
</style>
background-color css
<style>
a { background-color: #CB60B0; }
a { background-color: rgb(203,96,176); }
div.DivClassName
{
background-color: #CB60B0;
}
.BgClassName
{
background-color: #CB60B0;
}
</style>
border-color css
<style>
span { border-color: #CB60B0; }
span { border-color: rgb(203,96,176); }
td.TdClassName
{
border-color: #CB60B0;
}
.TagClassName
{
border-color: #CB60B0;
}
</style>