Shades of Fuchsia #CB2DBC
Tints of Fuchsia #CB2DBC
RGB
CMYK
RGB Variations
Color information
#CB2DBC (or 0xCB2DBC) is known color: Fuchsia. HEX triplet: CB, 2D and BC. RGB value is (203,45,188). Sum of RGB (Red+Green+Blue) = 203+45+188=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 45 (17.97% from 255 or 10.32% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2DBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2DBC is #34D243. Grayscale: #6C6C6C. Windows color (decimal): -3461700 or 12332491. OLE color: 12332491.
HSL color Cylindrical-coordinate representation of color #CB2DBC: hue angle of 305.7º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB2DBC is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 45 | 188 | - |
| CMYK | 0 | 0.78 | 0.07 | 0.20 |
| HSL | 305.7º | 0.64% | 0.49% | - |
| HSV(B) | 305.7º | 0.78% | 0.8% | - |
| XYZ | 34.64 | 18.2 | 49.26 | - |
| YUV | 108.54 | 172.85 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 45 | 188 | 0 | 0.78 | 0.07 | 0.20 | 305.7 | 0.64 | 0.49 |
| Hex | CB | 2D | BC | 0 | 4E | 7 | 14 | 132 | 40 | 31 |
| Octal | 313 | 55 | 274 | 0 | 116 | 7 | 24 | 462 | 100 | 61 |
| Binary | 11001011 | 101101 | 10111100 | 0 | 1001110 | 111 | 10100 | 100110010 | 1000000 | 110001 |
Color Harmonies of #CB2DBC
Complementary color
Monochromatic Colors of #CB2DBC
Black with #CB2DBC
Text Example
Text Example
White with #CB2DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2DBC; }
p { color: rgb(203,45,188); }
H1.HeaderClassName
{
color: #CB2DBC;
}
.AnyTagClassName
{
color: #CB2DBC;
}
</style>
background-color css
<style>
a { background-color: #CB2DBC; }
a { background-color: rgb(203,45,188); }
div.DivClassName
{
background-color: #CB2DBC;
}
.BgClassName
{
background-color: #CB2DBC;
}
</style>
border-color css
<style>
span { border-color: #CB2DBC; }
span { border-color: rgb(203,45,188); }
td.TdClassName
{
border-color: #CB2DBC;
}
.TagClassName
{
border-color: #CB2DBC;
}
</style>