Shades of Fuchsia #CB5BC7
Tints of Fuchsia #CB5BC7
RGB
CMYK
RGB Variations
Color information
#CB5BC7 (or 0xCB5BC7) is known color: Fuchsia. HEX triplet: CB, 5B and C7. RGB value is (203,91,199). Sum of RGB (Red+Green+Blue) = 203+91+199=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 91 (35.94% from 255 or 18.46% from 493); Blue value is 199 (78.12% from 255 or 40.37% from 493); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5BC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5BC7 is #34A438. Grayscale: #888888. Windows color (decimal): -3449913 or 13065163. OLE color: 13065163.
HSL color Cylindrical-coordinate representation of color #CB5BC7: hue angle of 302.14º 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 #CB5BC7 is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 91 | 199 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.20 |
| HSL | 302.14º | 0.52% | 0.58% | - |
| HSV(B) | 302.14º | 0.55% | 0.8% | - |
| XYZ | 38.68 | 24.3 | 56.69 | - |
| YUV | 136.8 | 163.11 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 91 | 199 | 0 | 0.55 | 0.02 | 0.20 | 302.14 | 0.52 | 0.58 |
| Hex | CB | 5B | C7 | 0 | 37 | 2 | 14 | 12E | 34 | 3A |
| Octal | 313 | 133 | 307 | 0 | 67 | 2 | 24 | 456 | 64 | 72 |
| Binary | 11001011 | 1011011 | 11000111 | 0 | 110111 | 10 | 10100 | 100101110 | 110100 | 111010 |
Color Harmonies of #CB5BC7
Complementary color
Monochromatic Colors of #CB5BC7
Black with #CB5BC7
Text Example
Text Example
White with #CB5BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5BC7; }
p { color: rgb(203,91,199); }
H1.HeaderClassName
{
color: #CB5BC7;
}
.AnyTagClassName
{
color: #CB5BC7;
}
</style>
background-color css
<style>
a { background-color: #CB5BC7; }
a { background-color: rgb(203,91,199); }
div.DivClassName
{
background-color: #CB5BC7;
}
.BgClassName
{
background-color: #CB5BC7;
}
</style>
border-color css
<style>
span { border-color: #CB5BC7; }
span { border-color: rgb(203,91,199); }
td.TdClassName
{
border-color: #CB5BC7;
}
.TagClassName
{
border-color: #CB5BC7;
}
</style>