Shades of Fuchsia #C049BF
Tints of Fuchsia #C049BF
RGB
CMYK
RGB Variations
Color information
#C049BF (or 0xC049BF) is known color: Fuchsia. HEX triplet: C0, 49 and BF. RGB value is (192,73,191). Sum of RGB (Red+Green+Blue) = 192+73+191=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 73 (28.91% from 255 or 16.01% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 192 - color contains mainly: red. Hex color #C049BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C049BF is #3FB640. Grayscale: #797979. Windows color (decimal): -4175425 or 12536256. OLE color: 12536256.
HSL color Cylindrical-coordinate representation of color #C049BF: hue angle of 300.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C049BF is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 73 | 191 | - |
| CMYK | 0 | 0.62 | 0.01 | 0.25 |
| HSL | 300.5º | 0.49% | 0.52% | - |
| HSV(B) | 300.5º | 0.62% | 0.75% | - |
| XYZ | 33.52 | 19.73 | 51.33 | - |
| YUV | 122.03 | 166.92 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 73 | 191 | 0 | 0.62 | 0.01 | 0.25 | 300.5 | 0.49 | 0.52 |
| Hex | C0 | 49 | BF | 0 | 3E | 1 | 19 | 12D | 31 | 34 |
| Octal | 300 | 111 | 277 | 0 | 76 | 1 | 31 | 455 | 61 | 64 |
| Binary | 11000000 | 1001001 | 10111111 | 0 | 111110 | 1 | 11001 | 100101101 | 110001 | 110100 |
Color Harmonies of #C049BF
Complementary color
Monochromatic Colors of #C049BF
Black with #C049BF
Text Example
Text Example
White with #C049BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C049BF; }
p { color: rgb(192,73,191); }
H1.HeaderClassName
{
color: #C049BF;
}
.AnyTagClassName
{
color: #C049BF;
}
</style>
background-color css
<style>
a { background-color: #C049BF; }
a { background-color: rgb(192,73,191); }
div.DivClassName
{
background-color: #C049BF;
}
.BgClassName
{
background-color: #C049BF;
}
</style>
border-color css
<style>
span { border-color: #C049BF; }
span { border-color: rgb(192,73,191); }
td.TdClassName
{
border-color: #C049BF;
}
.TagClassName
{
border-color: #C049BF;
}
</style>