Shades of Fuchsia #CB4DBE
Tints of Fuchsia #CB4DBE
RGB
CMYK
RGB Variations
Color information
#CB4DBE (or 0xCB4DBE) is known color: Fuchsia. HEX triplet: CB, 4D and BE. RGB value is (203,77,190). Sum of RGB (Red+Green+Blue) = 203+77+190=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 77 (30.47% from 255 or 16.38% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB4DBE is #34B241. Grayscale: #7F7F7F. Windows color (decimal): -3453506 or 12471755. OLE color: 12471755.
HSL color Cylindrical-coordinate representation of color #CB4DBE: hue angle of 306.19º 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 #CB4DBE is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 77 | 190 | - |
| CMYK | 0 | 0.62 | 0.06 | 0.20 |
| HSL | 306.19º | 0.55% | 0.55% | - |
| HSV(B) | 306.19º | 0.62% | 0.8% | - |
| XYZ | 36.58 | 21.72 | 50.98 | - |
| YUV | 127.56 | 163.24 | 181.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 77 | 190 | 0 | 0.62 | 0.06 | 0.20 | 306.19 | 0.55 | 0.55 |
| Hex | CB | 4D | BE | 0 | 3E | 6 | 14 | 132 | 37 | 37 |
| Octal | 313 | 115 | 276 | 0 | 76 | 6 | 24 | 462 | 67 | 67 |
| Binary | 11001011 | 1001101 | 10111110 | 0 | 111110 | 110 | 10100 | 100110010 | 110111 | 110111 |
Color Harmonies of #CB4DBE
Complementary color
Monochromatic Colors of #CB4DBE
Black with #CB4DBE
Text Example
Text Example
White with #CB4DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4DBE; }
p { color: rgb(203,77,190); }
H1.HeaderClassName
{
color: #CB4DBE;
}
.AnyTagClassName
{
color: #CB4DBE;
}
</style>
background-color css
<style>
a { background-color: #CB4DBE; }
a { background-color: rgb(203,77,190); }
div.DivClassName
{
background-color: #CB4DBE;
}
.BgClassName
{
background-color: #CB4DBE;
}
</style>
border-color css
<style>
span { border-color: #CB4DBE; }
span { border-color: rgb(203,77,190); }
td.TdClassName
{
border-color: #CB4DBE;
}
.TagClassName
{
border-color: #CB4DBE;
}
</style>