Shades of Fuchsia #C049BC
Tints of Fuchsia #C049BC
RGB
CMYK
RGB Variations
Color information
#C049BC (or 0xC049BC) is known color: Fuchsia. HEX triplet: C0, 49 and BC. RGB value is (192,73,188). Sum of RGB (Red+Green+Blue) = 192+73+188=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 73 (28.91% from 255 or 16.11% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 192 - color contains mainly: red. Hex color #C049BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C049BC is #3FB643. Grayscale: #797979. Windows color (decimal): -4175428 or 12339648. OLE color: 12339648.
HSL color Cylindrical-coordinate representation of color #C049BC: hue angle of 302.02º 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 #C049BC is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 73 | 188 | - |
| CMYK | 0 | 0.62 | 0.02 | 0.25 |
| HSL | 302.02º | 0.49% | 0.52% | - |
| HSV(B) | 302.02º | 0.62% | 0.75% | - |
| XYZ | 33.2 | 19.6 | 49.61 | - |
| YUV | 121.69 | 165.42 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 73 | 188 | 0 | 0.62 | 0.02 | 0.25 | 302.02 | 0.49 | 0.52 |
| Hex | C0 | 49 | BC | 0 | 3E | 2 | 19 | 12E | 31 | 34 |
| Octal | 300 | 111 | 274 | 0 | 76 | 2 | 31 | 456 | 61 | 64 |
| Binary | 11000000 | 1001001 | 10111100 | 0 | 111110 | 10 | 11001 | 100101110 | 110001 | 110100 |
Color Harmonies of #C049BC
Complementary color
Monochromatic Colors of #C049BC
Black with #C049BC
Text Example
Text Example
White with #C049BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C049BC; }
p { color: rgb(192,73,188); }
H1.HeaderClassName
{
color: #C049BC;
}
.AnyTagClassName
{
color: #C049BC;
}
</style>
background-color css
<style>
a { background-color: #C049BC; }
a { background-color: rgb(192,73,188); }
div.DivClassName
{
background-color: #C049BC;
}
.BgClassName
{
background-color: #C049BC;
}
</style>
border-color css
<style>
span { border-color: #C049BC; }
span { border-color: rgb(192,73,188); }
td.TdClassName
{
border-color: #C049BC;
}
.TagClassName
{
border-color: #C049BC;
}
</style>