Shades of Fuchsia #CB5BC0
Tints of Fuchsia #CB5BC0
RGB
CMYK
RGB Variations
Color information
#CB5BC0 (or 0xCB5BC0) is known color: Fuchsia. HEX triplet: CB, 5B and C0. RGB value is (203,91,192). Sum of RGB (Red+Green+Blue) = 203+91+192=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 91 (35.94% from 255 or 18.72% from 486); Blue value is 192 (75.39% from 255 or 39.51% from 486); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5BC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5BC0 is #34A43F. Grayscale: #878787. Windows color (decimal): -3449920 or 12606411. OLE color: 12606411.
HSL color Cylindrical-coordinate representation of color #CB5BC0: hue angle of 305.89º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB5BC0 is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 91 | 192 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.20 |
| HSL | 305.89º | 0.52% | 0.58% | - |
| HSV(B) | 305.89º | 0.55% | 0.8% | - |
| XYZ | 37.88 | 23.98 | 52.5 | - |
| YUV | 136 | 159.61 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 91 | 192 | 0 | 0.55 | 0.05 | 0.20 | 305.89 | 0.52 | 0.58 |
| Hex | CB | 5B | C0 | 0 | 37 | 5 | 14 | 132 | 34 | 3A |
| Octal | 313 | 133 | 300 | 0 | 67 | 5 | 24 | 462 | 64 | 72 |
| Binary | 11001011 | 1011011 | 11000000 | 0 | 110111 | 101 | 10100 | 100110010 | 110100 | 111010 |
Color Harmonies of #CB5BC0
Complementary color
Monochromatic Colors of #CB5BC0
Black with #CB5BC0
Text Example
Text Example
White with #CB5BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5BC0; }
p { color: rgb(203,91,192); }
H1.HeaderClassName
{
color: #CB5BC0;
}
.AnyTagClassName
{
color: #CB5BC0;
}
</style>
background-color css
<style>
a { background-color: #CB5BC0; }
a { background-color: rgb(203,91,192); }
div.DivClassName
{
background-color: #CB5BC0;
}
.BgClassName
{
background-color: #CB5BC0;
}
</style>
border-color css
<style>
span { border-color: #CB5BC0; }
span { border-color: rgb(203,91,192); }
td.TdClassName
{
border-color: #CB5BC0;
}
.TagClassName
{
border-color: #CB5BC0;
}
</style>