Shades of Fuchsia #CB6DB8
Tints of Fuchsia #CB6DB8
RGB
CMYK
RGB Variations
Color information
#CB6DB8 (or 0xCB6DB8) is known color: Fuchsia. HEX triplet: CB, 6D and B8. RGB value is (203,109,184). Sum of RGB (Red+Green+Blue) = 203+109+184=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 109 (42.97% from 255 or 21.98% from 496); Blue value is 184 (72.27% from 255 or 37.10% from 496); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6DB8 is #349247. Grayscale: #919191. Windows color (decimal): -3445320 or 12086731. OLE color: 12086731.
HSL color Cylindrical-coordinate representation of color #CB6DB8: hue angle of 312.13º 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 #CB6DB8 is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 109 | 184 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.20 |
| HSL | 312.13º | 0.47% | 0.61% | - |
| HSV(B) | 312.13º | 0.46% | 0.8% | - |
| XYZ | 38.75 | 27.09 | 48.53 | - |
| YUV | 145.66 | 149.64 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 109 | 184 | 0 | 0.46 | 0.09 | 0.20 | 312.13 | 0.47 | 0.61 |
| Hex | CB | 6D | B8 | 0 | 2E | 9 | 14 | 138 | 2F | 3D |
| Octal | 313 | 155 | 270 | 0 | 56 | 11 | 24 | 470 | 57 | 75 |
| Binary | 11001011 | 1101101 | 10111000 | 0 | 101110 | 1001 | 10100 | 100111000 | 101111 | 111101 |
Color Harmonies of #CB6DB8
Complementary color
Monochromatic Colors of #CB6DB8
Black with #CB6DB8
Text Example
Text Example
White with #CB6DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6DB8; }
p { color: rgb(203,109,184); }
H1.HeaderClassName
{
color: #CB6DB8;
}
.AnyTagClassName
{
color: #CB6DB8;
}
</style>
background-color css
<style>
a { background-color: #CB6DB8; }
a { background-color: rgb(203,109,184); }
div.DivClassName
{
background-color: #CB6DB8;
}
.BgClassName
{
background-color: #CB6DB8;
}
</style>
border-color css
<style>
span { border-color: #CB6DB8; }
span { border-color: rgb(203,109,184); }
td.TdClassName
{
border-color: #CB6DB8;
}
.TagClassName
{
border-color: #CB6DB8;
}
</style>