Shades of Fuchsia #C549CA
Tints of Fuchsia #C549CA
RGB
CMYK
RGB Variations
Color information
#C549CA (or 0xC549CA) is known color: Fuchsia. HEX triplet: C5, 49 and CA. RGB value is (197,73,202). Sum of RGB (Red+Green+Blue) = 197+73+202=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 73 (28.91% from 255 or 15.47% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #C549CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C549CA is #3AB635. Grayscale: #7C7C7C. Windows color (decimal): -3847734 or 13257157. OLE color: 13257157.
HSL color Cylindrical-coordinate representation of color #C549CA: hue angle of 297.67º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C549CA is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 73 | 202 | - |
| CMYK | 0.02 | 0.64 | 0 | 0.21 |
| HSL | 297.67º | 0.55% | 0.54% | - |
| HSV(B) | 297.67º | 0.64% | 0.79% | - |
| XYZ | 36.07 | 20.9 | 58.01 | - |
| YUV | 124.78 | 171.58 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 73 | 202 | 0.02 | 0.64 | 0 | 0.21 | 297.67 | 0.55 | 0.54 |
| Hex | C5 | 49 | CA | 2 | 40 | 0 | 15 | 12A | 37 | 36 |
| Octal | 305 | 111 | 312 | 2 | 100 | 0 | 25 | 452 | 67 | 66 |
| Binary | 11000101 | 1001001 | 11001010 | 10 | 1000000 | 0 | 10101 | 100101010 | 110111 | 110110 |
Color Harmonies of #C549CA
Complementary color
Monochromatic Colors of #C549CA
Black with #C549CA
Text Example
Text Example
White with #C549CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C549CA; }
p { color: rgb(197,73,202); }
H1.HeaderClassName
{
color: #C549CA;
}
.AnyTagClassName
{
color: #C549CA;
}
</style>
background-color css
<style>
a { background-color: #C549CA; }
a { background-color: rgb(197,73,202); }
div.DivClassName
{
background-color: #C549CA;
}
.BgClassName
{
background-color: #C549CA;
}
</style>
border-color css
<style>
span { border-color: #C549CA; }
span { border-color: rgb(197,73,202); }
td.TdClassName
{
border-color: #C549CA;
}
.TagClassName
{
border-color: #C549CA;
}
</style>