Shades of Fuchsia #CB6DBB
Tints of Fuchsia #CB6DBB
RGB
CMYK
RGB Variations
Color information
#CB6DBB (or 0xCB6DBB) is known color: Fuchsia. HEX triplet: CB, 6D and BB. RGB value is (203,109,187). Sum of RGB (Red+Green+Blue) = 203+109+187=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 109 (42.97% from 255 or 21.84% from 499); Blue value is 187 (73.44% from 255 or 37.47% from 499); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6DBB is #349244. Grayscale: #919191. Windows color (decimal): -3445317 or 12283339. OLE color: 12283339.
HSL color Cylindrical-coordinate representation of color #CB6DBB: hue angle of 310.21º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CB6DBB is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 109 | 187 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.20 |
| HSL | 310.21º | 0.47% | 0.61% | - |
| HSV(B) | 310.21º | 0.46% | 0.8% | - |
| XYZ | 39.07 | 27.22 | 50.21 | - |
| YUV | 146 | 151.14 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 109 | 187 | 0 | 0.46 | 0.08 | 0.20 | 310.21 | 0.47 | 0.61 |
| Hex | CB | 6D | BB | 0 | 2E | 8 | 14 | 136 | 2F | 3D |
| Octal | 313 | 155 | 273 | 0 | 56 | 10 | 24 | 466 | 57 | 75 |
| Binary | 11001011 | 1101101 | 10111011 | 0 | 101110 | 1000 | 10100 | 100110110 | 101111 | 111101 |
Color Harmonies of #CB6DBB
Complementary color
Monochromatic Colors of #CB6DBB
Black with #CB6DBB
Text Example
Text Example
White with #CB6DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6DBB; }
p { color: rgb(203,109,187); }
H1.HeaderClassName
{
color: #CB6DBB;
}
.AnyTagClassName
{
color: #CB6DBB;
}
</style>
background-color css
<style>
a { background-color: #CB6DBB; }
a { background-color: rgb(203,109,187); }
div.DivClassName
{
background-color: #CB6DBB;
}
.BgClassName
{
background-color: #CB6DBB;
}
</style>
border-color css
<style>
span { border-color: #CB6DBB; }
span { border-color: rgb(203,109,187); }
td.TdClassName
{
border-color: #CB6DBB;
}
.TagClassName
{
border-color: #CB6DBB;
}
</style>