Shades of Fuchsia #CB2BC0
Tints of Fuchsia #CB2BC0
RGB
CMYK
RGB Variations
Color information
#CB2BC0 (or 0xCB2BC0) is known color: Fuchsia. HEX triplet: CB, 2B and C0. RGB value is (203,43,192). Sum of RGB (Red+Green+Blue) = 203+43+192=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 43 (17.19% from 255 or 9.82% from 438); Blue value is 192 (75.39% from 255 or 43.84% from 438); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2BC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2BC0 is #34D43F. Grayscale: #6B6B6B. Windows color (decimal): -3462208 or 12594123. OLE color: 12594123.
HSL color Cylindrical-coordinate representation of color #CB2BC0: hue angle of 304.12º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB2BC0 is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 43 | 192 | - |
| CMYK | 0 | 0.79 | 0.05 | 0.20 |
| HSL | 304.13º | 0.65% | 0.48% | - |
| HSV(B) | 304.13º | 0.79% | 0.8% | - |
| XYZ | 35.01 | 18.23 | 51.54 | - |
| YUV | 107.83 | 175.51 | 195.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 43 | 192 | 0 | 0.79 | 0.05 | 0.20 | 304.13 | 0.65 | 0.48 |
| Hex | CB | 2B | C0 | 0 | 4F | 5 | 14 | 130 | 41 | 30 |
| Octal | 313 | 53 | 300 | 0 | 117 | 5 | 24 | 460 | 101 | 60 |
| Binary | 11001011 | 101011 | 11000000 | 0 | 1001111 | 101 | 10100 | 100110000 | 1000001 | 110000 |
Color Harmonies of #CB2BC0
Complementary color
Monochromatic Colors of #CB2BC0
Black with #CB2BC0
Text Example
Text Example
White with #CB2BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2BC0; }
p { color: rgb(203,43,192); }
H1.HeaderClassName
{
color: #CB2BC0;
}
.AnyTagClassName
{
color: #CB2BC0;
}
</style>
background-color css
<style>
a { background-color: #CB2BC0; }
a { background-color: rgb(203,43,192); }
div.DivClassName
{
background-color: #CB2BC0;
}
.BgClassName
{
background-color: #CB2BC0;
}
</style>
border-color css
<style>
span { border-color: #CB2BC0; }
span { border-color: rgb(203,43,192); }
td.TdClassName
{
border-color: #CB2BC0;
}
.TagClassName
{
border-color: #CB2BC0;
}
</style>