Shades of Fuchsia #CB2DBA
Tints of Fuchsia #CB2DBA
RGB
CMYK
RGB Variations
Color information
#CB2DBA (or 0xCB2DBA) is known color: Fuchsia. HEX triplet: CB, 2D and BA. RGB value is (203,45,186). Sum of RGB (Red+Green+Blue) = 203+45+186=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 45 (17.97% from 255 or 10.37% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2DBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2DBA is #34D245. Grayscale: #6B6B6B. Windows color (decimal): -3461702 or 12201419. OLE color: 12201419.
HSL color Cylindrical-coordinate representation of color #CB2DBA: hue angle of 306.46º 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 #CB2DBA is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 45 | 186 | - |
| CMYK | 0 | 0.78 | 0.08 | 0.20 |
| HSL | 306.46º | 0.64% | 0.49% | - |
| HSV(B) | 306.46º | 0.78% | 0.8% | - |
| XYZ | 34.43 | 18.12 | 48.14 | - |
| YUV | 108.32 | 171.85 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 45 | 186 | 0 | 0.78 | 0.08 | 0.20 | 306.46 | 0.64 | 0.49 |
| Hex | CB | 2D | BA | 0 | 4E | 8 | 14 | 132 | 40 | 31 |
| Octal | 313 | 55 | 272 | 0 | 116 | 10 | 24 | 462 | 100 | 61 |
| Binary | 11001011 | 101101 | 10111010 | 0 | 1001110 | 1000 | 10100 | 100110010 | 1000000 | 110001 |
Color Harmonies of #CB2DBA
Complementary color
Monochromatic Colors of #CB2DBA
Black with #CB2DBA
Text Example
Text Example
White with #CB2DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2DBA; }
p { color: rgb(203,45,186); }
H1.HeaderClassName
{
color: #CB2DBA;
}
.AnyTagClassName
{
color: #CB2DBA;
}
</style>
background-color css
<style>
a { background-color: #CB2DBA; }
a { background-color: rgb(203,45,186); }
div.DivClassName
{
background-color: #CB2DBA;
}
.BgClassName
{
background-color: #CB2DBA;
}
</style>
border-color css
<style>
span { border-color: #CB2DBA; }
span { border-color: rgb(203,45,186); }
td.TdClassName
{
border-color: #CB2DBA;
}
.TagClassName
{
border-color: #CB2DBA;
}
</style>