Shades of Fuchsia #C649AC
Tints of Fuchsia #C649AC
RGB
CMYK
RGB Variations
Color information
#C649AC (or 0xC649AC) is known color: Fuchsia. HEX triplet: C6, 49 and AC. RGB value is (198,73,172). Sum of RGB (Red+Green+Blue) = 198+73+172=443 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.70% from 443); Green value is 73 (28.91% from 255 or 16.48% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 198 - color contains mainly: red. Hex color #C649AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C649AC is #39B653. Grayscale: #797979. Windows color (decimal): -3782228 or 11291078. OLE color: 11291078.
HSL color Cylindrical-coordinate representation of color #C649AC: hue angle of 312.48º 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 #C649AC is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 73 | 172 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.22 |
| HSL | 312.48º | 0.52% | 0.53% | - |
| HSV(B) | 312.48º | 0.63% | 0.78% | - |
| XYZ | 33.12 | 19.75 | 41.1 | - |
| YUV | 121.66 | 156.41 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 73 | 172 | 0 | 0.63 | 0.13 | 0.22 | 312.48 | 0.52 | 0.53 |
| Hex | C6 | 49 | AC | 0 | 3F | D | 16 | 138 | 34 | 35 |
| Octal | 306 | 111 | 254 | 0 | 77 | 15 | 26 | 470 | 64 | 65 |
| Binary | 11000110 | 1001001 | 10101100 | 0 | 111111 | 1101 | 10110 | 100111000 | 110100 | 110101 |
Color Harmonies of #C649AC
Complementary color
Monochromatic Colors of #C649AC
Black with #C649AC
Text Example
Text Example
White with #C649AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C649AC; }
p { color: rgb(198,73,172); }
H1.HeaderClassName
{
color: #C649AC;
}
.AnyTagClassName
{
color: #C649AC;
}
</style>
background-color css
<style>
a { background-color: #C649AC; }
a { background-color: rgb(198,73,172); }
div.DivClassName
{
background-color: #C649AC;
}
.BgClassName
{
background-color: #C649AC;
}
</style>
border-color css
<style>
span { border-color: #C649AC; }
span { border-color: rgb(198,73,172); }
td.TdClassName
{
border-color: #C649AC;
}
.TagClassName
{
border-color: #C649AC;
}
</style>