Shades of Fuchsia #CB2ECB
Tints of Fuchsia #CB2ECB
RGB
CMYK
RGB Variations
Color information
#CB2ECB (or 0xCB2ECB) is known color: Fuchsia. HEX triplet: CB, 2E and CB. RGB value is (203,46,203). Sum of RGB (Red+Green+Blue) = 203+46+203=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 46 (18.36% from 255 or 10.18% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB2ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2ECB is #34D134. Grayscale: #6E6E6E. Windows color (decimal): -3461429 or 13315787. OLE color: 13315787.
HSL color Cylindrical-coordinate representation of color #CB2ECB: hue angle of 300º degrees, saturation: 0.63, 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 #CB2ECB is Cyan = 0, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 46 | 203 | - |
| CMYK | 0 | 0.77 | 0 | 0.20 |
| HSL | 300º | 0.63% | 0.49% | - |
| HSV(B) | 300º | 0.77% | 0.8% | - |
| XYZ | 36.39 | 18.96 | 58.24 | - |
| YUV | 110.84 | 180.01 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 46 | 203 | 0 | 0.77 | 0 | 0.20 | 300 | 0.63 | 0.49 |
| Hex | CB | 2E | CB | 0 | 4D | 0 | 14 | 12C | 3F | 31 |
| Octal | 313 | 56 | 313 | 0 | 115 | 0 | 24 | 454 | 77 | 61 |
| Binary | 11001011 | 101110 | 11001011 | 0 | 1001101 | 0 | 10100 | 100101100 | 111111 | 110001 |
Color Harmonies of #CB2ECB
Complementary color
Monochromatic Colors of #CB2ECB
Black with #CB2ECB
Text Example
Text Example
White with #CB2ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2ECB; }
p { color: rgb(203,46,203); }
H1.HeaderClassName
{
color: #CB2ECB;
}
.AnyTagClassName
{
color: #CB2ECB;
}
</style>
background-color css
<style>
a { background-color: #CB2ECB; }
a { background-color: rgb(203,46,203); }
div.DivClassName
{
background-color: #CB2ECB;
}
.BgClassName
{
background-color: #CB2ECB;
}
</style>
border-color css
<style>
span { border-color: #CB2ECB; }
span { border-color: rgb(203,46,203); }
td.TdClassName
{
border-color: #CB2ECB;
}
.TagClassName
{
border-color: #CB2ECB;
}
</style>