Shades of Fuchsia #C549C4
Tints of Fuchsia #C549C4
RGB
CMYK
RGB Variations
Color information
#C549C4 (or 0xC549C4) is known color: Fuchsia. HEX triplet: C5, 49 and C4. RGB value is (197,73,196). Sum of RGB (Red+Green+Blue) = 197+73+196=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 73 (28.91% from 255 or 15.67% from 466); Blue value is 196 (76.95% from 255 or 42.06% from 466); Max value from RGB is 197 - color contains mainly: red. Hex color #C549C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C549C4 is #3AB63B. Grayscale: #7B7B7B. Windows color (decimal): -3847740 or 12863941. OLE color: 12863941.
HSL color Cylindrical-coordinate representation of color #C549C4: hue angle of 300.48º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C549C4 is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 73 | 196 | - |
| CMYK | 0 | 0.63 | 0.01 | 0.23 |
| HSL | 300.48º | 0.52% | 0.53% | - |
| HSV(B) | 300.48º | 0.63% | 0.77% | - |
| XYZ | 35.37 | 20.62 | 54.34 | - |
| YUV | 124.1 | 168.58 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 73 | 196 | 0 | 0.63 | 0.01 | 0.23 | 300.48 | 0.52 | 0.53 |
| Hex | C5 | 49 | C4 | 0 | 3F | 1 | 17 | 12C | 34 | 35 |
| Octal | 305 | 111 | 304 | 0 | 77 | 1 | 27 | 454 | 64 | 65 |
| Binary | 11000101 | 1001001 | 11000100 | 0 | 111111 | 1 | 10111 | 100101100 | 110100 | 110101 |
Color Harmonies of #C549C4
Complementary color
Monochromatic Colors of #C549C4
Black with #C549C4
Text Example
Text Example
White with #C549C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C549C4; }
p { color: rgb(197,73,196); }
H1.HeaderClassName
{
color: #C549C4;
}
.AnyTagClassName
{
color: #C549C4;
}
</style>
background-color css
<style>
a { background-color: #C549C4; }
a { background-color: rgb(197,73,196); }
div.DivClassName
{
background-color: #C549C4;
}
.BgClassName
{
background-color: #C549C4;
}
</style>
border-color css
<style>
span { border-color: #C549C4; }
span { border-color: rgb(197,73,196); }
td.TdClassName
{
border-color: #C549C4;
}
.TagClassName
{
border-color: #C549C4;
}
</style>