Shades of Fuchsia #C549CB
Tints of Fuchsia #C549CB
RGB
CMYK
RGB Variations
Color information
#C549CB (or 0xC549CB) is known color: Fuchsia. HEX triplet: C5, 49 and CB. RGB value is (197,73,203). Sum of RGB (Red+Green+Blue) = 197+73+203=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 73 (28.91% from 255 or 15.43% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 203 - color contains mainly: blue. Hex color #C549CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C549CB is #3AB634. Grayscale: #7C7C7C. Windows color (decimal): -3847733 or 13322693. OLE color: 13322693.
HSL color Cylindrical-coordinate representation of color #C549CB: hue angle of 297.23º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C549CB is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 73 | 203 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.20 |
| HSL | 297.23º | 0.56% | 0.54% | - |
| HSV(B) | 297.23º | 0.64% | 0.8% | - |
| XYZ | 36.19 | 20.95 | 58.64 | - |
| YUV | 124.9 | 172.08 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 73 | 203 | 0.03 | 0.64 | 0 | 0.20 | 297.23 | 0.56 | 0.54 |
| Hex | C5 | 49 | CB | 3 | 40 | 0 | 14 | 129 | 38 | 36 |
| Octal | 305 | 111 | 313 | 3 | 100 | 0 | 24 | 451 | 70 | 66 |
| Binary | 11000101 | 1001001 | 11001011 | 11 | 1000000 | 0 | 10100 | 100101001 | 111000 | 110110 |
Color Harmonies of #C549CB
Complementary color
Monochromatic Colors of #C549CB
Black with #C549CB
Text Example
Text Example
White with #C549CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C549CB; }
p { color: rgb(197,73,203); }
H1.HeaderClassName
{
color: #C549CB;
}
.AnyTagClassName
{
color: #C549CB;
}
</style>
background-color css
<style>
a { background-color: #C549CB; }
a { background-color: rgb(197,73,203); }
div.DivClassName
{
background-color: #C549CB;
}
.BgClassName
{
background-color: #C549CB;
}
</style>
border-color css
<style>
span { border-color: #C549CB; }
span { border-color: rgb(197,73,203); }
td.TdClassName
{
border-color: #C549CB;
}
.TagClassName
{
border-color: #C549CB;
}
</style>