Shades of Fuchsia #CB5DB1
Tints of Fuchsia #CB5DB1
RGB
CMYK
RGB Variations
Color information
#CB5DB1 (or 0xCB5DB1) is known color: Fuchsia. HEX triplet: CB, 5D and B1. RGB value is (203,93,177). Sum of RGB (Red+Green+Blue) = 203+93+177=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 93 (36.72% from 255 or 19.66% from 473); Blue value is 177 (69.53% from 255 or 37.42% from 473); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5DB1 is #34A24E. Grayscale: #878787. Windows color (decimal): -3449423 or 11623883. OLE color: 11623883.
HSL color Cylindrical-coordinate representation of color #CB5DB1: hue angle of 314.18º 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 #CB5DB1 is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 93 | 177 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.20 |
| HSL | 314.18º | 0.51% | 0.58% | - |
| HSV(B) | 314.18º | 0.54% | 0.8% | - |
| XYZ | 36.48 | 23.7 | 44.25 | - |
| YUV | 135.47 | 151.44 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 93 | 177 | 0 | 0.54 | 0.13 | 0.20 | 314.18 | 0.51 | 0.58 |
| Hex | CB | 5D | B1 | 0 | 36 | D | 14 | 13A | 33 | 3A |
| Octal | 313 | 135 | 261 | 0 | 66 | 15 | 24 | 472 | 63 | 72 |
| Binary | 11001011 | 1011101 | 10110001 | 0 | 110110 | 1101 | 10100 | 100111010 | 110011 | 111010 |
Color Harmonies of #CB5DB1
Complementary color
Monochromatic Colors of #CB5DB1
Black with #CB5DB1
Text Example
Text Example
White with #CB5DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5DB1; }
p { color: rgb(203,93,177); }
H1.HeaderClassName
{
color: #CB5DB1;
}
.AnyTagClassName
{
color: #CB5DB1;
}
</style>
background-color css
<style>
a { background-color: #CB5DB1; }
a { background-color: rgb(203,93,177); }
div.DivClassName
{
background-color: #CB5DB1;
}
.BgClassName
{
background-color: #CB5DB1;
}
</style>
border-color css
<style>
span { border-color: #CB5DB1; }
span { border-color: rgb(203,93,177); }
td.TdClassName
{
border-color: #CB5DB1;
}
.TagClassName
{
border-color: #CB5DB1;
}
</style>