Shades of Fuchsia #CB5DBF
Tints of Fuchsia #CB5DBF
RGB
CMYK
RGB Variations
Color information
#CB5DBF (or 0xCB5DBF) is known color: Fuchsia. HEX triplet: CB, 5D and BF. RGB value is (203,93,191). Sum of RGB (Red+Green+Blue) = 203+93+191=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 93 (36.72% from 255 or 19.10% from 487); Blue value is 191 (75% from 255 or 39.22% from 487); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5DBF is #34A240. Grayscale: #888888. Windows color (decimal): -3449409 or 12541387. OLE color: 12541387.
HSL color Cylindrical-coordinate representation of color #CB5DBF: hue angle of 306.55º 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 #CB5DBF is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 93 | 191 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.20 |
| HSL | 306.55º | 0.51% | 0.58% | - |
| HSV(B) | 306.55º | 0.54% | 0.8% | - |
| XYZ | 37.95 | 24.29 | 51.98 | - |
| YUV | 137.06 | 158.44 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 93 | 191 | 0 | 0.54 | 0.06 | 0.20 | 306.55 | 0.51 | 0.58 |
| Hex | CB | 5D | BF | 0 | 36 | 6 | 14 | 133 | 33 | 3A |
| Octal | 313 | 135 | 277 | 0 | 66 | 6 | 24 | 463 | 63 | 72 |
| Binary | 11001011 | 1011101 | 10111111 | 0 | 110110 | 110 | 10100 | 100110011 | 110011 | 111010 |
Color Harmonies of #CB5DBF
Complementary color
Monochromatic Colors of #CB5DBF
Black with #CB5DBF
Text Example
Text Example
White with #CB5DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5DBF; }
p { color: rgb(203,93,191); }
H1.HeaderClassName
{
color: #CB5DBF;
}
.AnyTagClassName
{
color: #CB5DBF;
}
</style>
background-color css
<style>
a { background-color: #CB5DBF; }
a { background-color: rgb(203,93,191); }
div.DivClassName
{
background-color: #CB5DBF;
}
.BgClassName
{
background-color: #CB5DBF;
}
</style>
border-color css
<style>
span { border-color: #CB5DBF; }
span { border-color: rgb(203,93,191); }
td.TdClassName
{
border-color: #CB5DBF;
}
.TagClassName
{
border-color: #CB5DBF;
}
</style>