Shades of Fuchsia #CB2FBA
Tints of Fuchsia #CB2FBA
RGB
CMYK
RGB Variations
Color information
#CB2FBA (or 0xCB2FBA) is known color: Fuchsia. HEX triplet: CB, 2F and BA. RGB value is (203,47,186). Sum of RGB (Red+Green+Blue) = 203+47+186=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 47 (18.75% from 255 or 10.78% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2FBA is #34D045. Grayscale: #6D6D6D. Windows color (decimal): -3461190 or 12201931. OLE color: 12201931.
HSL color Cylindrical-coordinate representation of color #CB2FBA: hue angle of 306.54º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB2FBA is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 47 | 186 | - |
| CMYK | 0 | 0.77 | 0.08 | 0.20 |
| HSL | 306.54º | 0.62% | 0.49% | - |
| HSV(B) | 306.54º | 0.77% | 0.8% | - |
| XYZ | 34.51 | 18.27 | 48.16 | - |
| YUV | 109.49 | 171.18 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 47 | 186 | 0 | 0.77 | 0.08 | 0.20 | 306.54 | 0.62 | 0.49 |
| Hex | CB | 2F | BA | 0 | 4D | 8 | 14 | 133 | 3E | 31 |
| Octal | 313 | 57 | 272 | 0 | 115 | 10 | 24 | 463 | 76 | 61 |
| Binary | 11001011 | 101111 | 10111010 | 0 | 1001101 | 1000 | 10100 | 100110011 | 111110 | 110001 |
Color Harmonies of #CB2FBA
Complementary color
Monochromatic Colors of #CB2FBA
Black with #CB2FBA
Text Example
Text Example
White with #CB2FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2FBA; }
p { color: rgb(203,47,186); }
H1.HeaderClassName
{
color: #CB2FBA;
}
.AnyTagClassName
{
color: #CB2FBA;
}
</style>
background-color css
<style>
a { background-color: #CB2FBA; }
a { background-color: rgb(203,47,186); }
div.DivClassName
{
background-color: #CB2FBA;
}
.BgClassName
{
background-color: #CB2FBA;
}
</style>
border-color css
<style>
span { border-color: #CB2FBA; }
span { border-color: rgb(203,47,186); }
td.TdClassName
{
border-color: #CB2FBA;
}
.TagClassName
{
border-color: #CB2FBA;
}
</style>