Shades of Fuchsia #CB49CB
Tints of Fuchsia #CB49CB
RGB
CMYK
RGB Variations
Color information
#CB49CB (or 0xCB49CB) is known color: Fuchsia. HEX triplet: CB, 49 and CB. RGB value is (203,73,203). Sum of RGB (Red+Green+Blue) = 203+73+203=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 73 (28.91% from 255 or 15.24% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB49CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB49CB is #34B634. Grayscale: #7E7E7E. Windows color (decimal): -3454517 or 13322699. OLE color: 13322699.
HSL color Cylindrical-coordinate representation of color #CB49CB: hue angle of 300º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB49CB is Cyan = 0, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 73 | 203 | - |
| CMYK | 0 | 0.64 | 0 | 0.20 |
| HSL | 300º | 0.56% | 0.54% | - |
| HSV(B) | 300º | 0.64% | 0.8% | - |
| XYZ | 37.79 | 21.77 | 58.71 | - |
| YUV | 126.69 | 171.07 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 73 | 203 | 0 | 0.64 | 0 | 0.20 | 300 | 0.56 | 0.54 |
| Hex | CB | 49 | CB | 0 | 40 | 0 | 14 | 12C | 38 | 36 |
| Octal | 313 | 111 | 313 | 0 | 100 | 0 | 24 | 454 | 70 | 66 |
| Binary | 11001011 | 1001001 | 11001011 | 0 | 1000000 | 0 | 10100 | 100101100 | 111000 | 110110 |
Color Harmonies of #CB49CB
Complementary color
Monochromatic Colors of #CB49CB
Black with #CB49CB
Text Example
Text Example
White with #CB49CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB49CB; }
p { color: rgb(203,73,203); }
H1.HeaderClassName
{
color: #CB49CB;
}
.AnyTagClassName
{
color: #CB49CB;
}
</style>
background-color css
<style>
a { background-color: #CB49CB; }
a { background-color: rgb(203,73,203); }
div.DivClassName
{
background-color: #CB49CB;
}
.BgClassName
{
background-color: #CB49CB;
}
</style>
border-color css
<style>
span { border-color: #CB49CB; }
span { border-color: rgb(203,73,203); }
td.TdClassName
{
border-color: #CB49CB;
}
.TagClassName
{
border-color: #CB49CB;
}
</style>