Shades of Fuchsia #CB5DB5
Tints of Fuchsia #CB5DB5
RGB
CMYK
RGB Variations
Color information
#CB5DB5 (or 0xCB5DB5) is known color: Fuchsia. HEX triplet: CB, 5D and B5. RGB value is (203,93,181). Sum of RGB (Red+Green+Blue) = 203+93+181=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 93 (36.72% from 255 or 19.50% from 477); Blue value is 181 (71.09% from 255 or 37.95% from 477); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5DB5 is #34A24A. Grayscale: #878787. Windows color (decimal): -3449419 or 11886027. OLE color: 11886027.
HSL color Cylindrical-coordinate representation of color #CB5DB5: hue angle of 312º 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 #CB5DB5 is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 93 | 181 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.20 |
| HSL | 312º | 0.51% | 0.58% | - |
| HSV(B) | 312º | 0.54% | 0.8% | - |
| XYZ | 36.88 | 23.86 | 46.38 | - |
| YUV | 135.92 | 153.44 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 93 | 181 | 0 | 0.54 | 0.11 | 0.20 | 312 | 0.51 | 0.58 |
| Hex | CB | 5D | B5 | 0 | 36 | B | 14 | 138 | 33 | 3A |
| Octal | 313 | 135 | 265 | 0 | 66 | 13 | 24 | 470 | 63 | 72 |
| Binary | 11001011 | 1011101 | 10110101 | 0 | 110110 | 1011 | 10100 | 100111000 | 110011 | 111010 |
Color Harmonies of #CB5DB5
Complementary color
Monochromatic Colors of #CB5DB5
Black with #CB5DB5
Text Example
Text Example
White with #CB5DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5DB5; }
p { color: rgb(203,93,181); }
H1.HeaderClassName
{
color: #CB5DB5;
}
.AnyTagClassName
{
color: #CB5DB5;
}
</style>
background-color css
<style>
a { background-color: #CB5DB5; }
a { background-color: rgb(203,93,181); }
div.DivClassName
{
background-color: #CB5DB5;
}
.BgClassName
{
background-color: #CB5DB5;
}
</style>
border-color css
<style>
span { border-color: #CB5DB5; }
span { border-color: rgb(203,93,181); }
td.TdClassName
{
border-color: #CB5DB5;
}
.TagClassName
{
border-color: #CB5DB5;
}
</style>