Shades of Fuchsia #CB6BBA
Tints of Fuchsia #CB6BBA
RGB
CMYK
RGB Variations
Color information
#CB6BBA (or 0xCB6BBA) is known color: Fuchsia. HEX triplet: CB, 6B and BA. RGB value is (203,107,186). Sum of RGB (Red+Green+Blue) = 203+107+186=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 107 (42.19% from 255 or 21.57% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6BBA is #349445. Grayscale: #909090. Windows color (decimal): -3445830 or 12217291. OLE color: 12217291.
HSL color Cylindrical-coordinate representation of color #CB6BBA: hue angle of 310.62º 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 #CB6BBA is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 107 | 186 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.20 |
| HSL | 310.63º | 0.48% | 0.61% | - |
| HSV(B) | 310.63º | 0.47% | 0.8% | - |
| XYZ | 38.75 | 26.76 | 49.58 | - |
| YUV | 144.71 | 151.3 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 107 | 186 | 0 | 0.47 | 0.08 | 0.20 | 310.63 | 0.48 | 0.61 |
| Hex | CB | 6B | BA | 0 | 2F | 8 | 14 | 137 | 30 | 3D |
| Octal | 313 | 153 | 272 | 0 | 57 | 10 | 24 | 467 | 60 | 75 |
| Binary | 11001011 | 1101011 | 10111010 | 0 | 101111 | 1000 | 10100 | 100110111 | 110000 | 111101 |
Color Harmonies of #CB6BBA
Complementary color
Monochromatic Colors of #CB6BBA
Black with #CB6BBA
Text Example
Text Example
White with #CB6BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6BBA; }
p { color: rgb(203,107,186); }
H1.HeaderClassName
{
color: #CB6BBA;
}
.AnyTagClassName
{
color: #CB6BBA;
}
</style>
background-color css
<style>
a { background-color: #CB6BBA; }
a { background-color: rgb(203,107,186); }
div.DivClassName
{
background-color: #CB6BBA;
}
.BgClassName
{
background-color: #CB6BBA;
}
</style>
border-color css
<style>
span { border-color: #CB6BBA; }
span { border-color: rgb(203,107,186); }
td.TdClassName
{
border-color: #CB6BBA;
}
.TagClassName
{
border-color: #CB6BBA;
}
</style>