Shades of Fuchsia #CB2DBD
Tints of Fuchsia #CB2DBD
RGB
CMYK
RGB Variations
Color information
#CB2DBD (or 0xCB2DBD) is known color: Fuchsia. HEX triplet: CB, 2D and BD. RGB value is (203,45,189). Sum of RGB (Red+Green+Blue) = 203+45+189=437 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.45% from 437); Green value is 45 (17.97% from 255 or 10.30% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2DBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2DBD is #34D242. Grayscale: #6C6C6C. Windows color (decimal): -3461699 or 12398027. OLE color: 12398027.
HSL color Cylindrical-coordinate representation of color #CB2DBD: hue angle of 305.32º 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 #CB2DBD is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 45 | 189 | - |
| CMYK | 0 | 0.78 | 0.07 | 0.20 |
| HSL | 305.32º | 0.64% | 0.49% | - |
| HSV(B) | 305.32º | 0.78% | 0.8% | - |
| XYZ | 34.75 | 18.25 | 49.83 | - |
| YUV | 108.66 | 173.35 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 45 | 189 | 0 | 0.78 | 0.07 | 0.20 | 305.32 | 0.64 | 0.49 |
| Hex | CB | 2D | BD | 0 | 4E | 7 | 14 | 131 | 40 | 31 |
| Octal | 313 | 55 | 275 | 0 | 116 | 7 | 24 | 461 | 100 | 61 |
| Binary | 11001011 | 101101 | 10111101 | 0 | 1001110 | 111 | 10100 | 100110001 | 1000000 | 110001 |
Color Harmonies of #CB2DBD
Complementary color
Monochromatic Colors of #CB2DBD
Black with #CB2DBD
Text Example
Text Example
White with #CB2DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2DBD; }
p { color: rgb(203,45,189); }
H1.HeaderClassName
{
color: #CB2DBD;
}
.AnyTagClassName
{
color: #CB2DBD;
}
</style>
background-color css
<style>
a { background-color: #CB2DBD; }
a { background-color: rgb(203,45,189); }
div.DivClassName
{
background-color: #CB2DBD;
}
.BgClassName
{
background-color: #CB2DBD;
}
</style>
border-color css
<style>
span { border-color: #CB2DBD; }
span { border-color: rgb(203,45,189); }
td.TdClassName
{
border-color: #CB2DBD;
}
.TagClassName
{
border-color: #CB2DBD;
}
</style>