Shades of Fuchsia #CB4DBF
Tints of Fuchsia #CB4DBF
RGB
CMYK
RGB Variations
Color information
#CB4DBF (or 0xCB4DBF) is known color: Fuchsia. HEX triplet: CB, 4D and BF. RGB value is (203,77,191). Sum of RGB (Red+Green+Blue) = 203+77+191=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 77 (30.47% from 255 or 16.35% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB4DBF is #34B240. Grayscale: #7F7F7F. Windows color (decimal): -3453505 or 12537291. OLE color: 12537291.
HSL color Cylindrical-coordinate representation of color #CB4DBF: hue angle of 305.71º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB4DBF is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 77 | 191 | - |
| CMYK | 0 | 0.62 | 0.06 | 0.20 |
| HSL | 305.71º | 0.55% | 0.55% | - |
| HSV(B) | 305.71º | 0.62% | 0.8% | - |
| XYZ | 36.69 | 21.77 | 51.56 | - |
| YUV | 127.67 | 163.74 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 77 | 191 | 0 | 0.62 | 0.06 | 0.20 | 305.71 | 0.55 | 0.55 |
| Hex | CB | 4D | BF | 0 | 3E | 6 | 14 | 132 | 37 | 37 |
| Octal | 313 | 115 | 277 | 0 | 76 | 6 | 24 | 462 | 67 | 67 |
| Binary | 11001011 | 1001101 | 10111111 | 0 | 111110 | 110 | 10100 | 100110010 | 110111 | 110111 |
Color Harmonies of #CB4DBF
Complementary color
Monochromatic Colors of #CB4DBF
Black with #CB4DBF
Text Example
Text Example
White with #CB4DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4DBF; }
p { color: rgb(203,77,191); }
H1.HeaderClassName
{
color: #CB4DBF;
}
.AnyTagClassName
{
color: #CB4DBF;
}
</style>
background-color css
<style>
a { background-color: #CB4DBF; }
a { background-color: rgb(203,77,191); }
div.DivClassName
{
background-color: #CB4DBF;
}
.BgClassName
{
background-color: #CB4DBF;
}
</style>
border-color css
<style>
span { border-color: #CB4DBF; }
span { border-color: rgb(203,77,191); }
td.TdClassName
{
border-color: #CB4DBF;
}
.TagClassName
{
border-color: #CB4DBF;
}
</style>