Shades of Fuchsia #C646AC
Tints of Fuchsia #C646AC
RGB
CMYK
RGB Variations
Color information
#C646AC (or 0xC646AC) is known color: Fuchsia. HEX triplet: C6, 46 and AC. RGB value is (198,70,172). Sum of RGB (Red+Green+Blue) = 198+70+172=440 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45% from 440); Green value is 70 (27.73% from 255 or 15.91% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 198 - color contains mainly: red. Hex color #C646AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C646AC is #39B953. Grayscale: #777777. Windows color (decimal): -3782996 or 11290310. OLE color: 11290310.
HSL color Cylindrical-coordinate representation of color #C646AC: hue angle of 312.19º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C646AC is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 70 | 172 | - |
| CMYK | 0 | 0.65 | 0.13 | 0.22 |
| HSL | 312.19º | 0.53% | 0.53% | - |
| HSV(B) | 312.19º | 0.65% | 0.78% | - |
| XYZ | 32.93 | 19.36 | 41.03 | - |
| YUV | 119.9 | 157.41 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 70 | 172 | 0 | 0.65 | 0.13 | 0.22 | 312.19 | 0.53 | 0.53 |
| Hex | C6 | 46 | AC | 0 | 41 | D | 16 | 138 | 35 | 35 |
| Octal | 306 | 106 | 254 | 0 | 101 | 15 | 26 | 470 | 65 | 65 |
| Binary | 11000110 | 1000110 | 10101100 | 0 | 1000001 | 1101 | 10110 | 100111000 | 110101 | 110101 |
Color Harmonies of #C646AC
Complementary color
Monochromatic Colors of #C646AC
Black with #C646AC
Text Example
Text Example
White with #C646AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C646AC; }
p { color: rgb(198,70,172); }
H1.HeaderClassName
{
color: #C646AC;
}
.AnyTagClassName
{
color: #C646AC;
}
</style>
background-color css
<style>
a { background-color: #C646AC; }
a { background-color: rgb(198,70,172); }
div.DivClassName
{
background-color: #C646AC;
}
.BgClassName
{
background-color: #C646AC;
}
</style>
border-color css
<style>
span { border-color: #C646AC; }
span { border-color: rgb(198,70,172); }
td.TdClassName
{
border-color: #C646AC;
}
.TagClassName
{
border-color: #C646AC;
}
</style>