Shades of Fuchsia #CB49AD
Tints of Fuchsia #CB49AD
RGB
CMYK
RGB Variations
Color information
#CB49AD (or 0xCB49AD) is known color: Fuchsia. HEX triplet: CB, 49 and AD. RGB value is (203,73,173). Sum of RGB (Red+Green+Blue) = 203+73+173=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 73 (28.91% from 255 or 16.26% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 203 - color contains mainly: red. Hex color #CB49AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB49AD is #34B652. Grayscale: #7B7B7B. Windows color (decimal): -3454547 or 11356619. OLE color: 11356619.
HSL color Cylindrical-coordinate representation of color #CB49AD: hue angle of 313.85º 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 #CB49AD is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 73 | 173 | - |
| CMYK | 0 | 0.64 | 0.15 | 0.20 |
| HSL | 313.85º | 0.56% | 0.54% | - |
| HSV(B) | 313.85º | 0.64% | 0.8% | - |
| XYZ | 34.55 | 20.48 | 41.67 | - |
| YUV | 123.27 | 156.07 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 73 | 173 | 0 | 0.64 | 0.15 | 0.20 | 313.85 | 0.56 | 0.54 |
| Hex | CB | 49 | AD | 0 | 40 | F | 14 | 13A | 38 | 36 |
| Octal | 313 | 111 | 255 | 0 | 100 | 17 | 24 | 472 | 70 | 66 |
| Binary | 11001011 | 1001001 | 10101101 | 0 | 1000000 | 1111 | 10100 | 100111010 | 111000 | 110110 |
Color Harmonies of #CB49AD
Complementary color
Monochromatic Colors of #CB49AD
Black with #CB49AD
Text Example
Text Example
White with #CB49AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB49AD; }
p { color: rgb(203,73,173); }
H1.HeaderClassName
{
color: #CB49AD;
}
.AnyTagClassName
{
color: #CB49AD;
}
</style>
background-color css
<style>
a { background-color: #CB49AD; }
a { background-color: rgb(203,73,173); }
div.DivClassName
{
background-color: #CB49AD;
}
.BgClassName
{
background-color: #CB49AD;
}
</style>
border-color css
<style>
span { border-color: #CB49AD; }
span { border-color: rgb(203,73,173); }
td.TdClassName
{
border-color: #CB49AD;
}
.TagClassName
{
border-color: #CB49AD;
}
</style>