Shades of Fuchsia #CB5DB6
Tints of Fuchsia #CB5DB6
RGB
CMYK
RGB Variations
Color information
#CB5DB6 (or 0xCB5DB6) is known color: Fuchsia. HEX triplet: CB, 5D and B6. RGB value is (203,93,182). Sum of RGB (Red+Green+Blue) = 203+93+182=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 93 (36.72% from 255 or 19.46% from 478); Blue value is 182 (71.48% from 255 or 38.08% from 478); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5DB6 is #34A249. Grayscale: #878787. Windows color (decimal): -3449418 or 11951563. OLE color: 11951563.
HSL color Cylindrical-coordinate representation of color #CB5DB6: hue angle of 311.45º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB5DB6 is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 93 | 182 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.20 |
| HSL | 311.45º | 0.51% | 0.58% | - |
| HSV(B) | 311.45º | 0.54% | 0.8% | - |
| XYZ | 36.99 | 23.9 | 46.92 | - |
| YUV | 136.04 | 153.94 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 93 | 182 | 0 | 0.54 | 0.10 | 0.20 | 311.45 | 0.51 | 0.58 |
| Hex | CB | 5D | B6 | 0 | 36 | A | 14 | 137 | 33 | 3A |
| Octal | 313 | 135 | 266 | 0 | 66 | 12 | 24 | 467 | 63 | 72 |
| Binary | 11001011 | 1011101 | 10110110 | 0 | 110110 | 1010 | 10100 | 100110111 | 110011 | 111010 |
Color Harmonies of #CB5DB6
Complementary color
Monochromatic Colors of #CB5DB6
Black with #CB5DB6
Text Example
Text Example
White with #CB5DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5DB6; }
p { color: rgb(203,93,182); }
H1.HeaderClassName
{
color: #CB5DB6;
}
.AnyTagClassName
{
color: #CB5DB6;
}
</style>
background-color css
<style>
a { background-color: #CB5DB6; }
a { background-color: rgb(203,93,182); }
div.DivClassName
{
background-color: #CB5DB6;
}
.BgClassName
{
background-color: #CB5DB6;
}
</style>
border-color css
<style>
span { border-color: #CB5DB6; }
span { border-color: rgb(203,93,182); }
td.TdClassName
{
border-color: #CB5DB6;
}
.TagClassName
{
border-color: #CB5DB6;
}
</style>