Shades of Fuchsia #CB55BC
Tints of Fuchsia #CB55BC
RGB
CMYK
RGB Variations
Color information
#CB55BC (or 0xCB55BC) is known color: Fuchsia. HEX triplet: CB, 55 and BC. RGB value is (203,85,188). Sum of RGB (Red+Green+Blue) = 203+85+188=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 85 (33.59% from 255 or 17.86% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 203 - color contains mainly: red. Hex color #CB55BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB55BC is #34AA43. Grayscale: #838383. Windows color (decimal): -3451460 or 12342731. OLE color: 12342731.
HSL color Cylindrical-coordinate representation of color #CB55BC: hue angle of 307.63º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB55BC is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 85 | 188 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.20 |
| HSL | 307.63º | 0.53% | 0.56% | - |
| HSV(B) | 307.63º | 0.58% | 0.8% | - |
| XYZ | 36.95 | 22.82 | 50.03 | - |
| YUV | 132.02 | 159.59 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 85 | 188 | 0 | 0.58 | 0.07 | 0.20 | 307.63 | 0.53 | 0.56 |
| Hex | CB | 55 | BC | 0 | 3A | 7 | 14 | 134 | 35 | 38 |
| Octal | 313 | 125 | 274 | 0 | 72 | 7 | 24 | 464 | 65 | 70 |
| Binary | 11001011 | 1010101 | 10111100 | 0 | 111010 | 111 | 10100 | 100110100 | 110101 | 111000 |
Color Harmonies of #CB55BC
Complementary color
Monochromatic Colors of #CB55BC
Black with #CB55BC
Text Example
Text Example
White with #CB55BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB55BC; }
p { color: rgb(203,85,188); }
H1.HeaderClassName
{
color: #CB55BC;
}
.AnyTagClassName
{
color: #CB55BC;
}
</style>
background-color css
<style>
a { background-color: #CB55BC; }
a { background-color: rgb(203,85,188); }
div.DivClassName
{
background-color: #CB55BC;
}
.BgClassName
{
background-color: #CB55BC;
}
</style>
border-color css
<style>
span { border-color: #CB55BC; }
span { border-color: rgb(203,85,188); }
td.TdClassName
{
border-color: #CB55BC;
}
.TagClassName
{
border-color: #CB55BC;
}
</style>