Shades of Fuchsia #C549C6
Tints of Fuchsia #C549C6
RGB
CMYK
RGB Variations
Color information
#C549C6 (or 0xC549C6) is known color: Fuchsia. HEX triplet: C5, 49 and C6. RGB value is (197,73,198). Sum of RGB (Red+Green+Blue) = 197+73+198=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 73 (28.91% from 255 or 15.60% from 468); Blue value is 198 (77.73% from 255 or 42.31% from 468); Max value from RGB is 198 - color contains mainly: blue. Hex color #C549C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C549C6 is #3AB639. Grayscale: #7B7B7B. Windows color (decimal): -3847738 or 12995013. OLE color: 12995013.
HSL color Cylindrical-coordinate representation of color #C549C6: hue angle of 299.52º 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 #C549C6 is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 73 | 198 | - |
| CMYK | 0.01 | 0.63 | 0 | 0.22 |
| HSL | 299.52º | 0.52% | 0.53% | - |
| HSV(B) | 299.52º | 0.63% | 0.78% | - |
| XYZ | 35.6 | 20.71 | 55.55 | - |
| YUV | 124.33 | 169.58 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 73 | 198 | 0.01 | 0.63 | 0 | 0.22 | 299.52 | 0.52 | 0.53 |
| Hex | C5 | 49 | C6 | 1 | 3F | 0 | 16 | 12C | 34 | 35 |
| Octal | 305 | 111 | 306 | 1 | 77 | 0 | 26 | 454 | 64 | 65 |
| Binary | 11000101 | 1001001 | 11000110 | 1 | 111111 | 0 | 10110 | 100101100 | 110100 | 110101 |
Color Harmonies of #C549C6
Complementary color
Monochromatic Colors of #C549C6
Black with #C549C6
Text Example
Text Example
White with #C549C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C549C6; }
p { color: rgb(197,73,198); }
H1.HeaderClassName
{
color: #C549C6;
}
.AnyTagClassName
{
color: #C549C6;
}
</style>
background-color css
<style>
a { background-color: #C549C6; }
a { background-color: rgb(197,73,198); }
div.DivClassName
{
background-color: #C549C6;
}
.BgClassName
{
background-color: #C549C6;
}
</style>
border-color css
<style>
span { border-color: #C549C6; }
span { border-color: rgb(197,73,198); }
td.TdClassName
{
border-color: #C549C6;
}
.TagClassName
{
border-color: #C549C6;
}
</style>