Shades of Fuchsia #CB49BE
Tints of Fuchsia #CB49BE
RGB
CMYK
RGB Variations
Color information
#CB49BE (or 0xCB49BE) is known color: Fuchsia. HEX triplet: CB, 49 and BE. RGB value is (203,73,190). Sum of RGB (Red+Green+Blue) = 203+73+190=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 73 (28.91% from 255 or 15.67% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 203 - color contains mainly: red. Hex color #CB49BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB49BE is #34B641. Grayscale: #7C7C7C. Windows color (decimal): -3454530 or 12470731. OLE color: 12470731.
HSL color Cylindrical-coordinate representation of color #CB49BE: hue angle of 306º 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 #CB49BE is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 73 | 190 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.20 |
| HSL | 306º | 0.56% | 0.54% | - |
| HSV(B) | 306º | 0.64% | 0.8% | - |
| XYZ | 36.31 | 21.18 | 50.89 | - |
| YUV | 125.21 | 164.57 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 73 | 190 | 0 | 0.64 | 0.06 | 0.20 | 306 | 0.56 | 0.54 |
| Hex | CB | 49 | BE | 0 | 40 | 6 | 14 | 132 | 38 | 36 |
| Octal | 313 | 111 | 276 | 0 | 100 | 6 | 24 | 462 | 70 | 66 |
| Binary | 11001011 | 1001001 | 10111110 | 0 | 1000000 | 110 | 10100 | 100110010 | 111000 | 110110 |
Color Harmonies of #CB49BE
Complementary color
Monochromatic Colors of #CB49BE
Black with #CB49BE
Text Example
Text Example
White with #CB49BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB49BE; }
p { color: rgb(203,73,190); }
H1.HeaderClassName
{
color: #CB49BE;
}
.AnyTagClassName
{
color: #CB49BE;
}
</style>
background-color css
<style>
a { background-color: #CB49BE; }
a { background-color: rgb(203,73,190); }
div.DivClassName
{
background-color: #CB49BE;
}
.BgClassName
{
background-color: #CB49BE;
}
</style>
border-color css
<style>
span { border-color: #CB49BE; }
span { border-color: rgb(203,73,190); }
td.TdClassName
{
border-color: #CB49BE;
}
.TagClassName
{
border-color: #CB49BE;
}
</style>