Shades of Fuchsia #C049C6
Tints of Fuchsia #C049C6
RGB
CMYK
RGB Variations
Color information
#C049C6 (or 0xC049C6) is known color: Fuchsia. HEX triplet: C0, 49 and C6. RGB value is (192,73,198). Sum of RGB (Red+Green+Blue) = 192+73+198=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 73 (28.91% from 255 or 15.77% from 463); Blue value is 198 (77.73% from 255 or 42.76% from 463); Max value from RGB is 198 - color contains mainly: blue. Hex color #C049C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C049C6 is #3FB639. Grayscale: #7A7A7A. Windows color (decimal): -4175418 or 12995008. OLE color: 12995008.
HSL color Cylindrical-coordinate representation of color #C049C6: hue angle of 297.12º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C049C6 is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 73 | 198 | - |
| CMYK | 0.03 | 0.63 | 0 | 0.22 |
| HSL | 297.12º | 0.52% | 0.53% | - |
| HSV(B) | 297.12º | 0.63% | 0.78% | - |
| XYZ | 34.31 | 20.05 | 55.49 | - |
| YUV | 122.83 | 170.42 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 73 | 198 | 0.03 | 0.63 | 0 | 0.22 | 297.12 | 0.52 | 0.53 |
| Hex | C0 | 49 | C6 | 3 | 3F | 0 | 16 | 129 | 34 | 35 |
| Octal | 300 | 111 | 306 | 3 | 77 | 0 | 26 | 451 | 64 | 65 |
| Binary | 11000000 | 1001001 | 11000110 | 11 | 111111 | 0 | 10110 | 100101001 | 110100 | 110101 |
Color Harmonies of #C049C6
Complementary color
Monochromatic Colors of #C049C6
Black with #C049C6
Text Example
Text Example
White with #C049C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C049C6; }
p { color: rgb(192,73,198); }
H1.HeaderClassName
{
color: #C049C6;
}
.AnyTagClassName
{
color: #C049C6;
}
</style>
background-color css
<style>
a { background-color: #C049C6; }
a { background-color: rgb(192,73,198); }
div.DivClassName
{
background-color: #C049C6;
}
.BgClassName
{
background-color: #C049C6;
}
</style>
border-color css
<style>
span { border-color: #C049C6; }
span { border-color: rgb(192,73,198); }
td.TdClassName
{
border-color: #C049C6;
}
.TagClassName
{
border-color: #C049C6;
}
</style>