Shades of Fuchsia #CB4DB2
Tints of Fuchsia #CB4DB2
RGB
CMYK
RGB Variations
Color information
#CB4DB2 (or 0xCB4DB2) is known color: Fuchsia. HEX triplet: CB, 4D and B2. RGB value is (203,77,178). Sum of RGB (Red+Green+Blue) = 203+77+178=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 77 (30.47% from 255 or 16.81% from 458); Blue value is 178 (69.92% from 255 or 38.86% from 458); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB4DB2 is #34B24D. Grayscale: #7D7D7D. Windows color (decimal): -3453518 or 11685323. OLE color: 11685323.
HSL color Cylindrical-coordinate representation of color #CB4DB2: hue angle of 311.9º 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 #CB4DB2 is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 77 | 178 | - |
| CMYK | 0 | 0.62 | 0.12 | 0.20 |
| HSL | 311.9º | 0.55% | 0.55% | - |
| HSV(B) | 311.9º | 0.62% | 0.8% | - |
| XYZ | 35.32 | 21.22 | 44.35 | - |
| YUV | 126.19 | 157.24 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 77 | 178 | 0 | 0.62 | 0.12 | 0.20 | 311.9 | 0.55 | 0.55 |
| Hex | CB | 4D | B2 | 0 | 3E | C | 14 | 138 | 37 | 37 |
| Octal | 313 | 115 | 262 | 0 | 76 | 14 | 24 | 470 | 67 | 67 |
| Binary | 11001011 | 1001101 | 10110010 | 0 | 111110 | 1100 | 10100 | 100111000 | 110111 | 110111 |
Color Harmonies of #CB4DB2
Complementary color
Monochromatic Colors of #CB4DB2
Black with #CB4DB2
Text Example
Text Example
White with #CB4DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4DB2; }
p { color: rgb(203,77,178); }
H1.HeaderClassName
{
color: #CB4DB2;
}
.AnyTagClassName
{
color: #CB4DB2;
}
</style>
background-color css
<style>
a { background-color: #CB4DB2; }
a { background-color: rgb(203,77,178); }
div.DivClassName
{
background-color: #CB4DB2;
}
.BgClassName
{
background-color: #CB4DB2;
}
</style>
border-color css
<style>
span { border-color: #CB4DB2; }
span { border-color: rgb(203,77,178); }
td.TdClassName
{
border-color: #CB4DB2;
}
.TagClassName
{
border-color: #CB4DB2;
}
</style>