Shades of Fuchsia #CB6BC0
Tints of Fuchsia #CB6BC0
RGB
CMYK
RGB Variations
Color information
#CB6BC0 (or 0xCB6BC0) is known color: Fuchsia. HEX triplet: CB, 6B and C0. RGB value is (203,107,192). Sum of RGB (Red+Green+Blue) = 203+107+192=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 107 (42.19% from 255 or 21.31% from 502); Blue value is 192 (75.39% from 255 or 38.25% from 502); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6BC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6BC0 is #34943F. Grayscale: #919191. Windows color (decimal): -3445824 or 12610507. OLE color: 12610507.
HSL color Cylindrical-coordinate representation of color #CB6BC0: hue angle of 306.88º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CB6BC0 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 107 | 192 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.20 |
| HSL | 306.88º | 0.48% | 0.61% | - |
| HSV(B) | 306.88º | 0.47% | 0.8% | - |
| XYZ | 39.4 | 27.02 | 53.01 | - |
| YUV | 145.39 | 154.3 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 107 | 192 | 0 | 0.47 | 0.05 | 0.20 | 306.88 | 0.48 | 0.61 |
| Hex | CB | 6B | C0 | 0 | 2F | 5 | 14 | 133 | 30 | 3D |
| Octal | 313 | 153 | 300 | 0 | 57 | 5 | 24 | 463 | 60 | 75 |
| Binary | 11001011 | 1101011 | 11000000 | 0 | 101111 | 101 | 10100 | 100110011 | 110000 | 111101 |
Color Harmonies of #CB6BC0
Complementary color
Monochromatic Colors of #CB6BC0
Black with #CB6BC0
Text Example
Text Example
White with #CB6BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6BC0; }
p { color: rgb(203,107,192); }
H1.HeaderClassName
{
color: #CB6BC0;
}
.AnyTagClassName
{
color: #CB6BC0;
}
</style>
background-color css
<style>
a { background-color: #CB6BC0; }
a { background-color: rgb(203,107,192); }
div.DivClassName
{
background-color: #CB6BC0;
}
.BgClassName
{
background-color: #CB6BC0;
}
</style>
border-color css
<style>
span { border-color: #CB6BC0; }
span { border-color: rgb(203,107,192); }
td.TdClassName
{
border-color: #CB6BC0;
}
.TagClassName
{
border-color: #CB6BC0;
}
</style>