Shades of Fuchsia #CB5BC6
Tints of Fuchsia #CB5BC6
RGB
CMYK
RGB Variations
Color information
#CB5BC6 (or 0xCB5BC6) is known color: Fuchsia. HEX triplet: CB, 5B and C6. RGB value is (203,91,198). Sum of RGB (Red+Green+Blue) = 203+91+198=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 91 (35.94% from 255 or 18.50% from 492); Blue value is 198 (77.73% from 255 or 40.24% from 492); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5BC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5BC6 is #34A439. Grayscale: #888888. Windows color (decimal): -3449914 or 12999627. OLE color: 12999627.
HSL color Cylindrical-coordinate representation of color #CB5BC6: hue angle of 302.68º 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 #CB5BC6 is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 91 | 198 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.20 |
| HSL | 302.68º | 0.52% | 0.58% | - |
| HSV(B) | 302.68º | 0.55% | 0.8% | - |
| XYZ | 38.56 | 24.26 | 56.08 | - |
| YUV | 136.69 | 162.61 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 91 | 198 | 0 | 0.55 | 0.02 | 0.20 | 302.68 | 0.52 | 0.58 |
| Hex | CB | 5B | C6 | 0 | 37 | 2 | 14 | 12F | 34 | 3A |
| Octal | 313 | 133 | 306 | 0 | 67 | 2 | 24 | 457 | 64 | 72 |
| Binary | 11001011 | 1011011 | 11000110 | 0 | 110111 | 10 | 10100 | 100101111 | 110100 | 111010 |
Color Harmonies of #CB5BC6
Complementary color
Monochromatic Colors of #CB5BC6
Black with #CB5BC6
Text Example
Text Example
White with #CB5BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5BC6; }
p { color: rgb(203,91,198); }
H1.HeaderClassName
{
color: #CB5BC6;
}
.AnyTagClassName
{
color: #CB5BC6;
}
</style>
background-color css
<style>
a { background-color: #CB5BC6; }
a { background-color: rgb(203,91,198); }
div.DivClassName
{
background-color: #CB5BC6;
}
.BgClassName
{
background-color: #CB5BC6;
}
</style>
border-color css
<style>
span { border-color: #CB5BC6; }
span { border-color: rgb(203,91,198); }
td.TdClassName
{
border-color: #CB5BC6;
}
.TagClassName
{
border-color: #CB5BC6;
}
</style>