Shades of Fuchsia #CB49BC
Tints of Fuchsia #CB49BC
RGB
CMYK
RGB Variations
Color information
#CB49BC (or 0xCB49BC) is known color: Fuchsia. HEX triplet: CB, 49 and BC. RGB value is (203,73,188). Sum of RGB (Red+Green+Blue) = 203+73+188=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 73 (28.91% from 255 or 15.73% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 203 - color contains mainly: red. Hex color #CB49BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB49BC is #34B643. Grayscale: #7C7C7C. Windows color (decimal): -3454532 or 12339659. OLE color: 12339659.
HSL color Cylindrical-coordinate representation of color #CB49BC: hue angle of 306.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 #CB49BC is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 73 | 188 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.20 |
| HSL | 306.92º | 0.56% | 0.54% | - |
| HSV(B) | 306.92º | 0.64% | 0.8% | - |
| XYZ | 36.09 | 21.09 | 49.75 | - |
| YUV | 124.98 | 163.57 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 73 | 188 | 0 | 0.64 | 0.07 | 0.20 | 306.92 | 0.56 | 0.54 |
| Hex | CB | 49 | BC | 0 | 40 | 7 | 14 | 133 | 38 | 36 |
| Octal | 313 | 111 | 274 | 0 | 100 | 7 | 24 | 463 | 70 | 66 |
| Binary | 11001011 | 1001001 | 10111100 | 0 | 1000000 | 111 | 10100 | 100110011 | 111000 | 110110 |
Color Harmonies of #CB49BC
Complementary color
Monochromatic Colors of #CB49BC
Black with #CB49BC
Text Example
Text Example
White with #CB49BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB49BC; }
p { color: rgb(203,73,188); }
H1.HeaderClassName
{
color: #CB49BC;
}
.AnyTagClassName
{
color: #CB49BC;
}
</style>
background-color css
<style>
a { background-color: #CB49BC; }
a { background-color: rgb(203,73,188); }
div.DivClassName
{
background-color: #CB49BC;
}
.BgClassName
{
background-color: #CB49BC;
}
</style>
border-color css
<style>
span { border-color: #CB49BC; }
span { border-color: rgb(203,73,188); }
td.TdClassName
{
border-color: #CB49BC;
}
.TagClassName
{
border-color: #CB49BC;
}
</style>