Shades of Fuchsia #CB5DBD
Tints of Fuchsia #CB5DBD
RGB
CMYK
RGB Variations
Color information
#CB5DBD (or 0xCB5DBD) is known color: Fuchsia. HEX triplet: CB, 5D and BD. RGB value is (203,93,189). Sum of RGB (Red+Green+Blue) = 203+93+189=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 93 (36.72% from 255 or 19.18% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5DBD is #34A242. Grayscale: #888888. Windows color (decimal): -3449411 or 12410315. OLE color: 12410315.
HSL color Cylindrical-coordinate representation of color #CB5DBD: hue angle of 307.64º 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 #CB5DBD is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 93 | 189 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.20 |
| HSL | 307.64º | 0.51% | 0.58% | - |
| HSV(B) | 307.64º | 0.54% | 0.8% | - |
| XYZ | 37.73 | 24.2 | 50.83 | - |
| YUV | 136.83 | 157.44 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 93 | 189 | 0 | 0.54 | 0.07 | 0.20 | 307.64 | 0.51 | 0.58 |
| Hex | CB | 5D | BD | 0 | 36 | 7 | 14 | 134 | 33 | 3A |
| Octal | 313 | 135 | 275 | 0 | 66 | 7 | 24 | 464 | 63 | 72 |
| Binary | 11001011 | 1011101 | 10111101 | 0 | 110110 | 111 | 10100 | 100110100 | 110011 | 111010 |
Color Harmonies of #CB5DBD
Complementary color
Monochromatic Colors of #CB5DBD
Black with #CB5DBD
Text Example
Text Example
White with #CB5DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5DBD; }
p { color: rgb(203,93,189); }
H1.HeaderClassName
{
color: #CB5DBD;
}
.AnyTagClassName
{
color: #CB5DBD;
}
</style>
background-color css
<style>
a { background-color: #CB5DBD; }
a { background-color: rgb(203,93,189); }
div.DivClassName
{
background-color: #CB5DBD;
}
.BgClassName
{
background-color: #CB5DBD;
}
</style>
border-color css
<style>
span { border-color: #CB5DBD; }
span { border-color: rgb(203,93,189); }
td.TdClassName
{
border-color: #CB5DBD;
}
.TagClassName
{
border-color: #CB5DBD;
}
</style>