Shades of Fuchsia #C646AF
Tints of Fuchsia #C646AF
RGB
CMYK
RGB Variations
Color information
#C646AF (or 0xC646AF) is known color: Fuchsia. HEX triplet: C6, 46 and AF. RGB value is (198,70,175). Sum of RGB (Red+Green+Blue) = 198+70+175=443 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.70% from 443); Green value is 70 (27.73% from 255 or 15.80% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 198 - color contains mainly: red. Hex color #C646AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C646AF is #39B950. Grayscale: #777777. Windows color (decimal): -3782993 or 11486918. OLE color: 11486918.
HSL color Cylindrical-coordinate representation of color #C646AF: hue angle of 310.78º 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 #C646AF is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 70 | 175 | - |
| CMYK | 0 | 0.65 | 0.12 | 0.22 |
| HSL | 310.78º | 0.53% | 0.53% | - |
| HSV(B) | 310.78º | 0.65% | 0.78% | - |
| XYZ | 33.22 | 19.48 | 42.57 | - |
| YUV | 120.24 | 158.91 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 70 | 175 | 0 | 0.65 | 0.12 | 0.22 | 310.78 | 0.53 | 0.53 |
| Hex | C6 | 46 | AF | 0 | 41 | C | 16 | 137 | 35 | 35 |
| Octal | 306 | 106 | 257 | 0 | 101 | 14 | 26 | 467 | 65 | 65 |
| Binary | 11000110 | 1000110 | 10101111 | 0 | 1000001 | 1100 | 10110 | 100110111 | 110101 | 110101 |
Color Harmonies of #C646AF
Complementary color
Monochromatic Colors of #C646AF
Black with #C646AF
Text Example
Text Example
White with #C646AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C646AF; }
p { color: rgb(198,70,175); }
H1.HeaderClassName
{
color: #C646AF;
}
.AnyTagClassName
{
color: #C646AF;
}
</style>
background-color css
<style>
a { background-color: #C646AF; }
a { background-color: rgb(198,70,175); }
div.DivClassName
{
background-color: #C646AF;
}
.BgClassName
{
background-color: #C646AF;
}
</style>
border-color css
<style>
span { border-color: #C646AF; }
span { border-color: rgb(198,70,175); }
td.TdClassName
{
border-color: #C646AF;
}
.TagClassName
{
border-color: #C646AF;
}
</style>