Shades of Fuchsia #CB49AF
Tints of Fuchsia #CB49AF
RGB
CMYK
RGB Variations
Color information
#CB49AF (or 0xCB49AF) is known color: Fuchsia. HEX triplet: CB, 49 and AF. RGB value is (203,73,175). Sum of RGB (Red+Green+Blue) = 203+73+175=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 73 (28.91% from 255 or 16.19% from 451); Blue value is 175 (68.75% from 255 or 38.80% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CB49AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB49AF is #34B650. Grayscale: #7B7B7B. Windows color (decimal): -3454545 or 11487691. OLE color: 11487691.
HSL color Cylindrical-coordinate representation of color #CB49AF: hue angle of 312.92º 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 #CB49AF is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 73 | 175 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.20 |
| HSL | 312.92º | 0.56% | 0.54% | - |
| HSV(B) | 312.92º | 0.64% | 0.8% | - |
| XYZ | 34.75 | 20.56 | 42.69 | - |
| YUV | 123.5 | 157.07 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 73 | 175 | 0 | 0.64 | 0.14 | 0.20 | 312.92 | 0.56 | 0.54 |
| Hex | CB | 49 | AF | 0 | 40 | E | 14 | 139 | 38 | 36 |
| Octal | 313 | 111 | 257 | 0 | 100 | 16 | 24 | 471 | 70 | 66 |
| Binary | 11001011 | 1001001 | 10101111 | 0 | 1000000 | 1110 | 10100 | 100111001 | 111000 | 110110 |
Color Harmonies of #CB49AF
Complementary color
Monochromatic Colors of #CB49AF
Black with #CB49AF
Text Example
Text Example
White with #CB49AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB49AF; }
p { color: rgb(203,73,175); }
H1.HeaderClassName
{
color: #CB49AF;
}
.AnyTagClassName
{
color: #CB49AF;
}
</style>
background-color css
<style>
a { background-color: #CB49AF; }
a { background-color: rgb(203,73,175); }
div.DivClassName
{
background-color: #CB49AF;
}
.BgClassName
{
background-color: #CB49AF;
}
</style>
border-color css
<style>
span { border-color: #CB49AF; }
span { border-color: rgb(203,73,175); }
td.TdClassName
{
border-color: #CB49AF;
}
.TagClassName
{
border-color: #CB49AF;
}
</style>