Shades of Fuchsia #CB5BCB
Tints of Fuchsia #CB5BCB
RGB
CMYK
RGB Variations
Color information
#CB5BCB (or 0xCB5BCB) is known color: Fuchsia. HEX triplet: CB, 5B and CB. RGB value is (203,91,203). Sum of RGB (Red+Green+Blue) = 203+91+203=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 91 (35.94% from 255 or 18.31% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB5BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5BCB is #34A434. Grayscale: #888888. Windows color (decimal): -3449909 or 13327307. OLE color: 13327307.
HSL color Cylindrical-coordinate representation of color #CB5BCB: hue angle of 300º 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 #CB5BCB is Cyan = 0, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 91 | 203 | - |
| CMYK | 0 | 0.55 | 0 | 0.20 |
| HSL | 300º | 0.52% | 0.58% | - |
| HSV(B) | 300º | 0.55% | 0.8% | - |
| XYZ | 39.15 | 24.49 | 59.16 | - |
| YUV | 137.26 | 165.11 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 91 | 203 | 0 | 0.55 | 0 | 0.20 | 300 | 0.52 | 0.58 |
| Hex | CB | 5B | CB | 0 | 37 | 0 | 14 | 12C | 34 | 3A |
| Octal | 313 | 133 | 313 | 0 | 67 | 0 | 24 | 454 | 64 | 72 |
| Binary | 11001011 | 1011011 | 11001011 | 0 | 110111 | 0 | 10100 | 100101100 | 110100 | 111010 |
Color Harmonies of #CB5BCB
Complementary color
Monochromatic Colors of #CB5BCB
Black with #CB5BCB
Text Example
Text Example
White with #CB5BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5BCB; }
p { color: rgb(203,91,203); }
H1.HeaderClassName
{
color: #CB5BCB;
}
.AnyTagClassName
{
color: #CB5BCB;
}
</style>
background-color css
<style>
a { background-color: #CB5BCB; }
a { background-color: rgb(203,91,203); }
div.DivClassName
{
background-color: #CB5BCB;
}
.BgClassName
{
background-color: #CB5BCB;
}
</style>
border-color css
<style>
span { border-color: #CB5BCB; }
span { border-color: rgb(203,91,203); }
td.TdClassName
{
border-color: #CB5BCB;
}
.TagClassName
{
border-color: #CB5BCB;
}
</style>